Page 1 of 1

Three keyboard layouts

Posted: 17 Apr 2022, 14:04
by Ur0ck89
Hi,

There was a need for three keyboard layouts, in the configuration parameters I found only the following:

primary_keyboard_layout=pl
secondary_keyboard_layout=de

If I add layouts separated by commas,

secondary_keyboard_layout=de, us

switching stops working.

Thanks.

Three keyboard layouts

Posted: 04 Oct 2022, 13:10
by test123
Were you able to find a solution to the problem? And I tried to separate with a comma - it didn't work. I tried adding a new Tertiary line, but it still didn't work.

Three keyboard layouts

Posted: 04 Oct 2022, 13:47
by francois
This Ur0ck89 member did not came back since april. What do you want exactly? Your writings do not make sense to me.

Three keyboard layouts

Posted: 04 Oct 2022, 17:44
by test123
I want to have 3 keyboard layouts - en, bg and bg:phonetic. how to achieve this as during installation i can only select two out of the three?

Three keyboard layouts

Posted: 04 Oct 2022, 19:44
by francois
I don't know if you can get a third one. If you have the chance that a developper reads you post maybe you will get that favor.

Meanwhile, you can use the setxkbmap command from terminal to get the keyboard you would like to work with at any time.

Code: Select all

guest@porteus:~$ setxkbmap us
guest@porteus:~$ setxkbmap bg
guest@porteus:~$ setxkbmap bg phonetic
Once these three have been written within the terminal application or if you save sessions, use the upper arrow key to select the keyboard setting that you prefer.

You can even make a script of it.
Hope this helps.

Three keyboard layouts

Posted: 04 Oct 2022, 20:14
by test123
Thanks i will try!

Three keyboard layouts

Posted: 10 Oct 2022, 20:19
by test123
I tried it and it works. I did it and it even worked with one line command - setxkbmap -option grp:alt_shift_toggle "us,bg,bg" -variant ",bds,phonetic". How can I make it run automatically on system startup?