Use pinky condition for caps
This commit is contained in:
parent
71cfc6915a
commit
595b22e45e
|
@ -242,7 +242,7 @@
|
||||||
row rows
|
row rows
|
||||||
:when (or (.contains [2 3] column)
|
:when (or (.contains [2 3] column)
|
||||||
(not= row lastrow))]
|
(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)))))
|
(key-place column row)))))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Reference in a new issue