Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xkbinitcanonicalkeytypes(3) [x11r4 man page]

XkbInitCanonicalKeyTypes(3)					   XKB FUNCTIONS				       XkbInitCanonicalKeyTypes(3)

NAME
XkbInitCanonicalKeyTypes - Set the definitions of the canonical key types in a client map to their default values SYNOPSIS
Status XkbInitCanonicalKeyTypes ( xkb, which, keypadVMod ) XkbDescPtr xkb; unsigned int which; int keypadVMod; ARGUMENTS
- xkb keyboard description containing client map to initialize - which mask of types to initialize - keypadVMod index of NumLock virtual modifier DESCRIPTION
XkbInitCanonicalKeyTypes initializes the first XkbNumRequiredTypes key types of the keyboard specified by the xkb parameter to their default values. The which parameter specifies what canonical key types to initialize and is a bitwise inclusive OR of the following masks: XkbOneLevelMask, XkbTwoLevelMask, XkbAlphabeticMask, and XkbKeypadMask. Only those canonical types specified by the which mask are initial- ized. If XkbKeypadMask is set in the which parameter, XkbInitCanonicalKeyTypes looks up the NumLock named virtual modifier to determine which virtual modifier to use when initializing the KEYPAD key type. If the NumLock virtual modifier does not exist, XkbInitCanonicalKeyTypes creates it. XkbInitCanonicalKeyTypes normally returns Success. It returns BadAccess if the Xkb extension has not been properly initialized, and BadAc- cess if the xkb parameter is not valid. RETURN VALUES
Success The XkbInitCanonicalKeyTypes funtion return Success if the Xkb extension has been properly initialized and the xkb parameter is valid. DIAGNOSTICS
BadAccess The Xkb extension has not been properly initialized X Version 11 libX11 1.2.1 XkbInitCanonicalKeyTypes(3)

Check Out this Related Man Page

XkbInitCanonicalKeyTypes(3)					   XKB FUNCTIONS				       XkbInitCanonicalKeyTypes(3)

NAME
XkbInitCanonicalKeyTypes - Set the definitions of the canonical key types in a client map to their default values SYNOPSIS
Status XkbInitCanonicalKeyTypes (XkbDescPtr xkb, unsigned int which, int keypadVMod); ARGUMENTS
- xkb keyboard description containing client map to initialize - which mask of types to initialize - keypadVMod index of NumLock virtual modifier DESCRIPTION
XkbInitCanonicalKeyTypes initializes the first XkbNumRequiredTypes key types of the keyboard specified by the xkb parameter to their default values. The which parameter specifies what canonical key types to initialize and is a bitwise inclusive OR of the following masks: XkbOneLevelMask, XkbTwoLevelMask, XkbAlphabeticMask, and XkbKeypadMask. Only those canonical types specified by the which mask are initial- ized. If XkbKeypadMask is set in the which parameter, XkbInitCanonicalKeyTypes looks up the NumLock named virtual modifier to determine which virtual modifier to use when initializing the KEYPAD key type. If the NumLock virtual modifier does not exist, XkbInitCanonicalKeyTypes creates it. XkbInitCanonicalKeyTypes normally returns Success. It returns BadAccess if the Xkb extension has not been properly initialized, and BadAc- cess if the xkb parameter is not valid. RETURN VALUES
Success The XkbInitCanonicalKeyTypes funtion return Success if the Xkb extension has been properly initialized and the xkb parameter is valid. DIAGNOSTICS
BadAccess The Xkb extension has not been properly initialized X Version 11 libX11 1.5.0 XkbInitCanonicalKeyTypes(3)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies