Compounds | |
| struct | CodeMod |
| struct | Key |
| struct | Sym |
| struct | Variations |
Enumerations | |
| enum | ExtraModFlag |
Functions | |
| bool | initializeMods () |
| TODO: please document. | |
| uint | modX (KKey::ModFlag modFlag) |
| bool | keyboardHasWinKey () |
| uint | modXShift () |
| uint | modXLock () |
| uint | modXCtrl () |
| uint | modXAlt () |
| uint | modXNumLock () |
| uint | modXWin () |
| uint | modXScrollLock () |
| uint | accelModMaskX () |
| bool | keyQtToSym (int keyQt, uint &sym) |
| bool | keyQtToMod (int keyQt, uint &mod) |
| bool | symToKeyQt (uint sym, int &keyQt) |
| bool | modToModQt (uint mod, int &modQt) |
| bool | modToModX (uint mod, uint &modX) |
| bool | modXToModQt (uint modX, int &modQt) |
| bool | modXToMod (uint modX, uint &mod) |
| bool | codeXToSym (uchar codeX, uint modX, uint &symX) |
| QString | modToStringUser (uint mod) |
|
|
Supplement enum KKey::ModFlag
Definition at line 18 of file kkeyserver_x11.h. |
|
|
Returns bitwise OR'ed mask containing Shift, Ctrl, Alt, and Win (if available).
|
|
||||||||||||||||
|
Converts a X11 key code and a mask of ORed X11 modifiers into a X11 symbol. converts it to a symbol.
|
|
|
Returns true if the current keyboard layout supports the Win key. Specifically, whether the Super or Meta keys are assigned to an X modifier.
|
|
||||||||||||
|
Extracts the modifiers from the given Qt key and converts them in a mask of ORed KKey::ModFlag modifiers.
|
|
||||||||||||
|
Extracts the symbol from the given Qt key and converts it to a symbol.
|
|
||||||||||||
|
Converts the mask of ORed KKey::ModFlag modifiers to a mask of ORed Qt key code modifiers.
|
|
||||||||||||
|
Converts the mask of ORed KKey::ModFlag modifiers to a mask of ORed X11 modifiers.
|
|
|
Converts the mask of ORed KKey::ModFlag modifiers to a user-readable string.
|
|
|
Returns the equivalent X modifier mask of the given modifier flag.
|
|
|
Returns the X11 Alt (Mod1) modifier mask/flag.
|
|
|
Returns the X11 Ctrl modifier mask/flag.
|
|
|
Returns the X11 Lock modifier mask/flag.
|
|
|
Returns the X11 NumLock modifier mask/flag.
|
|
|
Returns the X11 ScrollLock modifier mask/flag.
|
|
|
Returns the X11 Shift modifier mask/flag.
|
|
||||||||||||
|
Converts the mask of ORed X11 modifiers to a mask of ORed KKey::ModFlag modifiers.
|
|
||||||||||||
|
Converts the mask of ORed X11 modifiers to a mask of ORed Qt key code modifiers.
|
|
|
Returns the X11 Win (Mod3) modifier mask/flag.
|
|
||||||||||||
|
Converts the given symbol to a Qt key code.
|
1.2.18