n900-root: Load keymap in Xorg as well.

This commit is contained in:
parazyd 2018-01-29 15:16:29 +01:00
parent 30e7b7c314
commit c8f1a3b9c5
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
/bin/busybox loadkmap < /etc/nokia-n900.kmap
# Setup Nokia N900 keymap either on console or Xorg
if [ -n "$DISPLAY" ]; then
setxkbmap -rules evdev -model nokiarx51 -layout us -variant ",qwerty"
else
/bin/busybox loadkmap < /etc/nokia-n900.kmap
fi