Kalejin / DCSB

Deathcounter and Soundboard, WPF app for setting up key shortcuts
GNU General Public License v3.0
248 stars 40 forks source link

Modifier keys not recognized in keybinds #67

Open slingeronline opened 4 years ago

slingeronline commented 4 years ago

I have a keybind set to F1. When I press CTRL + F1 or ALT + F1 or Shift + F1 then the audio plays. It should ONLY recognize when I press F1 and if a modifier is used, it should not be recognized, as that is a separate key/key combination. This results in inadvertent triggering of the audio.

cmdremily commented 4 years ago

This is also affecting me. I'm using a QMK keyboard that sends the modifier key in the same input event as the key press, maybe that's related?