InputHook "suppress" doesn't suppress backspace

Report problems with documented functionality
Descolada
Posts: 1141
Joined: 23 Dec 2021, 02:30

InputHook "suppress" doesn't suppress backspace

24 Mar 2024, 13:57

Code: Select all

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.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 53 guests