summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Wallenstein <halsmit@t-online.de>2010-02-02 21:24:29 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-08 20:30:19 -0700
commite9884d4a05a5661ec343ea8a2aa0562b6419e086 (patch)
tree8e260ea608fe6bb2c535f89a5f23706a3c667688
parent6474cdf97cd648afaeaa872155f3fa21cfb43f80 (diff)
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>
-rw-r--r--man/XStringToKeysym.man4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/XStringToKeysym.man b/man/XStringToKeysym.man
index 62212dba..067765b3 100644
--- a/man/XStringToKeysym.man
+++ b/man/XStringToKeysym.man
@@ -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