Skip to content

Commit

Permalink
fix error with ctrl+backspace
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed May 16, 2023
1 parent d9fb82c commit 0e4b211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RegExHotstring.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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()

/**
Expand Down

0 comments on commit 0e4b211

Please sign in to comment.