about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilvino <silvino@bk.ru>2019-06-26 18:01:19 +0100
committerSilvino <silvino@bk.ru>2019-06-26 18:01:19 +0100
commit8527dd081b4cdcca07e1477b742eaa2e1218f62f (patch)
tree4dbf5e9f45c0e01a851a4cc5e556096a0165beef
parentb5f3610fc765c2ac08a4029460f90265f37b9dfa (diff)
downloaddoc-8527dd081b4cdcca07e1477b742eaa2e1218f62f.tar.gz
tools x change ctrl alt f to just alt f
-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>