diff --git a/RegExHotstring.ahk b/RegExHotstring.ahk index 95149ee..037b8a6 100644 --- a/RegExHotstring.ahk +++ b/RegExHotstring.ahk @@ -5,7 +5,7 @@ SendLevel(1) RegHook := RegExHs("VI2") RegHook.NotifyNonText := true RegHook.VisibleText := false -RegHook.KeyOpt("{Space}{Tab}{Enter}{NumpadEnter}", "+SN") +RegHook.KeyOpt("{Space}{Tab}{Enter}{NumpadEnter}{BackSpace}", "+SN") RegHook.Start() /**