ignore irrelevant modifiers and events pending
[debian/gnuradio] / grc / gui / ActionHandler.py
index 656f99c3776e0d39012e132420b4f4db49f455ac..970b731c810f0f7d1e30de191aa920bbd6677dff 100644 (file)
@@ -79,8 +79,6 @@ class ActionHandler:
                When not in focus, gtk and the accelerators handle the the key press.
                @return false to let gtk handle the key action
                """
-               #dont allow key presses to queue up
-               if gtk.events_pending(): return True
                #extract action name from this key press
                key_name = gtk.gdk.keyval_name(event.keyval)
                mod_mask = event.state