Re: Detecting Ctrl Esc in GTK app

2011-08-29 Thread czk
try gdk_window_add_filter or gtk_key_snooper_install 2011/8/30 Andrew Wood > Is there a way to regiser a handler function which will be called whenever > the user presses Ctrl-Esc in a GTK app? > > Thanks > > __**_ > gtk-app-devel-list mailing list > g

Detecting Ctrl Esc in GTK app

2011-08-29 Thread Andrew Wood
Is there a way to regiser a handler function which will be called whenever the user presses Ctrl-Esc in a GTK app? Thanks ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Keyboard Key Repeats

2011-08-29 Thread Jannis Pohlmann
On Mon, 29 Aug 2011 06:52:44 -0400 Craig wrote: > Hi All, > > Don't we have a way to program (via gtk) if a key, when pressed, > repeats its signal? Example- the 'a' key, if repeat is on key, I get > aaa, or if repeat is off I get one a. Right now I am using > the System Settings. Con

Keyboard Key Repeats

2011-08-29 Thread Craig
Hi All, Don't we have a way to program (via gtk) if a key, when pressed, repeats its signal? Example- the 'a' key, if repeat is on key, I get aaa, or if repeat is off I get one a. Right now I am using the System Settings. Craig Bakalian ___ g