about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tools/x.html27
1 files changed, 24 insertions, 3 deletions
diff --git a/tools/x.html b/tools/x.html
index 3efaf7a..45e74c4 100644
--- a/tools/x.html
+++ b/tools/x.html
@@ -11,7 +11,7 @@
         <h1>X</h1>
 
 
-        <h2>Install</h2>
+        <h2 id="install">Install</h2>
 
 
         <h3>Xorg</h3>
@@ -99,7 +99,7 @@
         fi
         </pre>
 
-        <h3 id="confkeyboard">Global keyboard config </h3>
+        <h3 id="confkeyboard">Keyboard config</h3>
 
 	<p>Xorg global default keyboard configuration; <a href="conf/etc/X11/xorg.conf.d/10-keyboard.conf">/etc/X11/xorg.conf.d/10-keyboard.conf</a></p>
 
@@ -169,7 +169,28 @@
         EndSection
         </pre>
 
-        <h2>Window Managers</h2>
+        <h3>Change tty with ALT+F[N]</h3>
+
+        <p>Default tty change keyboard mappings is defined on
+        file /usr/share/X11/xkb/symbols/srvr_ctrl;</p>
+
+        <pre>
+       key <FK01> {
+               type="CTRL+ALT",
+               symbols[Group1]= [ F1, F1, F1, F1, XF86_Switch_VT_1 ]
+       };
+        </pre>
+
+        <p>Change to;</p>
+
+        <pre>
+	key <FK01> {
+	    type="PC_ALT_LEVEL2",
+	    symbols[Group1]= [ F1, XF86_Switch_VT_1 ]
+	};
+	</pre>
+
+        <h2 id="wm">Window Managers</h2>
 
         <h3>Spectrwm</h3>