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