CuarzoSoftware / Louvre

C++ library for building Wayland compositors.
MIT License
506 stars 14 forks source link

Change keyboard layout non-programatically #32

Closed ThatOneCalculator closed 6 months ago

ehopperdietzel commented 6 months ago

??

ThatOneCalculator commented 6 months ago

Sorry for not putting a description (I was a bit tired), but pressing the - key on my standard american layout qwerty keyboard produces a ' character when in a louvre-views graphical session, which doesn't occur on any other compositor or desktop environment.

ehopperdietzel commented 6 months ago

Ahhh, I see 😆. Yes, all the examples automatically load the Latin American keyboard by default (cause I am Chilean 🇨🇱, hehe). Since these are just examples, I didn't include an option to modify that through configuration. However, you can programmatically change it, as explained here.

By the way, does SRM 0.5.2 fix your previous issue?

ThatOneCalculator commented 6 months ago

I haven't had the chance to try SRM, I'll probably wait until the Arch package is updated.

ehopperdietzel commented 6 months ago

Just letting you know, the Arch SRM and Louvre packages are updated. I'm also thinking of adding a configuration file to modify the keymap in the examples for the next release.