Windows/autohotkey: add CapsLockToBackspace.ahk & README.md

Resolves: #71
This commit is contained in:
Mikaela Suomalainen 2020-06-10 14:56:08 +03:00
parent 0a4f9ca830
commit e55ec78a04
No known key found for this signature in database
GPG Key ID: 440D764E4F4A6C2D
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
CapsLock:: Send {BackSpace}

View File

@ -0,0 +1 @@
AutoHotKey scripts, I place these to `shell:startup` as I need them.