Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><a href="http://www.autohotkey.com/" rel="nofollow noreferrer">AutoHotKey</a> to the rescue. This will use DVORAK when typing normally and when holding Shift. While Ctrl or Alt is held down QWERTY behaviour takes over.</p> <pre><code>;Sorry about the messed up syntax highlighting. ;Disclaimer: may not work at all. #UseHook -::Send {Blind} [ =::Send {Blind} ] q::Send {Blind}' w::Send {Blind}`, e::Send {Blind}. r::Send {Blind}p t::Send {Blind}y y::Send {Blind}f u::Send {Blind}g i::Send {Blind}c o::Send {Blind}r p::Send {Blind}l [::Send {Blind}/ ]::Send {Blind}= a::Send {Blind}a s::Send {Blind}o d::Send {Blind}e f::Send {Blind}u g::Send {Blind}i h::Send {Blind}d j::Send {Blind}h k::Send {Blind}t l::Send {Blind}n `;::Send {Blind}s '::Send {Blind}- z::Send {Blind}`; x::Send {Blind}q c::Send {Blind}j v::Send {Blind}k b::Send {Blind}x n::Send {Blind}b m::Send {Blind}m ,::Send {Blind}w .::Send {Blind}v /::Send {Blind}z ;capitalise +-::Send {Blind}{{} +=::Send {Blind}{}} +q::Send {Blind}" +w::Send {Blind}&lt; +e::Send {Blind}&gt; +r::Send {Blind}P +t::Send {Blind}Y +y::Send {Blind}F +u::Send {Blind}G +i::Send {Blind}C +o::Send {Blind}R +p::Send {Blind}L +[::Send {Blind}? +]::Send {Blind}{+} +a::Send {Blind}A +s::Send {Blind}O +d::Send {Blind}E +f::Send {Blind}U +g::Send {Blind}I +h::Send {Blind}D +j::Send {Blind}H +k::Send {Blind}T +l::Send {Blind}N +;::Send {Blind}S +'::Send {Blind}_ +z::Send {Blind}: +x::Send {Blind}Q +c::Send {Blind}J +v::Send {Blind}K +b::Send {Blind}X +n::Send {Blind}B +m::Send {Blind}M +,::Send {Blind}W +.::Send {Blind}V +/::Send {Blind}Z </code></pre> <p>Eventually this may become a shot in the foot because it cannot be used with GNU/Linux, so another solution may be required if you ever try it out.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload