Fix XKB keyboard layout. Resolves maemo-leste/bugtracker#60

This commit is contained in:
David Derby 2018-03-01 22:33:03 -05:00 committed by Ivan J
parent 6f84cf0fa2
commit 6ba36d0612
3 changed files with 10 additions and 4 deletions

View File

@ -0,0 +1,10 @@
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="nokiarx51"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"

View File

@ -1,4 +0,0 @@
# Setup Nokia N900 keymap either on console.
if ! [ -n "$DISPLAY" ]; then
/bin/busybox loadkmap < /etc/nokia-n900.kmap
fi