Skip to content

Instantly share code, notes, and snippets.

@jhessin
Last active April 17, 2023 09:46
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 jhessin/98ee2caab01f38c979be483f7b357480 to your computer and use it in GitHub Desktop.
Save jhessin/98ee2caab01f38c979be483f7b357480 to your computer and use it in GitHub Desktop.
A simple remap of dvorak-programmer for linux.
! 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