-
-
Notifications
You must be signed in to change notification settings - Fork 77
Implement different keyboard layouts for individual windows #2373
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
base: main
Are you sure you want to change the base?
Conversation
leonardo-lemos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested with two layouts: pt_br and en_US (intl.). When I set a layout (eg. pt_br) and use it in a window, I can't change window layout to another layout (eg. en_US), Gala always reverts the layout to the first one.
|
@leonardo-lemos what do you mean 'Gala always reverts the layout to the first one'? It works fine for me |
|
@lenemter There are two problems to me:
|
|
@leonardo-lemos I fixed interaction with the keyboard indicator. But I cannot reproduce the second issue you have. Can you check again now, maybe it got fixed on your side? |
|
@lenemter It works as expected when changing layouts using the indicator, but doesn't work properly when changing layouts using the keyboard (using the change layout shortcut). When I change layout using the shortcut, it changes layout for all the windows. |
|
@leonardo-lemos Can you provide steps to reproduce? It works fine for me ¯\_(ツ)_/¯ |
|
@lenemter Sure 2025-06-09.13-05-51.mp4
This seems to be an issue with Gala or the keyboard layout indicator, rather than something caused by the changes in this PR. Could you confirm? |
Fixes #180