Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mcourteaux/76f9336045b4ac3a900662fc3bb5ceeb to your computer and use it in GitHub Desktop.
Save mcourteaux/76f9336045b4ac3a900662fc3bb5ceeb to your computer and use it in GitHub Desktop.
Switches the < > key with the @ # key for a French/Flemish Macbook Pro keyboard layout on Ubuntu running in VirtualBox.
#!/bin/bash
xmodmap -e "keycode 94 = at numbersign"
xmodmap -e "keycode 49 = less greater"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment