implement combo/chord/sequence module

This commit is contained in:
xs5871
2022-03-09 01:27:56 +00:00
committed by Kyle Brown
parent a8e7f43e59
commit 5c33fd3a9f
6 changed files with 617 additions and 1 deletions

View File

@@ -235,7 +235,7 @@ class KMKKeyboard:
for k, v in timeouts:
if k <= current_time:
v()
del self._timeouts[k]
self.cancel_timeout(k)
return self