diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-12-28 21:22:41 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-01-06 15:46:00 -0800 |
commit | bb551f654df8f647c867f79252241964521e689e (patch) | |
tree | a4e0e08d8501ce233ad03247ed7f4e9a07e808ef | |
parent | b7bb23fe7c8b8a17128e5bc98a05f68595190438 (diff) |
Add more Xkb man pages to the See Also lists for core keyboard functions
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | man/IsCursorKey.man | 1 | ||||
-rw-r--r-- | man/XChangeKeyboardControl.man | 4 | ||||
-rw-r--r-- | man/XChangeKeyboardMapping.man | 1 | ||||
-rw-r--r-- | man/XLookupKeysym.man | 2 | ||||
-rw-r--r-- | man/XStringToKeysym.man | 1 |
5 files changed, 9 insertions, 0 deletions
diff --git a/man/IsCursorKey.man b/man/IsCursorKey.man index 30c2b76..0fa3dfb 100644 --- a/man/IsCursorKey.man +++ b/man/IsCursorKey.man @@ -203,6 +203,7 @@ macro returns .ZN True if the specified KeySym is a vendor-private keypad key. .SH "SEE ALSO" +XkbKeyTypesForCoreSymbols(__libmansuffix__), AllPlanes(__libmansuffix__), BlackPixelOfScreen(__libmansuffix__), ImageByteOrder(__libmansuffix__) diff --git a/man/XChangeKeyboardControl.man b/man/XChangeKeyboardControl.man index 3179614..63f9392 100644 --- a/man/XChangeKeyboardControl.man +++ b/man/XChangeKeyboardControl.man @@ -443,6 +443,10 @@ by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error. .SH "SEE ALSO" XChangeKeyboardMapping(__libmansuffix__), +XkbChangeEnabledControls(__libmansuffix__), +XkbBell(__libmansuffix__), +XkbDeviceBell(__libmansuffix__), +XkbGetMap(__libmansuffix__), XSetPointerMapping(__libmansuffix__) .br \fI\*(xL\fP diff --git a/man/XChangeKeyboardMapping.man b/man/XChangeKeyboardMapping.man index 71b7a91..b964548 100644 --- a/man/XChangeKeyboardMapping.man +++ b/man/XChangeKeyboardMapping.man @@ -442,6 +442,7 @@ by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error. .SH "SEE ALSO" XFree(__libmansuffix__), +XkbGetMap(__libmansuffix__), XSetPointerMapping(__libmansuffix__) .br \fI\*(xL\fP diff --git a/man/XLookupKeysym.man b/man/XLookupKeysym.man index d8d99d3..bdbfe31 100644 --- a/man/XLookupKeysym.man +++ b/man/XLookupKeysym.man @@ -267,6 +267,8 @@ Note that you can rebind a KeySym that may not exist. XButtonEvent(__libmansuffix__), XMapEvent(__libmansuffix__), XStringToKeysym(__libmansuffix__), +XkbLookupKeySym(__libmansuffix__), +XkbRefreshKeyboardMapping(__libmansuffix__), XmbLookupString(__libmansuffix__), XwcLookupString(__libmansuffix__), Xutf8LookupString(__libmansuffix__), diff --git a/man/XStringToKeysym.man b/man/XStringToKeysym.man index 067765b..515ca91 100644 --- a/man/XStringToKeysym.man +++ b/man/XStringToKeysym.man @@ -220,6 +220,7 @@ upper_return. Support for conversion of other than Latin and Cyrillic KeySyms is implementation-dependent. .SH "SEE ALSO" +XkbKeycodeToKeysym(__libmansuffix__), XLookupKeysym(__libmansuffix__) .br \fI\*(xL\fP |