gdkKeymapGetEntriesForKeycode: gdkKeymapGetEntriesForKeycode

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

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.

Usage

1
gdkKeymapGetEntriesForKeycode(object, hardware.keycode)

Arguments

object

a GdkKeymap or NULL to use the default keymap

hardware.keycode

a keycode

Value

A list containing the following elements:

retval

[logical] TRUE if there were any entries

keys

return location for list of GdkKeymapKey, or NULL

keyvals

return location for list of keyvals, or NULL

n.entries

length of keys and keyvals

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.