events - gtk keyval for keypad/numpad keys? -
this might silly question, i'm trying handle keyboard event in gtk program. , can't find in documentation ( https://git.gnome.org/browse/gtk+/plain/gdk/gdkkeysyms.h )the keyval keypad/numpad keys such '+' or '-'.
the gdk_key_plus , gdk_key_minus reffering '+' , '-' @ top of keyboard, not on numpad.
thanks reading.
ps : i'm using azerty keyboard.
the numpad constants gdk_key_kp_*
(which stands keypad) constants. gdk_key_plus
gdk_key_kp_add
, gdk_key_minus
gdk_key_kp_subtract
.
Comments
Post a Comment