el script bueno y el legado de chamu chamu

This commit is contained in:
Hane 2023-01-31 19:12:50 +01:00
commit 3c9df5621a
2 changed files with 48 additions and 0 deletions

23
piusareLite.ahk Normal file
View file

@ -0,0 +1,23 @@
;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}