behavior of character `n`
I have the following config:
[ids]
*
# Apply to all keyboards
[main]
capslock= overload(esdf-navigation, esc)
# ╭──── homerow navigation ─────────────────────────────────
# │ my esdf homerow
# │ ⎗ ↑ ⎘
# │ ⭰ ← ↓ → ⭲
[esdf-navigation]
m= layer(control)
n= layer(control)
e= up
s= left
d= down
f= right
Typing Caps+s moves left, and Caps+m+s moves faster, by word.
But this does not work with Caps+n+s.
I have seen n not working in other configurations as well, but this is a minimal config. No problem with other characters…
What did I get wrong here?
What’s did I get wrong here?
Probably nothing, this looks like rollover (ie a hardware limitation). See if you can trigger caps+n+s without keyd running.
On November 16, 2025 9:18:54 PM GMT+01:00, aloispichler @.***> wrote:
aloispichler created an issue (rvaiya/keyd#1162)
I have the following config:
[ids] * # Apply to all keyboards [main] capslock= overload(esdf-navigation, esc) # ╭──── homerow navigation ───────────────────────────────── # │ my esdf homerow # │ ⎗ ↑ ⎘ # │ ⭰ ← ↓ → ⭲ [esdf-navigation] m= layer(control) n= layer(control) e= up s= left d= down f= rightTyping
Caps+smoves left, andCaps+m+smoves faster, by word. But this does not work withCaps+n+s.I have seen
nnot working in other configurations as well, but this is a minimal config. No problem with other characters…What’s did I get wrong here?
-- Reply to this email directly or view it on GitHub: https://github.com/rvaiya/keyd/issues/1162 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
caps+n+s does not trigger without keyd running. Hmm. How can this be changed/ enabled?