summaryrefslogtreecommitdiff
path: root/gtk2_ardour/SConscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-09 04:32:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-09 04:32:49 +0000
commit0f89d5e50b6a9febd07d3b07074a44420532cd24 (patch)
treee41d2c82afd678ba24e40229ccc9e289107afa21 /gtk2_ardour/SConscript
parente722f6e3a09b136b63d19767048860edc06dce69 (diff)
even more fixes for the new session dialog and its use
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2848 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/SConscript')
-rw-r--r--gtk2_ardour/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/SConscript b/gtk2_ardour/SConscript
index 39f9a21dd4..cb2b1e9d4e 100644
--- a/gtk2_ardour/SConscript
+++ b/gtk2_ardour/SConscript
@@ -410,7 +410,7 @@ else:
keybindings_dict['%SECONDARY%'] = 'Alt'
keybindings_dict['%TERTIARY%'] = 'Shift'
keybindings_dict['%LEVEL4%'] = 'Mod2'
- keybindings_dict['%WINDOW%'] = 'Ctrl'
+ keybindings_dict['%WINDOW%'] = 'Alt'
ardourbindings = env.SubstInFile ('ardour.bindings', 'ardour.bindings.in', SUBST_DICT = keybindings_dict);
ardoursaeDEbindings = env.SubstInFile ('ardour-sae-de.bindings', 'ardour-sae-de.bindings.in', SUBST_DICT = keybindings_dict);