You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a rule to switch the media keys to function keys in specific apps. Since updating, it doesn't work.
Interestingly the event viewer indicates that the switch is working, but the software doesn't respond to the input, and the media key function happens anyway.
Meaning,
f12 returns this normally:
{"consumer_key_code":"volume_increment"},
With VSCode focussed, f12 returns:
{"name": {"key_code":"f12"},
However VSCode doesn't respond and the volume increases anyway.
If I set the media keys to function keys globally in system settings, they do behave as expected, always returning
{"name": {"key_code":"f12"},
The text was updated successfully, but these errors were encountered:
I have a rule to switch the media keys to function keys in specific apps. Since updating, it doesn't work.
Interestingly the event viewer indicates that the switch is working, but the software doesn't respond to the input, and the media key function happens anyway.
Meaning,
f12 returns this normally:
{"consumer_key_code":"volume_increment"},
With VSCode focussed, f12 returns:
{"name": {"key_code":"f12"},
However VSCode doesn't respond and the volume increases anyway.
If I set the media keys to function keys globally in system settings, they do behave as expected, always returning
{"name": {"key_code":"f12"},
The text was updated successfully, but these errors were encountered: