Skip to content

A single layout. Both for prgramming, and for civil life.

Notifications You must be signed in to change notification settings

asvd/programmer-dvorak-eu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Dvorak for Programmers with European Keys

This is the usual Dvorak for Programmers keyboard layout (initially made by Ronald Kaufmann) upgraded to include West-European characters as alternative symbols. The way they match the main letters was inspired by EurKEY layout (by Steffen Bruentjen). Other special characters distributed among the keys in a reasonable way (in my own way of understanding of what reasonable is, although feedback is always appreciated). Essential dead keys are present for common diactricts (marked red on the image below), but they are located on the most distant keys to reduce the chance of influence on hotkeys.

Dvorak for Programmers with European Keys

Manual installation on (Ubuntu) Linux

All the actions below are to be performed under #root

$ sudo su
  • insert the contents of the us-dpe layout at the very end of /usr/share/X11/xkb/symbols/us

  • open /usr/share/X11/xkb/rules/evdev.xml and find the us layout configuration starting with something like

<layout>
  <configItem>
    <name>us</name>

    <shortDescription>en</shortDescription>
    <description>English (US)</description>
    <languageList>
      <iso639Id>eng</iso639Id>
    </languageList>
  </configItem>
  • in the beginning of the <variantList> below the layout header, insert the variant configuration for the new layout:
<variant>
  <configItem>
    <name>dpe</name>
    <description>English (Programmer Dvorak Eur. Keys)</description>
  </configItem>
</variant>
  • delete xkb cache:
# rm /var/lib/xkb/*.xkm

or

# dpkg-reconfigure xkb-data

Now the new layout should be selectable in the system settings window as a variant of English layout


visit my homepage: https://asvd.github.io

follow me on twitter: https://twitter.com/asvd0

Releases

No releases published

Packages

No packages published