Skip to content

Instantly share code, notes, and snippets.

@Jessidhia
Created September 17, 2012 23:17
Show Gist options
  • Save Jessidhia/3740361 to your computer and use it in GitHub Desktop.
Save Jessidhia/3740361 to your computer and use it in GitHub Desktop.
BR-ABNT2 QWERTY to Dvorak mapping
; Use Scroll Lock to control keyboard ("on" is Dvorak)
; Modified from http://esnm.sourceforge.net/keys.html#dvorak
#SingleInstance force
; BR-ABNT2 QWERTY to Dvorak mapping
Loop {
If GetKeyState("ScrollLock", "T")
{
Suspend, Off
} else {
Suspend, On
}
Sleep, 50
}
+'::SendRaw ~
'::`
+6::SendRaw ^
-::[
=::]
q::'
+q::"
w::,
e::.
r::p
t::y
y::f
u::g
i::c
o::r
p::l
+´::SendRaw ?
´::/
[::=
;a::a
s::o
d::e
f::u
g::i
h::d
j::h
k::t
l::n
ç::s
~::-
^::_
]::\
z::`;
x::q
c::j
v::k
b::x
n::b
;m::m
,::w
.::v
`;::z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment