dvorak update
[martlubbers.net.git] / dvorak.html
1 <html>
2 <head>
3 <title>Dvorak resources</title>
4 <link href="style.css" rel="stylesheet" type="text/css" />
5 </head>
6 <body>
7 <p>Since about 2011 I've started using dvorak as my main keyboard layout and like the efficiency compared to QWERTY.</p>
8
9 <h2>Dvorak update update (2015-10-30)</h2>
10 <p>Note to self: x-keyboard-config on arch linux overwrites the
11 file where the dvorak russian keymap is stored and by that the
12 xserver fails to set the keymap, returning to default qwerty.
13 This can be solved by loading the keymap from a custom
14 location? Or maybe to pin the file so that the package manager
15 doesn't overwrite it?</p>
16
17 <h2>Dvorak russian update (2015-04-16)</h2>
18 <p>Since having to setup the keyboard after login can be useful if you
19 don't have the rights to edit system configuration files on your system(eg.
20 work) but it's not a durable solution for your own system. If you want to
21 make these things semipermanent you can use the handy program called
22 <a href="http://www.freedesktop.org/software/systemd/man/localectl.html">
23 localectl
24 </a> which writes an xorg.conf.d/ file. In my specific case these are the
25 commands to set the keymap for the console and for within X. For the
26 console I only use normal dvorak whereas in X I want to be able to
27 switch(with menu key) and use the right alt as compose key.
28 <pre>
29 # localectl set-x11-keymap --no-convert dvorak,ru pc104 ,phonetic_dvorak compose:ralt,grp:menu_toggle
30 # localectl set-keymap --no-convert dvorak
31 </pre>
32 </p>
33
34 <h2>Dvorak russian (2014-10-07)</h2>
35 <p>When learning russian I had to type some stuff in russian, as I found
36 out that there was a phonetic keyboard I was excited but it didn't work on
37 dvorak layout. So some guy named Oleg made a phonetic russian keyboard
38 layout in dvorak and you can download it
39 <a href="files/phonetic_dvorak.gz">here</a>. When you want to use it you
40 have to append the information from the file to
41 <pre>/usr/share/X11//xkb/symbols/ru</pre>
42 When you want to load it you can
43 type
44 <pre>setxkbmap -layout ru -variant phonetic_dvorak</pre>
45 </p>
46
47 <h2>Dvorak in dos</h2>
48 <p>To use dvorak in dos download this <a href="files/dvorak_dos.tar">file</a> containing dvorak.com<br />
49 Transfer it to your C:\DOS folder for example and add this to your AUTOEXEC.bat:
50 <pre>C:\DOS\DVORAK.COM</pre>
51 When your computer boots the program will say DVORAK is loaded and you're good to go</p>
52
53 <h2>Dvorak in dosbox</h2>
54 <p>Dvorak is also usable in dosbox via a custom mapper file that your can find <a href="files/dvorak-0.74.map">here</a><br />
55 You can enable the layout by saving this in your settings directory and <pre>mapperfile=dvorak-0.74.map</pre> to your sdl section of your dosbox config.</p>
56
57 </body>
58 </html>