Update Capslock.ahk
added capslock + backspace to del
This commit is contained in:
@@ -30,6 +30,10 @@ CapsLock & p::
|
|||||||
Send, {End}
|
Send, {End}
|
||||||
Return
|
Return
|
||||||
|
|
||||||
|
CapsLock & Backspace::
|
||||||
|
Send, {Del}
|
||||||
|
Return
|
||||||
|
|
||||||
|
|
||||||
; CapsLock!j::
|
; CapsLock!j::
|
||||||
; Send test
|
; Send test
|
||||||
|
|||||||
Reference in New Issue
Block a user