Closed w-jablonski closed 1 year ago
Can you elaborate on your use case?
On Mon, Feb 27, 2023 at 8:02 AM w-jablonski @.***> wrote:
I get the max chords exceeded(32) error. Can we increase this limit please? thanks!
— Reply to this email directly, view it on GitHub https://github.com/rvaiya/keyd/issues/450, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOP7GOBZUDOIOIVHNB2EVDWZSQUHANCNFSM6AAAAAAVJL5GLI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Yes and thank you.
Experimenting with using chords to input punctuation, arrows, and others, without moving hands around. Notice that some of these are multiplied, which obviously increases the number of chords. E.g. d+f = up
so I don't have to move my hand across to hit arrows, but also s+d = up
to prevent errors. Then also j+k = up
and k+l = up
to have similar setup under right hand, for the occasion when I hold mouse under left. Below my current setup. I guess I belong to the minority who get really distracted when having to displace hand from the base position. Thanks again!
EDIT: Also I'm preparing to switch to an ortholinear keyboard, and these don't have some buttons e.g. '[]-=
that's why I have chords for these.
h+y = kpleftparen
j+u = kprightparen
k+i = [
l+o = ]
h+n = ;
j+m = :
k+, = "
l+. = apostrophe
y+u = -
h+j = _
n+m = equal
j+k = up
k+l = up
m+, = down
,+. = down
s+w = C-backspace
d+e = backspace
f+r = delete
g+t = C-delete
s+d = up
d+f = up
x+c = down
c+v = down
z+s = left
x+d = left
s+c = right
d+v = right
I didn't expect anyone to actually use this many chords (I was going to suggest composite layers, but it seems you really do need chords to achieve what you want). I've double the maximum number of chords per layer in the latest commit which should allow you to achieve this.
I get the
max chords exceeded(32)
error. Can we increase this limit please? thanks!