slightly more info when debugging the kbd snooper

git-svn-id: svn://localhost/ardour2/branches/3.0@7548 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-08-05 19:39:11 +00:00
parent fdef792afa
commit 7c39d2171f

View File

@ -195,6 +195,7 @@ Keyboard::snooper (GtkWidget *widget, GdkEventKey *event)
#if 0
cerr << "snoop widget " << widget << " key " << event->keyval << " type: " << event->type
<< " state " << std::hex << event->state << std::dec
<< " magic ? " << _some_magic_widget_has_focus
<< endl;
#endif