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.