Skip to content

Commit

Permalink
Add two "soft" key entries in sendinput.py
Browse files Browse the repository at this point in the history
Re: #373.

The 'printscreen' / 'snapshot' and 'numlock' keys are now typeable,
via Key action objects, on Windows again.
  • Loading branch information
drmfinlay committed Dec 8, 2022
1 parent c3d2118 commit 87157d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dragonfly/actions/sendinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ class KeyboardInput(Structure):
}
soft_keys = {
win32con.VK_PAUSE,
win32con.VK_SNAPSHOT,
win32con.VK_NUMLOCK,
}


Expand Down

0 comments on commit 87157d8

Please sign in to comment.