mirror of https://github.com/parazyd/arm-sdk.git
Fix XKB keyboard layout. Resolves maemo-leste/bugtracker#60
This commit is contained in:
parent
6f84cf0fa2
commit
6ba36d0612
|
|
@ -0,0 +1,10 @@
|
||||||
|
# KEYBOARD CONFIGURATION FILE
|
||||||
|
|
||||||
|
# Consult the keyboard(5) manual page.
|
||||||
|
|
||||||
|
XKBMODEL="nokiarx51"
|
||||||
|
XKBLAYOUT="us"
|
||||||
|
XKBVARIANT=""
|
||||||
|
XKBOPTIONS=""
|
||||||
|
|
||||||
|
BACKSPACE="guess"
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# Setup Nokia N900 keymap either on console.
|
|
||||||
if ! [ -n "$DISPLAY" ]; then
|
|
||||||
/bin/busybox loadkmap < /etc/nokia-n900.kmap
|
|
||||||
fi
|
|
||||||
Loading…
Reference in New Issue