Changing keyboard layouts dynamically #62
-
Is it possible to change keyboard layout dynamically without restarting the compositor? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Translation: Is there an easy to use API to change keyboard layout at runtime. Also, yeah, I think keyboard layout switching is important, I have a French keyboard, and sometimes I have to switch keyboard layout around to help me make some games work correctly. |
Beta Was this translation helpful? Give feedback.
-
Yes, LKeyboard::setKeymap() can be called at any time and will update all clients keymaps. |
Beta Was this translation helpful? Give feedback.
-
Hi @Fox2Code @milisarge, I've removed the hardcoded |
Beta Was this translation helpful? Give feedback.
Yes, LKeyboard::setKeymap() can be called at any time and will update all clients keymaps.