Fix hotkeys not working with modifiers (Shift/Ctrl/Alt) (MainForm.cs)#50
Fix hotkeys not working with modifiers (Shift/Ctrl/Alt) (MainForm.cs)#50Player6653 wants to merge 1 commit intoAnc813:masterfrom
Conversation
|
Thank you so much for such a cool program, I've been using it for 3 years now! |
|
@Player6653 I totally understand the issue you are solving here. It is indeed frustrating when a hotkey fails just because a modifier key (like Shift or Ctrl) is being held down, especially during gaming. However, I have a concern about making this "Wildcard" behavior the default for everyone: The Issue: This logic is very useful for F-keys (F1-F12) or specific gaming setups, but risky for general use. |
Hi! I noticed that the hotkey didn't work if I accidentally pressed Shift or Ctrl. I rewrote the binding logic to use a Wildcard approach. Now the hotkey works regardless of other pressed keys.