瀏覽代碼

Create script to configure Thinkpad keyboard

DricomDragon 4 年之前
父節點
當前提交
6f5096a470
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      Install/keyboard-thinkpad-custom

+ 10 - 0
Install/keyboard-thinkpad-custom

@@ -0,0 +1,10 @@
+#!/usr/bin/fish
+
+# Remap keys of thinkpad
+
+## Backup default keyboard
+sudo cp /usr/share/X11/xkb/symbols/pc /usr/share/X11/xkb/symbols/pc_BACKUP
+
+## Useless key as escape
+## Print key as super
+sudo cp Templates/system/X11/xkb/symbols/pc /usr/share/X11/xkb/symbols/pc