View Single Post
Posts: 81 | Thanked: 115 times | Joined on Jan 2008
#18
Originally Posted by jebba View Post
So how would one by editing /usr/share/X11/xkb/symbols/nokia_vndr/rx-51 make the Euro or Sterling symbol into tab?
Change this line:
Code:
key <AB01> { [ z, Z, sterling, sterling ] };
to this:
Code:
key <AB01> { [ z, Z, Tab, Tab ] };
 

The Following User Says Thank You to iKneaDough For This Useful Post: