Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.12.17)
gdkDeviceSetKey: gdkDeviceSetKey
Description
Specifies the X key event to generate when a function button of a device is pressed.
Usage
gdkDeviceSetKey(object, index, keyval, modifiers)
Arguments
object
[
GdkDevice
] a
GdkDevice
.
index
[numeric] the index of the function button to set.
keyval
[numeric] the keyval to generate.
modifiers
[
GdkModifierType
] the modifiers to set.