XNewModifiermap

Syntax

XModifierKeymap() *XNewModifiermap(max_keys_per_mod)
        int max_keys_per_mod;

Arguments

max_keys_per_mod Specifies the number of KeyCode entries preallocated to the modifiers in the map.

Description

The XNewModifiermap() function returns a pointer to XModifierKeymap() structure for later use.

See also

XChangeKeyboardMapping(), XDeleteModifiermapEntry(), XDisplayKeycodes(), XFree(), XFreeModifiermap(), XGetKeyboardMapping(), XGetModifierMapping(), XInsertModifiermapEntry(), XSetModifierMapping(), XSetPointerMapping(), "Keyboard Encoding".
Christophe Tronche, ch@tronche.com