gdkDeviceSetKey {RGtk2}R Documentation

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

a GdkDevice.

index

the index of the function button to set.

keyval

the keyval to generate.

modifiers

the modifiers to set.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]