Browse Source

Create script to configure Thinkpad keyboard

DricomDragon 4 years ago
parent
commit
6f5096a470
1 changed files with 10 additions and 0 deletions
  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