Keys now added and removed via F3 and F4 respectively
This commit is contained in:
21
Echo.ahk
21
Echo.ahk
@@ -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()
|
||||
|
Reference in New Issue
Block a user