Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkKeymapGetEntriesForKeycode

gdkKeymapGetEntriesForKeycode


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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.