Use pinky condition for caps

This commit is contained in:
Leo Lou 2018-06-13 19:16:21 +09:00
parent 71cfc6915a
commit 595b22e45e

View file

@ -242,7 +242,7 @@
row rows
:when (or (.contains [2 3] column)
(not= row lastrow))]
(->> (sa-cap (if (= column lastcol) 1.5 1))
(->> (sa-cap (if (and (true? pinky-15u) (= column lastcol)) 1.5 1))
(key-place column row)))))
;;;;;;;;;;;;;;;;;;;;