Hi,
I ran into an issue where send keys commands for function keys (F1, F2, etc) with modifiers also trigger the same function keys without the modifiers.
For example, if you have a panel that has it's visibility toggled or set by F10 on the keyboard (in sync with the DCS map view), that will also happen if you have a Helios button that outputs {RALT}{RSHIFT}{F10}.
Helios will internally recognize that as a single F10 keystroke as well and will therefore toggle or set the visibility of that panel.
I posted a workaround solution for this on Discord but I thought I mention it here as well because it shouldn't happen in the first place.
If I send a modified key I don't expect it to also trigger events for the un-modified key, right?
But that won't be an easy fix I guess...