Hello everybody.
I have problem with keyboard layout (alt+shift does not work) in my Russian localization for Porteus v1.1 x86_64.
Download my Russian localization for Porteus v1.1 x86_64
Can you help me to fix it?
Thanks.
Problem with keyboard layout [Porteus v1.1 x86_64]
- Blaze
- DEV Team
- Posts: 3655
- Joined: 28 Dec 2010, 11:31
- Distribution: ⟰ Porteus current ☯ all DEs ☯
- Location: ☭ Russian Federation, Lipetsk region, Dankov
- Contact:
Problem with keyboard layout [Porteus v1.1 x86_64]
Linux 5.15.11-porteus #1 SMP Sat Dec 25 13:08:57 MSK 2021 x86_64 Intel(R) Core(TM) i5-6600K CPU @ up to 4.60GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
- Blaze
- DEV Team
- Posts: 3655
- Joined: 28 Dec 2010, 11:31
- Distribution: ⟰ Porteus current ☯ all DEs ☯
- Location: ☭ Russian Federation, Lipetsk region, Dankov
- Contact:
Re: Problem with keyboard layout [Porteus v1.1 x86_64]
Hi Hamza.
It does not work for me.
Code: Select all
[Desktop Entry]
Type=Application
Name=~/.config/autostart/xkb.desktop
Comment=Keyboard Layout Switcher settings
Exec=setxkbmap -layout ru,us -option grp:alt_shift_toggle
OnlyShowIn=LXDE
Linux 5.15.11-porteus #1 SMP Sat Dec 25 13:08:57 MSK 2021 x86_64 Intel(R) Core(TM) i5-6600K CPU @ up to 4.60GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Problem with keyboard layout [Porteus v1.1 x86_64]
@Blaze
this is a bug in 'kmap=' cheat implementation. please update 002/opt/porteus-scripts/paths with following code:
during boot time you will have to provide more than one (and less than four as setxkbmap supports only 3 maps) keyboard mappings (separated by comma) to be able to switch between them. example:
'kmap=ru,us' or 'kmap=pl,de,us'
@Ahau
please update chetcode description on your side.
this is a bug in 'kmap=' cheat implementation. please update 002/opt/porteus-scripts/paths with following code:
Code: Select all
KMAP=`egrep -o " kmap=[^ ]+" /proc/cmdline | cut -d= -f2`
[ "$KMAP" = "" ] || setxkbmap $KMAP -option "grp:alt_shift_toggle"
'kmap=ru,us' or 'kmap=pl,de,us'
@Ahau
please update chetcode description on your side.
Please add [Solved] to your thread title if the solution was found.