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

Shift stuck on ACTION_MODS_KEY(MOD_LSFT, KC_4) #62

Closed
tmk opened this issue Sep 23, 2013 · 1 comment
Closed

Shift stuck on ACTION_MODS_KEY(MOD_LSFT, KC_4) #62

tmk opened this issue Sep 23, 2013 · 1 comment

Comments

@tmk
Copy link
Owner

tmk commented Sep 23, 2013

I didn't confirm this bug myself yet, I'll do later. But I can come up with the clue.

  • He can access the 'LShift+4' with using layer switching with ACTION_LAYER_MOMENTARY.
  • On fast type, layer switching key tends to be released before the 'LShift+4' is released.

http://geekhack.org/index.php?topic=48106.msg1051898#msg1051898

@tmk
Copy link
Owner Author

tmk commented Sep 26, 2013

I confirmed this bug and I'm working on.
This bug occurs when you release FN(layer switch) key before ACTION_MODS_KEY such like 'LShift+4'.

tmk pushed a commit that referenced this issue Oct 4, 2013
- Add action_util.c and remove action_oneshot.c
- Add oneshot_mods for MODS_ONESHOT
- Add weak_mods for MODS_KEY and MACRO
- weak_mods is cleared when layer switching
@tmk tmk closed this as completed Oct 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant