Restrict TapDance to 16 keys, too

For similar reasons an the OneShot restriction, cut down the allowed
number of tap-dance keys to 16 (down from 32).

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent c063db7301
commit eccc19e03d

@ -35,7 +35,7 @@ namespace KaleidoscopePlugins {
DUL_LAST = DUL_FIRST + (24 << 8),
DU_LAST = DUL_LAST,
TD_FIRST,
TD_LAST = TD_FIRST + 31,
TD_LAST = TD_FIRST + 15,
LEAD_FIRST,
LEAD_LAST = LEAD_FIRST + 7,
CYCLE,

Loading…
Cancel
Save