Explorar el Código

Create script to configure Thinkpad keyboard

DricomDragon hace 4 años
padre
commit
6f5096a470
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  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