>look into gdk event filters for gdk windows, which will allow you to
>catch and handle every single key event no matter what else is done
>with it. then use a hash map to store which keys are down, and a
>simple api to search it or return the current "down set".

I applied this method and it works indeed.

Thank you very much Paul

Victor
-- 
View this message in context: 
http://old.nabble.com/How-to-grab-key-combination-event-in-GDK--tp33261605p33264604.html
Sent from the Gtk+ - General mailing list archive at Nabble.com.

_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to