View Single Post
Posts: 15 | Thanked: 11 times | Joined on Dec 2013 @ Crete,Greece
#60
Originally Posted by caveman View Post
For a proper keyboard on X, run the following:
[CODE]
setxkbmap -rules evdev -model nokiarx51 -option grp:ctrl_shift_toggle -layout us

Please post if you know how to properly configure this in e17.
First create the following file
Code:
nano /usr/share/applications/keybset.desktop
with the following
Code:
[Desktop Entry]
Name=Keybset
Comment=Sets the RX-51 keyboard layout
Exec=setxkbmap -rules evdev -model nokiarx51 -option grp:ctrl_shift_toggle -layout us
Icon=false
NoDisplay=false
Terminal=true
Type=Application
Categories=
StartupNotify=true
After that make it executable
Code:
chmod a+x /usr/share/applications/keybset.desktop
Then goto Settings panel>Extensions Tab > Modules > Settings Tab And activate Applications module.
After its activated in Settings panel,Apps tab find Startup applications and activate Keybset.Your done
The only problem is that left and right arrows dont work for me.

Last edited by mouzg; 2014-06-06 at 20:06.
 

The Following 6 Users Say Thank You to mouzg For This Useful Post: