PocketDesk
PocketDesk copied to clipboard
keyboard mapping
the FN +M key that should give ":" does not work. the keyboard seems to have been remapped even in pockethome mode
I also experienced this. I was trying to do ctrl+alt+F7 since I am stuck in a tty to see if it would jump into an x desktop session.
I don't know why the keyboard sometimes loses configuration.
Try running sudo xmodmap .Xmodmap
I updated and fixed this problem in my fork in this file: https://github.com/Jalonzpa/PocketDesk/blob/master/Scripts/pockethome.sh
For a one time fix you can just run sudo echo "sudo xmodmap .Xmodmap" >> /etc/rc.local
which will make the command run on every boot so it will upkeep consistently.