View Single Post
Posts: 153 | Thanked: 81 times | Joined on Dec 2011 @ P town
#559
caveman, sorry if my English not really clear.
I have try both of your advice on page 40:
1. create nokia.desktop file which is contain:
Code:
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Nokia kbd fix
Exec=setxkbmap -model nokiarx51
Terminal=false
Type=Application
After e17 up and running, I click nokia.desktop file and select run.
Now all keys & blue keys working, except for u, i, <- (back key, the key next to space bar), -> (forward key) and backspace key.

2. create nk.sh file which is contain:
Code:
setxkbmap -model nokiarx51
After e17 up and running, I open terminal and type: sh nk.sh
The result is the same with first method, all keys working except for those 5 keys.

Have you ever encounter the same problem?

--edit--
but the combination of Control or Shift or Blue Arrow key with those 5 keys is working. For example when I press Shift and u, "U" appear. When I press Ctrl and u on terminal, it is deleting all character before the cursor. But pressing only "u" didn't do anything.

Last edited by sLumPia; 2013-09-03 at 00:21.