Procházet zdrojové kódy

Make the european key behave like escape key

The european key is `less, greater` at the bottom left of the keyboard.
DricomDragon před 4 roky
rodič
revize
346c0f1445
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Install/Templates/system/X11/xkb/symbols/pc

+ 1 - 1
Install/Templates/system/X11/xkb/symbols/pc

@@ -5,7 +5,7 @@ xkb_symbols "pc105" {
     key <ESC>  {	[ Escape		]	};
 
     // The extra key on many European keyboards:
-    key <LSGT> {	[ less, greater, bar, brokenbar ] };
+    key <LSGT> {	[ Escape ] };
 
     // The following keys are common to all layouts.
     key <BKSL> {	[ backslash,	bar	]	};