From 8527dd081b4cdcca07e1477b742eaa2e1218f62f Mon Sep 17 00:00:00 2001 From: Silvino Date: Wed, 26 Jun 2019 18:01:19 +0100 Subject: tools x change ctrl alt f to just alt f --- tools/x.html | 27 ++++++++++++++++++++++++--- 1 file 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 @@

X

-

Install

+

Install

Xorg

@@ -99,7 +99,7 @@ fi -

Global keyboard config

+

Keyboard config

Xorg global default keyboard configuration; /etc/X11/xorg.conf.d/10-keyboard.conf

@@ -169,7 +169,28 @@ EndSection -

Window Managers

+

Change tty with ALT+F[N]

+ +

Default tty change keyboard mappings is defined on + file /usr/share/X11/xkb/symbols/srvr_ctrl;

+ +
+       key  {
+               type="CTRL+ALT",
+               symbols[Group1]= [ F1, F1, F1, F1, XF86_Switch_VT_1 ]
+       };
+        
+ +

Change to;

+ +
+	key  {
+	    type="PC_ALT_LEVEL2",
+	    symbols[Group1]= [ F1, XF86_Switch_VT_1 ]
+	};
+	
+ +

Window Managers

Spectrwm

-- cgit 1.4.1-2-gfad0