From c4ef6885b633aaf14fa2a3deb2f0e92a30cb4101 Mon Sep 17 00:00:00 2001 From: OugonNoHane Date: Mon, 24 Oct 2022 15:25:47 +0200 Subject: [PATCH] proto merge --- README.md | 8 ++------ exetoso.ahk | 12 ++++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 20366b6..8291889 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -Merece la pena todo esto? +Prototipo con AHK: flechas en letras. -Puede que no, mas tampoco OW2 - -e igualmente se hizo. - - - Gato gamer \ No newline at end of file +Utilizar o compilar con AHKv1. diff --git a/exetoso.ahk b/exetoso.ahk index bdb9f84..8293c3e 100644 --- a/exetoso.ahk +++ b/exetoso.ahk @@ -16,7 +16,7 @@ CapsLock & j:: CapsLock & k:: CapsLock & l:: - MsgBox % "menudo gilipolls" + MsgBox % "testt" */ @@ -35,7 +35,7 @@ CapsLock & j:: SendInput % ("^+{keyboardActions[""j""]}") return default: - MsgBox % "menudo gilipolls" + MsgBox % "Fail!" return } return @@ -56,7 +56,7 @@ CapsLock & k:: SendInput ^+{Down} return default: - MsgBox % "menudo gilipolls" + MsgBox % "Fail!" return } return @@ -77,7 +77,7 @@ CapsLock & l:: SendInput ^+{Right} return default: - MsgBox % "menudo gilipolls" + MsgBox % "Fail!" return } return @@ -98,7 +98,7 @@ CapsLock & i:: SendInput ^+{Up} return default: - MsgBox % "menudo gilipolls" + MsgBox % "Fail!" return } return @@ -123,4 +123,4 @@ case 1: */ Esc::ExitApp -Esc::ExitApp \ No newline at end of file +/*Esc::ExitApp*/ \ No newline at end of file