XKB FUNCTIONS XkbSetModActionVMods(3x11)
NAME
XkbSetModActionVMods - Sets the vmods1 and vmods2 fields of
act using the vmods format of an Xkb modifier descriptionSYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
void XkbSetModActionVMods (XkbAction act, unsigned short
vmods); ARGUMENTS- act
action in which to set vmods- vmods
virtual mods to setDESCRIPTION
XkbSetModActionVMods sets the vmods1 and vmods2 fields of
act using the vmods format of an Xkb modifier description. NOTESDespite the fact that the first parameter of these two mac-
ros is of type XkbAction, these macros may be used only with Actions of type XkbModAction and XkbISOAction.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libx11 ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libX11 1.3.5 1