Explorar el Código

Make the european key behave like escape key

The european key is `less, greater` at the bottom left of the keyboard.
DricomDragon hace 4 años
padre
commit
346c0f1445
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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	]	};