Manual Pages for Linux CentOS command on man XkbTranslateKeySym
MyWebUniversity

Manual Pages for Linux CentOS command on man XkbTranslateKeySym

XkbTranslateKeySym(3) XKB FUNCTIONS XkbTranslateKeySym(3)

NAME

XkbTranslateKeySym - Find the string and symbol associated with a keysym for a given keyboard state SYNOPSIS int XkbTranslateKeySym (Display *dpy, KeySym *syminout, unsigned int mods, char *buf, int nbytes, int *extrartrn); ARGUMENTS

- dpy connection to X server

- syminout symbol to be translated; result of translation

- mods modifiers to apply to syminout

- buf buffer into which returned string is written

- nbytes size of buffer in bytes

- extrartrn number of bytes overflow DESCRIPTION XkbTranslateKeySym applies the transformations specified in mods to the symbol specified by syminout. It returns in buf the string, if any, associated with the keysym for the current locale. If the transforma‐ tions in mods changes the keysym, syminout is updated accordingly. If the string returned is larger than nbytes, a count of bytes that does not fit into the buffer is returned in extrartrn. XkbTranslateKeySym returns the number of bytes it placed into buf. RETURN VALUES buf Returns the string, if any, associated with the keysym for the current locale. X Version 11 libX11 1.6.5 XkbTranslateKeySym(3)




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