mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-05 20:28:01 +02:00
man: Redirect users from XKeycodeToKeysym to XkbKeycodeToKeysym #25732
XKeycodeToKeysym keeps compatibility with pre-XKB and thus only sees 2 groups with 2 levels each. It wraps the index into the next group. This behavior confuses the unaware user, and therefore this will add a reference to XkbKeycodeToKeysym in the corresponding man paragraph. Another bug had that issue, too. #5349 Signed-off-by: Dirk Wallenstein <halsmit@t-online.de> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
6474cdf97c
commit
e9884d4a05
1 changed files with 4 additions and 0 deletions
|
|
@ -202,6 +202,10 @@ If no symbol is defined,
|
|||
.ZN XKeycodeToKeysym
|
||||
returns
|
||||
.ZN NoSymbol .
|
||||
.ZN XKeycodeToKeysym
|
||||
predates the XKB extension. If you want to lookup a KeySym while
|
||||
using XKB you have to use
|
||||
.ZN XkbKeycodeToKeysym .
|
||||
.LP
|
||||
If the specified KeySym is not defined for any KeyCode,
|
||||
.ZN XKeysymToKeycode
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue