Search found 1 match

by Vanav
11 Feb 2024, 17:21
Forum: Bug Reports
Topic: Generated key up for unknown reason, and missed key presses Topic is solved
Replies: 1
Views: 289

Generated key up for unknown reason, and missed key presses Topic is solved

In the following conditions an extra key up is generated for unknown reason, and key press is missed. 1.Run script A ( to disable windows menu on single Alt key press ): A_MenuMaskKey := "" ~LAlt:: { Send "{Blind}{vkE8}" } 2. Run script B: A_MenuMaskKey := "" #^l:: { } 3. Press Alt key multiple time...

Go to advanced search