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