View Single Post
superbondbond's Avatar
Posts: 103 | Thanked: 31 times | Joined on Sep 2006 @ US
#13
Originally Posted by Rassilon7 View Post
Maybe remapping is the only way to achieve this.
Just as q335r49 suggested, edit /usr/share/X11/xkb/symbols/nokia_vndr/rx-44

scroll down to find this line

Code:
key <SPCE>   (   [   space,   space,   space,   space   ]   );
and change it to this:

Code:
key <SPCE>   (   [   space,   space,   Tab,   Tab   ]   );
now when you hit Fn + space you'll get a tab. Very handy.

This is a pretty common hack, you can find out more by googling that file.
 

The Following 4 Users Say Thank You to superbondbond For This Useful Post: