keyd icon indicating copy to clipboard operation
keyd copied to clipboard

behavior of character `n`

Open aloispichler opened this issue 1 month ago • 2 comments

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?

aloispichler avatar Nov 16 '25 20:11 aloispichler

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=   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’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: @.***>

nsbgn avatar Nov 16 '25 21:11 nsbgn

caps+n+s does not trigger without keyd running. Hmm. How can this be changed/ enabled?

aloispichler avatar Nov 25 '25 20:11 aloispichler