Merge pull request #34 from KMKfw/topic-super-quick-hotfix
Return state by default on Macro if not a key up or key down event
This commit is contained in:
commit
d8adeea180
@ -125,3 +125,5 @@ def macro(state, action_type, changed_key, logger):
|
||||
if changed_key.keydown:
|
||||
state.macro_pending = changed_key.keydown
|
||||
return state
|
||||
|
||||
return state
|
||||
|
Loading…
x
Reference in New Issue
Block a user