Skip to content

Instantly share code, notes, and snippets.

@ctchuang
Created April 12, 2020 07:25
Show Gist options
  • Save ctchuang/cba494146d3aaee9f09d6215d8bc1d42 to your computer and use it in GitHub Desktop.
Save ctchuang/cba494146d3aaee9f09d6215d8bc1d42 to your computer and use it in GitHub Desktop.
pc/mac keyboard layout
if [[ "$OSTYPE" == "linux-gnu" ]]; then
alias mac-keyboard="setxkbmap -option"
alias pc-keyboard="setxkbmap -option altwin:swap_alt_win"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment