Last active
April 17, 2023 09:46
-
-
Save jhessin/98ee2caab01f38c979be483f7b357480 to your computer and use it in GitHub Desktop.
A simple remap of dvorak-programmer for linux.
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
! This is a keymap file for setting up programmer dvorak with capslock maped to escape and the ATM numpad in the console on linux | |
! To get this to work first run `loadkeys dvorak-programmer` | |
! Next you want to run `vi /usr/share/keymaps/dvp.map` | |
! Copy this file into it and run `loadkeys dvp` | |
include "dvorak-programmer.map" | |
keycode 55 = asterisk parenright | |
keycode 58 = Escape | |
keycode 71 = one a | |
keycode 72 = two b | |
keycode 73 = three c | |
keycode 74 = minus dollar | |
keycode 75 = four d | |
keycode 76 = five e | |
keycode 77 = six f | |
keycode 78 = plus comma | |
keycode 79 = seven equal | |
keycode 80 = eight x | |
keycode 81 = nine colon | |
keycode 82 = zero backslash | |
keycode 83 = period semicolon | |
keycode 98 = slash parenleft |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment