summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.bindings.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-20 01:56:19 +0000
committerDavid Robillard <d@drobilla.net>2007-07-20 01:56:19 +0000
commit6a4bd8e9260730dcd547022611ffd847ced23cdd (patch)
treecc7cddea29f60c78fc01c7acc8db349ac41213a8 /gtk2_ardour/ardour.bindings.in
parent1aba241919420198c82f31cffa11f6c8189747fb (diff)
Added Note tool to Keymouse Actions menu and gave it a hotkey (n).
Removed excessive MIDI debug messages. Fixed stuck note resolution bug, rewrote MidiModel "recording" stuff to be stronger, faster, better. We have the technology. git-svn-id: svn://localhost/ardour2/trunk@2156 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour.bindings.in')
-rw-r--r--gtk2_ardour/ardour.bindings.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour.bindings.in b/gtk2_ardour/ardour.bindings.in
index bbe72c0578..e8a918cb1f 100644
--- a/gtk2_ardour/ardour.bindings.in
+++ b/gtk2_ardour/ardour.bindings.in
@@ -211,6 +211,7 @@
; (gtk_accel_path "<Actions>/Main/AudioFileFormat" "")
; (gtk_accel_path "<Actions>/Transport/Transport" "")
(gtk_accel_path "<Actions>/MouseMode/set-mouse-mode-timefx" "t")
+(gtk_accel_path "<Actions>/MouseMode/set-mouse-mode-note" "n")
; (gtk_accel_path "<Actions>/RegionList/SortByRegionName" "")
; (gtk_accel_path "<Actions>/Main/KeyMouse Actions" "")
(gtk_accel_path "<Actions>/MouseMode/set-mouse-mode-gain" "g")