AllGray / PocketDesk

Run full desktop on PocketCHIP
MIT License
122 stars 32 forks source link

keyboard mapping #2

Open adutchuser opened 7 years ago

adutchuser commented 7 years ago

the FN +M key that should give ":" does not work. the keyboard seems to have been remapped even in pockethome mode

Fusty commented 7 years ago

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.

AllGray commented 7 years ago

I don't know why the keyboard sometimes loses configuration. Try running sudo xmodmap .Xmodmap

Jalonzpa commented 6 years ago

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.