Display.mapKeycode

Returns the keyvals bound to @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.

Free the returned arrays with g_free().

class Display
bool
mapKeycode
(
uint keycode
,,
out uint[] keyvals
)

Parameters

keycode uint

a keycode

keys GdkKeymapKey[]

return location for array of GdkKeymapKey, or %NULL

keyvals uint[]

return location for array of keyvals, or %NULL

Return Value

Type: bool

%TRUE if there were any entries

Meta