libxkbcommon  1.10.0
LibraryimplementingtheXKBspecificationforparsingkeyboarddescriptionsandhandlingkeyboardstate
Macros
Collaboration diagram for Legacy virtual modifier names:

Macros

#define XKB_MOD_NAME_ALT   "Mod1"
 
#define XKB_MOD_NAME_LOGO   "Mod4"
 
#define XKB_MOD_NAME_NUM   "Mod2"
 

Detailed Description

Usual [virtual modifiers][virtual modifiers] mappings to [real modifiers][real modifiers].

Deprecated:
Use Virtual modifiers names instead

Macro Definition Documentation

#define XKB_MOD_NAME_ALT   "Mod1"

Usual [real modifier][real modifier] for the [virtual modifier][virtual modifier] Alt.

Deprecated:
Use XKB_VMOD_NAME_ALT instead.
Since
1.10: deprecated
#define XKB_MOD_NAME_LOGO   "Mod4"

Usual [real modifier][real modifier] for the [virtual modifier][virtual modifier] Super.

Deprecated:
Use XKB_VMOD_NAME_SUPER instead.
Since
1.10: deprecated
#define XKB_MOD_NAME_NUM   "Mod2"

Usual [real modifier][real modifier] for the [virtual modifier][virtual modifier] NumLock.

Deprecated:
Use XKB_VMOD_NAME_NUM instead.
Since
1.10: deprecated