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
|
#SingleInstance force
|
||||||
#Persistent
|
#Persistent
|
||||||
|
|
||||||
|
SetBatchLines, -1
|
||||||
SetKeyDelay, -1, 100
|
SetKeyDelay, -1, 100
|
||||||
SetControlDelay, 500
|
SetControlDelay, 500
|
||||||
|
|
||||||
@@ -308,15 +309,20 @@ F5::
|
|||||||
ih.Start()
|
ih.Start()
|
||||||
return
|
return
|
||||||
|
|
||||||
F3::
|
; F3::
|
||||||
MakeUI()
|
; MakeUI()
|
||||||
return
|
; return
|
||||||
|
|
||||||
^!A::
|
F3::
|
||||||
ShowTooltip("Adding key")
|
ShowTooltip("Adding key")
|
||||||
addNext := 1
|
addNext := 1
|
||||||
return
|
return
|
||||||
|
|
||||||
|
F4::
|
||||||
|
ShowTooltip("Removing key")
|
||||||
|
removeNext := 1
|
||||||
|
return
|
||||||
|
|
||||||
^!S::
|
^!S::
|
||||||
ShowTooltip("Adding window")
|
ShowTooltip("Adding window")
|
||||||
AddCurrentWindow()
|
AddCurrentWindow()
|
||||||
@@ -325,12 +331,7 @@ return
|
|||||||
^!D::
|
^!D::
|
||||||
ShowTooltip("Removing window")
|
ShowTooltip("Removing window")
|
||||||
RemoveCurrentWindow()
|
RemoveCurrentWindow()
|
||||||
return
|
WantReturn
|
||||||
|
|
||||||
^!R::
|
|
||||||
ShowTooltip("Removing key")
|
|
||||||
removeNext := 1
|
|
||||||
return
|
|
||||||
|
|
||||||
F4::
|
F4::
|
||||||
WhitelistButtonUI()
|
WhitelistButtonUI()
|
||||||
|
Reference in New Issue
Block a user