github-actions
released this
11 Dec 12:46
·
7 commits
to main
since this release
Patch Changes
-
8baa99c
Thanks @vnphanquang! - implement stricter modifier matching. Now all definitions are mutually exclusive. For example,[['ctrl', 'alt']]
will no longer triggerctrl
, and vice versa -
d5f5168
Thanks @vnphanquang! - falsy modifier should mean 'expect no modifier'. Set to*
if expect any modifier.