From dd8cd579fc74e8affaadef77eb05588612c1535e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 15 Jul 2015 15:05:30 -0400 Subject: [PATCH] tell the editor to try to load editor.bindings --- gtk2_ardour/editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index ede74131eb..aebaa7fe83 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -753,7 +753,7 @@ Editor::Editor () /* when we start using our own keybinding system for the editor, this * will be uncommented */ - // load_bindings (); + load_bindings (); setup_toolbar ();