View Single Post
Posts: 368 | Thanked: 975 times | Joined on Aug 2013
#27
I have attached another rx-51 file I tried.
Based on this post http://talk.maemo.org/showpost.php?p=970519&postcount=5

the part that should work:

Code:
xkb_symbols "english_base" {
// 1. row
key <AD01>	{ [	Alt_L,		Alt_L,		1,		F1		] };
I also tried Escape instead of Alt_L

I use the following method to update and use the new rx file.

1. open terminal
2. root
3. emacs /usr/share/X11/xkb/symbols/nokia_vndr/rx-51
4. edit the file
5. ctrl-x ctrl-s to save the file
6. close emacs - goto terminal
7. setxkbmap also tried setxkbmap us
8. start emacs again
9. try key (in this case q) + another key / result: no response
10. press ctrl-x and then q + another key / then I can see the result of the key - Escape/Alt is never registered

Other keys that are mapped (like < and > are registered in emacs)
Attached Files
File Type: txt rx-51_2.txt (18.3 KB, 367 views)
 

The Following User Says Thank You to t-b For This Useful Post: