MFen 1.192 -> 1.193
This commit is contained in:
parent
0ddb7f7a33
commit
84851adac1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34655
1 changed files with 25 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
<!--
|
||||
The FreeBSD Dutch Documentation Project
|
||||
|
||||
$FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.18 2009/04/29 11:22:54 rene Exp $
|
||||
$FreeBSD$
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/x11/chapter.sgml
|
||||
%SRCID% 1.192
|
||||
%SRCID% 1.193
|
||||
-->
|
||||
|
||||
<chapter id="x11">
|
||||
|
@ -518,13 +518,30 @@ dbus_enable="YES"</programlisting>
|
|||
|
||||
<note>
|
||||
<para>Deze toetsencombinatie stond standaard aan tot en met
|
||||
versie 7.3 van <application>&xorg;</application>. Voeg de
|
||||
volgende regel toe aan de sectie
|
||||
<literal>ServerLayout</literal> of
|
||||
<literal>ServerFlags</literal> van het instellingenbestand om
|
||||
het in versie 7.4 en hoger aan te zetten:</para>
|
||||
versie 7.3 van <application>&xorg;</application>. Om het in versie
|
||||
7.4 en hoger aan te zetten, kunt u òfwel het volgende commando
|
||||
uitvoeren vanaf elke X-terminal-emulator:</para>
|
||||
|
||||
<programlisting>Option "DontZap" "Off"</programlisting>
|
||||
<screen>&prompt.user; <userinput>setxkbmap -option terminate:ctrl_alt_bksp</userinput></screen>
|
||||
|
||||
<para>òf een instellingenbestand voor het toetsenbord genaamd
|
||||
<filename>x11-input.fdi</filename> voor
|
||||
<application>hald</application> aanmaken en het in de map <filename
|
||||
class="directory">/usr/local/etc/hal/fdi/policy</filename> opslaan.
|
||||
Dit bestand dient het volgende te bevatten:</para>
|
||||
|
||||
<programlisting><?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<deviceinfo version="0.2">
|
||||
<device>
|
||||
<match key="info.capabilities" contains="input.keyboard">
|
||||
<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
|
||||
</match>
|
||||
</device>
|
||||
</deviceinfo></programlisting>
|
||||
|
||||
<para>U moet uw machine opnieuw opstarten om
|
||||
<application>hald</application> te forceren om dit bestand te
|
||||
lezen.</para>
|
||||
</note>
|
||||
|
||||
<para>Als de muis niet werkt, dan moet deze eerst ingesteld
|
||||
|
|
Loading…
Reference in a new issue