Keys now added and removed via F3 and F4 respectively

This commit is contained in:
unknown
2022-01-10 20:05:09 +01:00
parent f7bd71453c
commit ed246a7b02

View File

@@ -5,6 +5,7 @@ SetWorkingDir %A_ScriptDir%
#SingleInstance force
#Persistent
SetBatchLines, -1
SetKeyDelay, -1, 100
SetControlDelay, 500
@@ -308,15 +309,20 @@ F5::
ih.Start()
return
F3::
MakeUI()
return
; F3::
; MakeUI()
; return
^!A::
F3::
ShowTooltip("Adding key")
addNext := 1
return
F4::
ShowTooltip("Removing key")
removeNext := 1
return
^!S::
ShowTooltip("Adding window")
AddCurrentWindow()
@@ -325,12 +331,7 @@ return
^!D::
ShowTooltip("Removing window")
RemoveCurrentWindow()
return
^!R::
ShowTooltip("Removing key")
removeNext := 1
return
WantReturn
F4::
WhitelistButtonUI()