Merge with 2.0-ongoing R2883.
[ardour.git] / gtk2_ardour / SConscript
index f3b8788fadf1e8010c64feb7d220e81d593033e4..4d34a461766628cc518fa2546ad7cef51cbd1708 100644 (file)
@@ -426,7 +426,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);