From 1931d8b075614c1aca2779d67fcd5f9d4887d524 Mon Sep 17 00:00:00 2001 From: Clive Galway Date: Tue, 21 Mar 2023 18:21:52 +0000 Subject: [PATCH] Move v1 files into v1 folder --- Lib/x64/Readme.txt | 2 -- Lib/x86/Readme.txt | 2 -- Combined Example.ahk => v1/Combined Example.ahk | 0 Context Example.ahk => v1/Context Example.ahk | 0 .../Development Tools}/AhiScanCodeTester.ahk | 0 .../Development Tools}/AhkScanCodeTester.ahk | 0 {Lib => v1/Lib}/AutoHotInterception.ahk | 0 {Lib => v1/Lib}/CLR.ahk | 0 {Lib => v1/Lib}/Unblocker.ps1 | 0 Monitor.ahk => v1/Monitor.ahk | 0 RollMouse.ahk => v1/RollMouse.ahk | 0 .../SubscribeAbsolute dragging example.ahk | 0 .../SubscribeAbsolute example.ahk | 0 SubscribeAll Example.ahk => v1/SubscribeAll Example.ahk | 0 Subscription Example.ahk => v1/Subscription Example.ahk | 0 TabletButtonBuilder.ahk => v1/TabletButtonBuilder.ahk | 0 TabletButtons.ahk => v1/TabletButtons.ahk | 0 {TabletLib => v1/TabletLib}/JSON.ahk | 0 {TabletLib => v1/TabletLib}/TabletLib.ahk | 0 Unsubscription Example.ahk => v1/Unsubscription Example.ahk | 0 20 files changed, 4 deletions(-) delete mode 100644 Lib/x64/Readme.txt delete mode 100644 Lib/x86/Readme.txt rename Combined Example.ahk => v1/Combined Example.ahk (100%) rename Context Example.ahk => v1/Context Example.ahk (100%) rename {Development Tools => v1/Development Tools}/AhiScanCodeTester.ahk (100%) rename {Development Tools => v1/Development Tools}/AhkScanCodeTester.ahk (100%) rename {Lib => v1/Lib}/AutoHotInterception.ahk (100%) rename {Lib => v1/Lib}/CLR.ahk (100%) rename {Lib => v1/Lib}/Unblocker.ps1 (100%) rename Monitor.ahk => v1/Monitor.ahk (100%) rename RollMouse.ahk => v1/RollMouse.ahk (100%) rename SubscribeAbsolute dragging example.ahk => v1/SubscribeAbsolute dragging example.ahk (100%) rename SubscribeAbsolute example.ahk => v1/SubscribeAbsolute example.ahk (100%) rename SubscribeAll Example.ahk => v1/SubscribeAll Example.ahk (100%) rename Subscription Example.ahk => v1/Subscription Example.ahk (100%) rename TabletButtonBuilder.ahk => v1/TabletButtonBuilder.ahk (100%) rename TabletButtons.ahk => v1/TabletButtons.ahk (100%) rename {TabletLib => v1/TabletLib}/JSON.ahk (100%) rename {TabletLib => v1/TabletLib}/TabletLib.ahk (100%) rename Unsubscription Example.ahk => v1/Unsubscription Example.ahk (100%) diff --git a/Lib/x64/Readme.txt b/Lib/x64/Readme.txt deleted file mode 100644 index 30bd14a..0000000 --- a/Lib/x64/Readme.txt +++ /dev/null @@ -1,2 +0,0 @@ -To use the AutoHotkey library, you should copy `interception.dll` into this folder from `library\x64` in the Interception zip -YOU MAY ALSO NEED TO RUN UNBLOCKER.PS1 AS ADMIN!! diff --git a/Lib/x86/Readme.txt b/Lib/x86/Readme.txt deleted file mode 100644 index caf59cb..0000000 --- a/Lib/x86/Readme.txt +++ /dev/null @@ -1,2 +0,0 @@ -To use the AutoHotkey library, you should copy `interception.dll` into this folder from `library\x86` in the Interception zip -YOU MAY ALSO NEED TO RUN UNBLOCKER.PS1 AS ADMIN!! diff --git a/Combined Example.ahk b/v1/Combined Example.ahk similarity index 100% rename from Combined Example.ahk rename to v1/Combined Example.ahk diff --git a/Context Example.ahk b/v1/Context Example.ahk similarity index 100% rename from Context Example.ahk rename to v1/Context Example.ahk diff --git a/Development Tools/AhiScanCodeTester.ahk b/v1/Development Tools/AhiScanCodeTester.ahk similarity index 100% rename from Development Tools/AhiScanCodeTester.ahk rename to v1/Development Tools/AhiScanCodeTester.ahk diff --git a/Development Tools/AhkScanCodeTester.ahk b/v1/Development Tools/AhkScanCodeTester.ahk similarity index 100% rename from Development Tools/AhkScanCodeTester.ahk rename to v1/Development Tools/AhkScanCodeTester.ahk diff --git a/Lib/AutoHotInterception.ahk b/v1/Lib/AutoHotInterception.ahk similarity index 100% rename from Lib/AutoHotInterception.ahk rename to v1/Lib/AutoHotInterception.ahk diff --git a/Lib/CLR.ahk b/v1/Lib/CLR.ahk similarity index 100% rename from Lib/CLR.ahk rename to v1/Lib/CLR.ahk diff --git a/Lib/Unblocker.ps1 b/v1/Lib/Unblocker.ps1 similarity index 100% rename from Lib/Unblocker.ps1 rename to v1/Lib/Unblocker.ps1 diff --git a/Monitor.ahk b/v1/Monitor.ahk similarity index 100% rename from Monitor.ahk rename to v1/Monitor.ahk diff --git a/RollMouse.ahk b/v1/RollMouse.ahk similarity index 100% rename from RollMouse.ahk rename to v1/RollMouse.ahk diff --git a/SubscribeAbsolute dragging example.ahk b/v1/SubscribeAbsolute dragging example.ahk similarity index 100% rename from SubscribeAbsolute dragging example.ahk rename to v1/SubscribeAbsolute dragging example.ahk diff --git a/SubscribeAbsolute example.ahk b/v1/SubscribeAbsolute example.ahk similarity index 100% rename from SubscribeAbsolute example.ahk rename to v1/SubscribeAbsolute example.ahk diff --git a/SubscribeAll Example.ahk b/v1/SubscribeAll Example.ahk similarity index 100% rename from SubscribeAll Example.ahk rename to v1/SubscribeAll Example.ahk diff --git a/Subscription Example.ahk b/v1/Subscription Example.ahk similarity index 100% rename from Subscription Example.ahk rename to v1/Subscription Example.ahk diff --git a/TabletButtonBuilder.ahk b/v1/TabletButtonBuilder.ahk similarity index 100% rename from TabletButtonBuilder.ahk rename to v1/TabletButtonBuilder.ahk diff --git a/TabletButtons.ahk b/v1/TabletButtons.ahk similarity index 100% rename from TabletButtons.ahk rename to v1/TabletButtons.ahk diff --git a/TabletLib/JSON.ahk b/v1/TabletLib/JSON.ahk similarity index 100% rename from TabletLib/JSON.ahk rename to v1/TabletLib/JSON.ahk diff --git a/TabletLib/TabletLib.ahk b/v1/TabletLib/TabletLib.ahk similarity index 100% rename from TabletLib/TabletLib.ahk rename to v1/TabletLib/TabletLib.ahk diff --git a/Unsubscription Example.ahk b/v1/Unsubscription Example.ahk similarity index 100% rename from Unsubscription Example.ahk rename to v1/Unsubscription Example.ahk