06-09-2022, 11:12 AM
I followed this post on Reddit, and got the top row to work:
Quote: Wrote:I had the same problem with the PinePhone Keyboards upper row extra symbols (+-_=~) not working using (danctnix) Arch with Plasma-Mobile and it took me a while to fix it since every guide I found so far was about phosh. That's why I am posting my solution here, hope it helps somebody.
It might also work if you skip 2.) and then set the the keyboard layout in the plasma-desktop keyboard settings menu, but I dont know since I used the method described above.Also, I think the
- copy xkb/rules and xkb/symbols from https://codeberg.org/HazardChem/PinePhone_Keyboard into
Code:
Code:/usr/share/X11/xkb
- Put
Code:
inCode:export XKB_DEFAULT_MODEL=ppkb
Code:
andCode:sudoedit /etc/profile.d/ppkb
Code:
Code:sudo chmod +x /etc/profile.d/ppkb
- Install
Code:
package, which gives you the keyboard settings menu which is missing from plasma-mobileCode:plasma-desktop
- Open the settings via gui or
Code:
, go to Advanced and search for something like "Key for switching into third keyboard layer" (my settings are in german, so it's probably a litte different) and select your preferred modifier key, like super or some alt keyCode:plasma-open-settings kcm_keyboard
- You probably need to reboot for the environment variable to be set, and after that it should work
Code:
directory is owned byCode:/usr/share/X11/xkb
Code:
package, so you might need to repeat this when it updates (or tell pacman not to update this package)Code:xkeyboard-config