Search found 1 match

by Edvards55
08 Jun 2020, 09:30
Forum: General
Topic: Disable original key echo
Replies: 19
Views: 29035

Re: Disable original key echo

i found that my code only does that in windows specific text boxes (Windows search, File explorer, etc.) but otherwise it works great but it is also intended to be used with autohotkey heres the code: clear() local keyboardIdentifier = '0000AAA' if keyboardIdentifier == '0000AAA' then lmc_assign_key...