arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit 6ba36d0612686326487e605f82c32e3a4820be12
parent 6f84cf0fa2577536b4f81e2833f38814fb493060
Author: David Derby <dderby@users.noreply.github.com>
Date:   Thu,  1 Mar 2018 22:33:03 -0500

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

Diffstat:
Aextra/n900/etc/default/keyboard | 10++++++++++
Dextra/n900/etc/profile.d/nokia-n900-keymap.sh | 4----
Dextra/n900/usr/share/keymaps/.keep | 0
3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/extra/n900/etc/default/keyboard b/extra/n900/etc/default/keyboard @@ -0,0 +1,10 @@ +# KEYBOARD CONFIGURATION FILE + +# Consult the keyboard(5) manual page. + +XKBMODEL="nokiarx51" +XKBLAYOUT="us" +XKBVARIANT="" +XKBOPTIONS="" + +BACKSPACE="guess" diff --git a/extra/n900/etc/profile.d/nokia-n900-keymap.sh b/extra/n900/etc/profile.d/nokia-n900-keymap.sh @@ -1,4 +0,0 @@ -# Setup Nokia N900 keymap either on console. -if ! [ -n "$DISPLAY" ]; then - /bin/busybox loadkmap < /etc/nokia-n900.kmap -fi diff --git a/extra/n900/usr/share/keymaps/.keep b/extra/n900/usr/share/keymaps/.keep