xfree86: update man page for special keys handling.
SpecialKeyHandling was removed from the kbd driver with version 1.4.0. Since this is the only version that will build against server 1.7+ it's not reasonable to mention it in the man page. Reword, point to XKB instead and make clear that some key combinations _may_ not be available in any given config. Reported-by: Derek Fawcus Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
parent
753310837c
commit
801bc8075a
|
@ -421,18 +421,12 @@ The
|
||||||
.B __xservername__
|
.B __xservername__
|
||||||
server is normally configured to recognize various special combinations
|
server is normally configured to recognize various special combinations
|
||||||
of key presses that instruct the server to perform some action, rather
|
of key presses that instruct the server to perform some action, rather
|
||||||
than just sending the key press event to a client application. The
|
than just sending the key press event to a client application. These actions
|
||||||
default XKEYBOARD keymap defines the key combinations listed below.
|
depend on the XKB keymap loaded by a particular keyboard device and may or
|
||||||
The kbd (__drivermansuffix__) driver also has these key combinations
|
may not be available on a given configuration.
|
||||||
builtin to its event handler
|
|
||||||
for cases where the XKEYBOARD extension is not being used. When using
|
|
||||||
the XKEYBOARD extension, which key combinations perform which actions
|
|
||||||
is completely configurable.
|
|
||||||
.PP
|
.PP
|
||||||
The special combinations of key presses recognized directly
|
The following key combinations are commonly part of the default XKEYBOARD
|
||||||
by
|
keymap.
|
||||||
.B __xservername__
|
|
||||||
are:
|
|
||||||
.TP 8
|
.TP 8
|
||||||
.B Ctrl+Alt+Backspace
|
.B Ctrl+Alt+Backspace
|
||||||
Immediately kills the server -- no questions asked. It can be disabled by
|
Immediately kills the server -- no questions asked. It can be disabled by
|
||||||
|
|
Loading…
Reference in New Issue