Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Bug Reports • InputHook "suppress" doesn't suppress backspace

$
0
0

CODE:

F1::{
ih := InputHook("V")
ih.KeyOpt("{All}", "S")
ih.Start()
}
F2::ExitApp

Run script, press F1, press backspace.
Expected result: backspace is suppressed because of ih.KeyOpt("{All}", "S")
Actual result: backspace is let through

If the InputHook is created with the "B0" option then backspace is also blocked.

Statistics: Posted by Descolada — Today, 13:57



Viewing all articles
Browse latest Browse all 579

Trending Articles