remove UUIDs as implemention of PBD::ID, use static counter (not finished - counter...
[ardour.git] / gtk2_ardour / ardour.bindings
index 556fdb13119002e502e9c0eb7600a82463b06e38..244e21436c653661954336fceddf80e9c117a197 100644 (file)
 
 (gtk_accel_path "<Actions>/Editor/scroll-tracks-down" "Page_Down")
 (gtk_accel_path "<Actions>/Editor/scroll-tracks-up" "Page_Up")
-(gtk_accel_path "<Actions>/Editor/step-tracks-down" "Down")
-(gtk_accel_path "<Actions>/Editor/step-tracks-up" "Up")
+(gtk_accel_path "<Actions>/Editor/scroll-backward" "leftarrow")
+(gtk_accel_path "<Actions>/Editor/scroll-forward" "rightarrow")
+(gtk_accel_path "<Actions>/Editor/step-tracks-down" "downarrow")
+(gtk_accel_path "<Actions>/Editor/step-tracks-up" "uparrow")
 (gtk_accel_path "<Actions>/Editor/playhead-to-edit" "Return")
 (gtk_accel_path "<Actions>/Editor/edit-to-playhead" "<Alt>Return")
 
 (gtk_accel_path "<Actions>/Editor/select-all-before-edit-cursor" "<control>e")
 (gtk_accel_path "<Actions>/Editor/select-all-after-playhead" "<shift><Control>p")
 (gtk_accel_path "<Actions>/Editor/select-all-before-playhead" "<control>p")
+(gtk_accel_path "<Actions>/Editor/select-all-between-cursors" "u")
 (gtk_accel_path "<Actions>/Editor/select-all-in-punch-range" "<Control>d")
 (gtk_accel_path "<Actions>/Editor/select-all-in-loop-range" "<Control>l")
 
 (gtk_accel_path "<Actions>/Editor/extend-range-to-start-of-region" "leftanglebracket")
 (gtk_accel_path "<Actions>/Editor/extend-range-to-end-of-region" "rightanglebracket")
 
-(gtk_accel_path "<Actions>/Editor/align-regions-sync" "<meta>a")
-(gtk_accel_path "<Actions>/Editor/align-regions-end" "<meta><control>a")
+(gtk_accel_path "<Actions>/Editor/align-regions-sync" "<mod2>a")
+(gtk_accel_path "<Actions>/Editor/align-regions-end" "<mod2><control>a")
 (gtk_accel_path "<Actions>/Editor/align-regions-start-relative" "<shift>a")
 
 (gtk_accel_path "<Actions>/Editor/brush-at-mouse" "<control>b")
@@ -82,8 +85,8 @@
 (gtk_accel_path "<Actions>/Editor/playhead-to-next-region-start" "Tab")
 (gtk_accel_path "<Actions>/Editor/playhead-to-next-region-end" "<Control>Tab")
 
-(gtk_accel_path "<Actions>/Editor/playhead-to-previous-region-start" "quoteleft")
-(gtk_accel_path "<Actions>/Editor/playhead-to-previous-region-end" "<control>quoteleft")
+(gtk_accel_path "<Actions>/Editor/playhead-to-previous-region-start" "grave")
+(gtk_accel_path "<Actions>/Editor/playhead-to-previous-region-end" "<control>grave")
 
 (gtk_accel_path "<Actions>/Editor/edit-cursor-to-previous-region-start" "bracketleft")
 (gtk_accel_path "<Actions>/Editor/edit-cursor-to-previous-region-end" "<Control>bracketleft")
@@ -91,7 +94,7 @@
 (gtk_accel_path "<Actions>/Editor/edit-cursor-to-next-region-start" "bracketright")
 (gtk_accel_path "<Actions>/Editor/edit-cursor-to-next-region-end" "<Control>bracketright")
 
-(gtk_accel_path "<Actions>/Editor/edit-cursor-to-previous-region-sync" "quoteright")
+(gtk_accel_path "<Actions>/Editor/edit-cursor-to-previous-region-sync" "apostrophe")
 (gtk_accel_path "<Actions>/Editor/edit-cursor-to-next-region-sync" "semicolon")
 
 (gtk_accel_path "<Actions>/Editor/edit-cursor-to-range-start" "F1")