Adds an alias for the LEADER keycode
This commit is contained in:
parent
6fe2457d8e
commit
9e29f4c442
@ -71,7 +71,7 @@ class Combos(Module):
|
||||
self._key_buffer = []
|
||||
|
||||
make_key(
|
||||
names=('LEADER',),
|
||||
names=('LEADER','LDR'),
|
||||
on_press=handlers.passthrough,
|
||||
on_release=handlers.passthrough,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user