Blob
Date:
Fri Aug 21 10:34:29 2020
UTC
Message:
random improvements to the readme
* dvp-euJust another variant of the dvorak layout, made for programmers thatneed also to type in non-english languages (mainly Italian and maybeother European languages.)** GoalsBuild a decent, balanced layout and made it configurable throughprovided patches.** Current statusI've been using this for some years now, and for a very long timewithout modifying it, so I think I can consider it finished.There may still be improvements to made, and I would like toinclude a =patch= directory in the future with some "popular"variant.** UsageJust put the =dvp-eu= file in some decent place, like=/usr/X11R6/share/X11/xkb/symbols/= on OpenBSD, the load it with=setxkbmap=. In my =.xsession= I have:#+begin_src shsetxkbmap dvorak -option # remove all optionssetxkbmap dvp-eu -option lv3:ralt_switch -option ctrl:swapcaps#+end_src** Preview#+CAPTION: The keyboard (caps lock and control aren't switched by the layout)#+NAME: fig:preview[[./preview.png]]The preview was generated with:#+BEGIN_SRC shsetxkbmap dvp-eu -print | xkbcomp - - | xkbprint - - > dvp-eu.ps#+END_SRC** ContributingEvery form of contribution is welcome. Just open an issue or writeme an email!
Omar Polo