Giter Site home page Giter Site logo

programmer-dvorak-eu's Introduction

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

programmer-dvorak-eu's People

Contributors

asvd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.