piusare/piusareLite.ahk

23 lines
356 B
AutoHotkey

;Change virtual desktop
RAlt::SendInput ^#{Left}
LCtrl::SendInput ^#{Right}
;General remappings
CapsLock::LControl
RShift & LShift::CapsLock
LShift & RShift::CapsLock
;*CapsLock::return
;Adding tonic vowels with tilde and ñ to non-ES keyboard
!a::á
!e::é
!i::í
!o::ó
!u::ú
!n::Send, {U+00F1}
!+a::Á
!+e::É
!+i::Í
!+o::Ó
!+u::Ú
!+n::Send, {U+00D1}