Skip to content

Instantly share code, notes, and snippets.

@g10guang
Created April 27, 2018 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save g10guang/5136941c1a20fd2cda43bc6a9733b7be to your computer and use it in GitHub Desktop.
Save g10guang/5136941c1a20fd2cda43bc6a9733b7be to your computer and use it in GitHub Desktop.
My Filco keyboard shell script to remap the key.
#!/bin/bash
setxkbmap -option caps:none
xmodmap -e "keycode 66 = End NoSymbol End NoSymbol End"
xmodmap -e "keycode 112 = BackSpace BackSpace BackSpace BackSpace"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment