From 3c9df5621a389edcfb5f69e3abcb000b72746ca7 Mon Sep 17 00:00:00 2001 From: Hane Date: Tue, 31 Jan 2023 19:12:50 +0100 Subject: [PATCH] el script bueno y el legado de chamu chamu --- cmah.ahk | 25 +++++++++++++++++++++++++ piusareLite.ahk | 23 +++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 cmah.ahk create mode 100644 piusareLite.ahk diff --git a/cmah.ahk b/cmah.ahk new file mode 100644 index 0000000..52b88b9 --- /dev/null +++ b/cmah.ahk @@ -0,0 +1,25 @@ +SendMode Input + +s:: + SoundBeep, 600, 500 ; sonido para saber cuando empieza y acaba el script. (frecuencia y duración del sonido) + Send, {Right Down} ; enviamos el 1 + sleep, 30 ; esperar 15000 + Send, {Right Up} + Send, {Left Down} + sleep, 30 + Send, {Down Down} + sleep, 30 + Send, {Left Up} + sleep, 30 + Send, {Right Down} + sleep, 30 + Send, {Down Up} + sleep, 30 + Send, {Z Down} + sleep, 30 + ; Click, Left + Send, {Z Up} + Send, {Right Up} + ;sleep, 30 + return + SoundBeep, 300,300 diff --git a/piusareLite.ahk b/piusareLite.ahk new file mode 100644 index 0000000..b277468 --- /dev/null +++ b/piusareLite.ahk @@ -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}