On Sat, 15 May 2010 15:45:39 +0300, Dimitar wrote:
On Fri, 14 May 2010 22:45:27 +0200 Frank Lanitz frank@frank.uvena.de wrote:
I added a small plugin that: [...]
This sounds great. Could you add a bit more documentation how it works to README maybe? [...]
Will do.
BTW, does anyone know if the Shift + Keypad Arrows/Home/End... keys under Windows are reported as GTK_Key or GTK_KP_Key? I won't have access to Windows in the next ten days...
Just tested it on Windows XP:
0xff57 -> GDK_End
So, no GDK_KP_*. I tested it with Numpad enabled and disabled, it's always reported as the "normal" End key.
Regards, Enrico