ralph-irving / jivelite

Community Lyrion Music Server control application
https://sourceforge.net/projects/lmsclients/files/jivelite/
Other
65 stars 38 forks source link

Change keyboard layout to QWERTY when locale is set to PL #29

Open mzwierzak opened 1 month ago

mzwierzak commented 1 month ago

Hello, I hope this is the right way of bringing this up.

For some reason the german QWERTZ keyboard layout is set when the language is set to polish (PL). This is annoying, as the standard QWERTY is used in Poland. The offending lines in Keyboard.lua seems to be lines 315-319:

    -- PL the same as DE
    self.keyboards.qwerty_PL      = self.keyboards.qwerty_DE
    self.keyboards.qwertyUpper_PL = self.keyboards.qwertyUpper_DE
    self.keyboards.email_PL       = self.keyboards.email_DE
    self.keyboards.emailUpper_PL  = self.keyboards.emailUpper_DE

A simple removal of "_DE" in those lines would probably solve the issue (???).

Regards MZ

michaelherger commented 1 month ago

You should be able to edit those files on the device to try it out.

mzwierzak commented 1 month ago

I did and it worked. Took me some Time to figure out how to deal with read-only file system. Regards MZ

niedz., 26 maj 2024, 17:08 użytkownik Michael Herger < @.***> napisał:

You should be able to edit those files on the device to try it out.

— Reply to this email directly, view it on GitHub https://github.com/ralph-irving/jivelite/issues/29#issuecomment-2132253642, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6XFXLGLZP7LAO27CJZSYULZEH3GJAVCNFSM6AAAAABIIDRY2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZSGI2TGNRUGI . You are receiving this because you authored the thread.Message ID: @.***>