Man Page: xkbkeysymtomodifiers
Operating Environment: centos
Section: 3
XkbKeysymToModifiers(3) XKB FUNCTIONS XkbKeysymToModifiers(3)NAMEXkbKeysymToModifiers - Finds the set of modifiers bound to a particular keysym on the core keyboardSYNOPSISunsigned int XkbKeysymToModifiers (Display *dpy, KeySym ks);ARGUMENTS- dpy connection to X server - ks keysym of interestDESCRIPTIONXkbKeysymToModifiers finds the set of modifiers currently bound to the keysym ks on the core keyboard. The value returned is the mask of modifiers bound to the keysym ks. If no modifiers are bound to the keysym, XkbKeysymToModifiers returns zero; otherwise, it returns the inclusive OR of zero or more of the following: ShiftMask, ControlMask, LockMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, and Mod5Mask. X Version 11 libX11 1.6.0 XkbKeysymToModifiers(3)
| Related Man Pages |
|---|
| xkbgetkeymodifiermap(3) - centos |
| xkblookupkeybinding(3) - debian |
| xkbtranslatekeycode(3) - suse |
| xttranslatb(3) - hpux |
| xkbgetkeymodifiermap(3) - bsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| DB2 convert digits to binary format |
| Docker learning Phase-I |
| [TIP] Processing YAML files with yq |