dbl-click on a recent session completes dialog; start work on saving modified key...
[ardour.git] / gtk2_ardour / ardour.bindings
index 003ffd43be4081a066ce162871486f5621be14ec..5f6512f08ca91b6182ec78bdda8cf94fe9a1a407 100644 (file)
@@ -4,6 +4,7 @@
 (gtk_accel_path "<Actions>/Transport/ToggleRollForgetCapture" "<control>space")
 (gtk_accel_path "<Actions>/Transport/Forward" "<control>Right")
 (gtk_accel_path "<Actions>/Transport/Rewind" "<control>Left")
+(gtk_accel_path "<Actions>/Transport/GotoZero" "KP_Insert")
 (gtk_accel_path "<Actions>/Transport/GotoStart" "Home")
 (gtk_accel_path "<Actions>/Transport/GotoEnd" "End")
 
@@ -39,7 +40,7 @@
 (gtk-accel_path "<Actions>/Common/ToggleSoundFileBrowser" "<alt>f")
 (gtk-accel_path "<Actions>/Common/ToggleLocations" "<alt>l")
 (gtk-accel_path "<Actions>/Common/ToggleBigClock" "<alt>b")
-(gtk-accel_path "<Actions>/Common/ToggleColorManagerF" "<alt>c")
+(gtk-accel_path "<Actions>/Common/ToggleColorManager" "<alt>c")
 
 (gtk_accel_path "<Actions>/Editor/editor-copy" "<control>c")
 (gtk_accel_path "<Actions>/Common/Quit" "<control>q")
 (gtk_accel_path "<Actions>/Editor/temporal-zoom-out" "equal")
 
 (gtk_accel_path "<Actions>/Editor/select-all" "<control>a")
-(gtk_accel_path "<Actions>/Editor/select-all-after-edit-cursor" "<Control>e")
-(gtk_accel_path "<Actions>/Editor/select-all-before-edit-cursor" "<shift><control>e")
-(gtk_accel_path "<Actions>/Editor/select-all-after-playhead" "<Control>p")
-(gtk_accel_path "<Actions>/Editor/select-all-before-playhead" "<shift><control>p")
+(gtk_accel_path "<Actions>/Editor/select-all-after-edit-cursor" "<shift><Control>e")
+(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-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")
@@ -81,8 +82,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")
@@ -90,7 +91,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")