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

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -