summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.bindings
blob: ef49a0275b1fb8220283663a55954d2de86ef59c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; this file is an automated accelerator map dump

(gtk_accel_path "<Actions>/Editor/set-playhead" "p")

(gtk_accel_path "<Actions>/Common/Quit" "<Control>q")
(gtk_accel_path "<Actions>/Common/Save" "<Control>s")

(gtk_accel_path "<Actions>/Transport/ToggleRoll" "space")
(gtk_accel_path "<Actions>/Transport/ToggleRollForgetCapture" "<Control>space")
(gtk_accel_path "<Actions>/Transport/Forward" "Right")
(gtk_accel_path "<Actions>/Transport/Rewind" "Left")
(gtk_accel_path "<Actions>/Transport/Record" "R")
(gtk_accel_path "<Actions>/Transport/loop" "l")
(gtk_accel_path "<Actions>/Transport/GotoStart" "<Control>a")
(gtk_accel_path "<Actions>/Transport/GotoEnd" "<Control>e")

(gtk_accel_path "<Actions>/Editor/set-edit-cursor" "e")
(gtk_accel_path "<Actions>/Editor/undo" "<Control>z")
(gtk_accel_path "<Actions>/Editor/redo" "<Control>r")