summaryrefslogtreecommitdiff
path: root/gtk2_ardour/SConscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-11-30 22:12:27 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-11-30 22:12:27 +0000
commit577f1571f8e8cf0dc5f6983ea5dd07cc6153f831 (patch)
tree1d904943ab3a5eb79c92e9babb7cc9fa72d4f5de /gtk2_ardour/SConscript
parentff519d31b43251d0e5cea6c992a6dbc6dd0b90ba (diff)
don't put NDF/DF in clocks if there is no DF/NDF alternative; make deselect-all and invert-selection operations work properly; fix bug in edit range determination with no selected marker; popup dialog when no range can be determined; add new WINDOW modifier to SConscript to allow different conventions on OS X and linux
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2730 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/SConscript')
-rw-r--r--gtk2_ardour/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/SConscript b/gtk2_ardour/SConscript
index 7205bdc509..a6c94a3172 100644
--- a/gtk2_ardour/SConscript
+++ b/gtk2_ardour/SConscript
@@ -397,6 +397,7 @@ if gtkardour['GTKOSX'] and gtkardour['NATIVE_OSX_KEYS']:
keybindings_dict['%SECONDARY%'] = 'Alt'
keybindings_dict['%TERTIARY%'] = 'Shift'
keybindings_dict['%LEVEL4%'] = 'Shift'
+ keybindings_dict['%WINDOW%'] = 'Mod5'
else:
#
# Ctrl, Alt, Shift, Mod3(Meta)
@@ -405,6 +406,7 @@ else:
keybindings_dict['%SECONDARY%'] = 'Alt'
keybindings_dict['%TERTIARY%'] = 'Shift'
keybindings_dict['%LEVEL4%'] = 'Mod3'
+ keybindings_dict['%WINDOW%'] = 'Ctrl'
ardourbindings = env.SubstInFile ('ardour.bindings', 'ardour.bindings.in', SUBST_DICT = keybindings_dict);
ardoursaebindings = env.SubstInFile ('ardour-sae.bindings', 'ardour-sae.bindings.in', SUBST_DICT = keybindings_dict);