diff options
author | Silvino <silvino@bk.ru> | 2019-06-28 03:58:25 +0100 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-06-28 03:58:25 +0100 |
commit | bb4fd340e7a1faffc363c6baa2f67e84b3a34f0c (patch) | |
tree | b8e4bed0ede5b48bf26b920949e83e36c1fe431c /tools/x.html | |
parent | 296be79a3b724db67a37244a67cfb3e4ef6b652f (diff) | |
parent | fe94262de38aafc839963ced9b82ee45d81b65f5 (diff) | |
download | doc-bb4fd340e7a1faffc363c6baa2f67e84b3a34f0c.tar.gz |
doc release 0.5.4
Diffstat (limited to 'tools/x.html')
-rw-r--r-- | tools/x.html | 27 |
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> |