Multi-keyboard Modifier Use Support #9954
Unanswered
641i130
asked this question in
Bugs - Input
Replies: 2 comments 11 replies
-
|
and I assume it still happens in 0.48? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
It was due to some logic around this line. Hyprland/src/managers/input/InputManager.cpp Line 1492 in 967c3c7 It based on whether you are using IME or not, which also explains why in my case only Wayland apps is affected (my IME works fine on both Wayland and Xwayland, so the if check is just not passing for Wayland for some reasons). Anyway, you can replace the if statement with true for a quick and dirty fix and rebuild it locally. For my use case, this works fine. I don't understand the IME use case in the code enough to know what is the proper fix. It might be helpful to have this behavior configurable in the config file. Edit: FYI I'm using fcitx5 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hyprland Version
v0.33.1
Bug or Regression?
Bug
Description
Using modifiers on one keyboard and pressing keys on a different keyboard does not result in expected behavior.
i.e
SHIFTon keyboard A ->8on keyboard Bresults in
8when it should result in
*This behavior is not in sway or i3 for reference. I have a weird keyboard setup for accessibility reasons, this shouldn't be an issue.
How to reproduce
Plug in a different keyboard, and try to use the modifiers on one.
Crash reports, logs, images, videos
None.
Beta Was this translation helpful? Give feedback.
All reactions