View Single Post
Posts: 38 | Thanked: 8 times | Joined on Jan 2008
#19
Originally Posted by superbondbond View Post
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.
I tried this but now I am not able to autocomplete a specofic file in a directory. Are you able to do so? I changed it back but I can still only autocomplete a directory using tab.

Does anybody want to upload there rx-44 file? Thanks guys.