From e55ec78a042608287fb55aac89a997e1e14cee8d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 10 Jun 2020 14:56:08 +0300 Subject: [PATCH] Windows/autohotkey: add CapsLockToBackspace.ahk & README.md Resolves: #71 --- Windows/autohotkey/CapsLockToBackspace.ahk | 1 + Windows/autohotkey/README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 Windows/autohotkey/CapsLockToBackspace.ahk create mode 100644 Windows/autohotkey/README.md diff --git a/Windows/autohotkey/CapsLockToBackspace.ahk b/Windows/autohotkey/CapsLockToBackspace.ahk new file mode 100644 index 00000000..7714bbca --- /dev/null +++ b/Windows/autohotkey/CapsLockToBackspace.ahk @@ -0,0 +1 @@ +CapsLock:: Send {BackSpace} \ No newline at end of file diff --git a/Windows/autohotkey/README.md b/Windows/autohotkey/README.md new file mode 100644 index 00000000..0026dba6 --- /dev/null +++ b/Windows/autohotkey/README.md @@ -0,0 +1 @@ +AutoHotKey scripts, I place these to `shell:startup` as I need them.