Windows PowerShell command on Get-command XkbAddSymInterpret
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man XkbAddSymInterpret

XKB FUNCTIONS XkbAddSymInterpret(3x11)

NAME

XkbAddSymInterpret - Add a symbol interpretation to the list

of symbol interpretations in an XkbCompatRec

SYNOPSIS

cc [ flag... ] file... -lX11 [ library... ]

XkbSymInterpretPtr XkbAddSymInterpret (XkbDescPtr xkb,

XkbSymInterpretPtr si, Bool updateMap, XkbChangesPtr changes); ARGUMENTS

- xkb

keyboard description to be updated

- si symbol interpretation to be added

- updateMap

True=>apply compatibility map to keys

- changes

changes are put here

DESCRIPTION

XkbAddSymInterpret adds si to the list of symbol interpreta-

tions in xkb. If updateMap is True, it (re)applies the com-

patibility map to all of the keys on the keyboard. If

changes is non-NULL, it reports the parts of the keyboard

that were affected (unless updateMap is True, not much

changes). XkbAddSymInterpret returns a pointer to the actual

new symbol interpretation in the list or NULL if it failed.

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Availability | x11/library/libx11 |

|_____________________________|_____________________________|

| Interface Stability | Committed |

|_____________________________|_____________________________|

| MT-Level | See XInitThreads(3X11) |

|_____________________________|_____________________________|

X Version 11 Last change: libX11 1.3.5 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™