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>
 
ger/commit/.travis.yml?h=v1.9.0b1&id=b3d031a913814900467358b2adf20a148bf6de1a'>b3d031a9 ^
db686679 ^
db686679 ^
b3d031a9 ^
1
2
3
4
5
6
7
8
9
10
11
12
13