gdkDeviceSetKey: gdkDeviceSetKey

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

Specifies the X key event to generate when a function button of a device is pressed.

Usage

1
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


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

Related to gdkDeviceSetKey in RGtk2...