Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModTap SHIFT + ENTER does not work #1519

Closed
mateuszaaa opened this issue Oct 31, 2022 · 6 comments
Closed

ModTap SHIFT + ENTER does not work #1519

mateuszaaa opened this issue Oct 31, 2022 · 6 comments

Comments

@mateuszaaa
Copy link

hi guys, im using zmk firmaware for my kyria, for some reason i cannot get to work my setup, i would like to use a key as an shift when pressed and as an enter when quickly typed.

Same thing works for me when using LShift + esc

&mt LSHIFT ESC

but it doesnt when used with enter

&mt RSHIFT ENTER

my config for reference

https://github.com/mateuszaaa/zmk-config/blob/master/config/kyria_rev2.keymap

@caksoylar
Copy link
Contributor

There is no reason it shouldn't; it has been working OK for me for a very long time, e.g. at https://github.com/caksoylar/zmk-config/blob/main/config/3x5.keymap#L112. Maybe the specific application you are using isn't working well with Enter key's tap duration? This happens for some programs, since ZMK sends a tap event of a fixed duration for hold-tap taps but they expect a longer duration.

@mateuszaaa
Copy link
Author

im just using vim, it doesnt work in terminal as well ;/

@caksoylar
Copy link
Contributor

Are you using Gnome Terminal?

@mateuszaaa
Copy link
Author

i checked in gnome-terminal, xterm & termite

@caksoylar
Copy link
Contributor

It is at least a known issue in some Gnome environments #759 (comment) and Gnome terminal (from some reports on Discord). In any case, sounds like it might be a duplicate of #759 .

@mateuszaaa
Copy link
Author

that super weird but reflashing keyboard few times solved the issue, had similiar problems with

&lt SPACE NUMLAYER

reflashing few times both boards helped -.-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants