diff options
author | Wolfgang Pfeiffer <roto@gmx.net> | 2018-07-09 10:20:35 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-09 10:20:35 +1000 |
commit | 9be2acabde0364a3a6b506ea59db24d922844ccc (patch) | |
tree | 1c1c659c4d6249978bf21225f1d740f348c27ae6 | |
parent | c4df95c5075a728c0d089bed208042fdfa7a7765 (diff) |
man: remove reference to the XKeysymDB
The XKeysymDB was removed around 2010 - please see:
https://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=eb023c0f8919e809b8b609e1467b14d20a290aa7
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | man/xmodmap.man | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/xmodmap.man b/man/xmodmap.man index 5d38fa5..64616b6 100644 --- a/man/xmodmap.man +++ b/man/xmodmap.man @@ -143,8 +143,7 @@ being redefined in a natural way without having to worry as much about name conflicts. .PP The list of keysym names may be found in the header file -\fI<X11/keysymdef.h>\fP (without the \fIXK_\fP prefix), -supplemented by the keysym database \fI __X11datadir__/XKeysymDB\fP. +\fI<X11/keysymdef.h>\fP (without the \fIXK_\fP prefix). Keysyms matching Unicode characters may be specified as "U0020" to "U007E" and "U00A0" to "U10FFFF" for all possible Unicode characters. .TP 8 |