From 17bfb7cad584bf985222d3d380e5e5e06c27aff2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 13 Jul 2009 23:09:16 +0000 Subject: traverso-style mixer window bindings. note: messes up some bindings when mouse is not in the processor box (fix to follow); notes: m=mute, s=solo, g=gain_up ctrl-g=gain_down r=rec-enable e=show-sends KP_0=toggle processor active status (selected or pointed-at) git-svn-id: svn://localhost/ardour2/branches/3.0@5356 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/mixer_ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/mixer_ui.h') diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h index 894b9b364f..cd95e1143a 100644 --- a/gtk2_ardour/mixer_ui.h +++ b/gtk2_ardour/mixer_ui.h @@ -115,6 +115,7 @@ class Mixer_UI : public Gtk::Window void get_window_pos_and_size (); bool on_key_press_event (GdkEventKey*); + bool on_key_release_event (GdkEventKey*); void pane_allocation_handler (Gtk::Allocation&, Gtk::Paned*); -- cgit v1.2.3