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
Thank you for reporting this issue. I can confirm that this key is broken in versions after 0.31.1. It is also broken on the master branch. I should be able to fix this in the next version.
This is now fixed on the master branch. I wrote a program for testing simulated keystrokes from Dragonfly with the AutoHotkey KeybdHook utility and managed to catch another key that doesn't work properly: numlock. I have fixed this one too.
The npsep (VK_SEPARATOR) key might also need to be treated as a "soft" key as per my commit, but I am unable to test it.
VK_SEPARATOR is the keycode for the number pad separator key. Hence, Dragonfly's name for it (npsep). According to this SO answer it is available on "Brazilian and some Far East keyboards," but not US keyboards.
I was able to simulate and bind the key to a Windows shortcut. So it does work, it just doesn't produce any output. Autohotkey doesn't know what it is either, which was why I brought it up.
Hey, since version 0.31.2 the
Key
action withprintscreen
orsnapshot
does not work anymore.Version 0.31.2:
Version 0.31.1:
Windows 10 64 Bit
DPI 15.3
The text was updated successfully, but these errors were encountered: