Re: How to grab key combination event in GDK?
- From: victor-victor <nadaeck hotmail com>
- To: gtk-list gnome org
- Subject: Re: How to grab key combination event in GDK?
- Date: Sat, 4 Feb 2012 15:41:08 -0800 (PST)
>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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]