mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 15:37:48 +01:00
fix missing % from bindings.in files
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4179 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
55d7ba2a49
commit
671fb6f71b
2 changed files with 2 additions and 2 deletions
|
|
@ -206,7 +206,7 @@
|
|||
; (gtk_accel_path "<Actions>/Editor/loop-region" "<%PRIMARY%>8")
|
||||
|
||||
(gtk_accel_path "<Actions>/Editor/set-punch-from-edit-range" "9")
|
||||
(gtk_accel_path "<Actions>/Editor/set-punch-from-region" "<%LEVEL4>9")
|
||||
(gtk_accel_path "<Actions>/Editor/set-punch-from-region" "<%LEVEL4%>9")
|
||||
|
||||
(gtk_accel_path "<Actions>/Editor/set-tempo-from-region" "<%LEVEL4%>0")
|
||||
(gtk_accel_path "<Actions>/Editor/set-tempo-from-edit-range" "0")
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@
|
|||
; (gtk_accel_path "<Actions>/Editor/loop-region" "<%PRIMARY%>8")
|
||||
|
||||
(gtk_accel_path "<Actions>/Editor/set-punch-from-edit-range" "9")
|
||||
(gtk_accel_path "<Actions>/Editor/set-punch-from-region" "<%LEVEL4>9")
|
||||
(gtk_accel_path "<Actions>/Editor/set-punch-from-region" "<%LEVEL4%>9")
|
||||
|
||||
(gtk_accel_path "<Actions>/Editor/set-tempo-from-region" "<%LEVEL4%>0")
|
||||
(gtk_accel_path "<Actions>/Editor/set-tempo-from-edit-range" "0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue