Created
May 11, 2018 08:19
-
-
Save DarwinSenior/b3b209b29e3fc7670b2f940d39a5dd50 to your computer and use it in GitHub Desktop.
surfingkeys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| map("K", "R"); | |
| map("J", "E"); | |
| map("u", "e"); | |
| map("H", "S"); | |
| unmap("C"); | |
| map("O", "on"); | |
| map("gi", "i"); | |
| map("ss", "se"); | |
| map("a", "og"); | |
| map("g^", "g0"); | |
| map("oo", "t"); | |
| map("g`", "<Ctrl-6>"); | |
| map("L", "D"); | |
| unmap("sm"); | |
| map("oc", "cc"); | |
| unmap("yf"); | |
| map("^", "0"); | |
| unmap("B"); | |
| unmap("F"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment