Skip to content

Commit

Permalink
fix NumpadEnter #4
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed May 6, 2023
1 parent bd1a6a4 commit e56db6b
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 @@ -4,7 +4,7 @@ SendLevel(1)
RegHook := RegExHs("VI2")
RegHook.NotifyNonText := true
RegHook.VisibleText := false
RegHook.KeyOpt("{Space}{Tab}{Enter}", "+SN")
RegHook.KeyOpt("{Space}{Tab}{Enter}{NumpadEnter}", "+SN")
RegHook.Start()

/**
Expand Down

0 comments on commit e56db6b

Please sign in to comment.