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

Pressing Caps lock causes lag in keyboard input #14

Open
kimsaehun opened this issue Sep 20, 2024 · 0 comments
Open

Pressing Caps lock causes lag in keyboard input #14

kimsaehun opened this issue Sep 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kimsaehun
Copy link

kimsaehun commented Sep 20, 2024

Describe the bug

When I press caps lock and start typing, the first few keyboard seems to have no affect.

For example, pressing the caps lock and attempting to type HELLO WORLD will result in O WORLD with the first few characters missing.

What did you expect to happen?

When I press caps lock and start typing, I expect all characters I typed to be shown on screen.

Output of rpm-ostree status

State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/aurora-dx:stable
                   Digest: sha256:6174451e68c88d5280bdfc8e071450dfe7239820ad049dc675603d969972d436
                  Version: 40.20240916.0 (2024-09-17T05:50:45Z)

  ostree-image-signed:docker://ghcr.io/ublue-os/aurora-dx:stable
                   Digest: sha256:6174451e68c88d5280bdfc8e071450dfe7239820ad049dc675603d969972d436
                  Version: 40.20240916.0 (2024-09-17T05:50:45Z)
          LayeredPackages: fcitx5-hangul

Output of groups

icecream wheel incus-admin lxd docker libvirt

Extra information or context

The same issue occurs when using the "Both Shifts together enable Caps Lock" option as well.

For some tests, I've tried running the following commands:

# test 1
$ xkbcomp -xkb $DISPLAY xkbmap
# modified xkbmap to swtich `Caps_Lock` to `ISO_Level5_Lock`:
#  - key <CAPS> {         [       Caps_Lock ] };
#  + key <CAPS> {         [       ISO_Level5_Lock ] };
$ xkbcomp -w 0 xkbmap $DISPLAY
# test 2
$ xkbcomp -xkb $DISPLAY xkbmap
# modified xkbmap to swtich action of `interpret Caps_Lock+AnyOfOrNone(all)`
#  - action= LockMods(modifiers=Lock);
#  + action= LockMods(modifiers=LevelFive);
$ xkbcomp -w 0 xkbmap $DISPLAY

and the same issue occurred.

This issue is different from this similar issue, because rather than a delay in capitalization taking affect, this is more of a lag in keyboard input.

@dosubot dosubot bot added the bug Something isn't working label Sep 20, 2024
@castrojo castrojo transferred this issue from ublue-os/bluefin Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant