From 29d677e6681b02d6940346ac88a432558b6c2a43 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 Nov 2009 13:54:04 +0000 Subject: allow use of Return, KP_Enter and more in key binding editor; better display of such bindings; potential fix for "crashes" caused by an endless loop of enter/hide events involving the verbose canvas cursor git-svn-id: svn://localhost/ardour2/branches/3.0@6109 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/actions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/actions.h') diff --git a/gtk2_ardour/actions.h b/gtk2_ardour/actions.h index 187168e4b4..4557e7f8c4 100644 --- a/gtk2_ardour/actions.h +++ b/gtk2_ardour/actions.h @@ -67,6 +67,8 @@ class ActionManager static void set_sensitive (std::vector >& actions, bool); + static std::string get_key_representation (const std::string& accel_path, Gtk::AccelKey& key); + static std::string unbound_string; /* the key string returned if an action is not bound */ static Glib::RefPtr ui_manager; -- cgit v1.2.3