gdkKeymapGetEntriesForKeycode {RGtk2} | R Documentation |
Returns the keyvals bound to hardware.keycode
.
The Nth GdkKeymapKey
in keys
is bound to the Nth
keyval in keyvals
.
When a keycode is pressed by the user, the keyval from
this list of entries is selected by considering the effective
keyboard group and level. See gdkKeymapTranslateKeyboardState
.
gdkKeymapGetEntriesForKeycode(object, hardware.keycode)
|
[GdkKeymap ] a GdkKeymap or NULL to use the default keymap |
|
[numeric] a keycode |
A list containing the following elements:
retval |
[logical] TRUE if there were any entries |
|
[GdkKeymapKey ] return location for list of GdkKeymapKey , or NULL |
|
[numeric] return location for list of keyvals, or NULL |
|
[integer] length of keys and keyvals |
Derived by RGtkGen from GTK+ documentation