From eccc19e03df6041ec2dd9e5a85271b0ae2ca4a54 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 17 Mar 2017 15:40:16 +0100 Subject: [PATCH] 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 --- src/Kaleidoscope-Ranges.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kaleidoscope-Ranges.h b/src/Kaleidoscope-Ranges.h index b25847d5..73450618 100644 --- a/src/Kaleidoscope-Ranges.h +++ b/src/Kaleidoscope-Ranges.h @@ -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,