mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Change SoundBeep tuning.
This commit is contained in:
@@ -252,13 +252,13 @@ GroupAdd, intellij, ahk_exe idea64.exe
|
|||||||
ControlGetFocus, fc, A
|
ControlGetFocus, fc, A
|
||||||
If fc contains Edit,Search,Notify,Windows.UI.Core.CoreWindow1
|
If fc contains Edit,Search,Notify,Windows.UI.Core.CoreWindow1
|
||||||
Send {BackSpace}
|
Send {BackSpace}
|
||||||
Else SoundBeep,
|
Else SoundBeep, 600, 300
|
||||||
Return
|
Return
|
||||||
$Delete:: ; Delete (without Cmd): Block Delete key with error beep, unless inside text input field
|
$Delete:: ; Delete (without Cmd): Block Delete key with error beep, unless inside text input field
|
||||||
ControlGetFocus, fc, A
|
ControlGetFocus, fc, A
|
||||||
If fc contains Edit,Search,Notify,Windows.UI.Core.CoreWindow1
|
If fc contains Edit,Search,Notify,Windows.UI.Core.CoreWindow1
|
||||||
Send {Delete}
|
Send {Delete}
|
||||||
Else SoundBeep,
|
Else SoundBeep, 600, 300
|
||||||
Return
|
Return
|
||||||
#IfWinActive
|
#IfWinActive
|
||||||
; #########################################################################
|
; #########################################################################
|
||||||
|
Reference in New Issue
Block a user