瀏覽代碼

Make the european key behave like escape key

The european key is `less, greater` at the bottom left of the keyboard.
DricomDragon 4 年之前
父節點
當前提交
346c0f1445
共有 1 個文件被更改,包括 1 次插入1 次删除
  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	]	};