View Single Post
Posts: 118 | Thanked: 202 times | Joined on Aug 2010
#13
Originally Posted by Mentalist Traceur View Post
That said, I'm having a specific bug. When mapping the "Tab" key to Spacebar+Shift, it doesn't work (rather, something is happening because instead of normally making a space when shifted, the spacebar does nothing. It seems to, however, act as Esc in vi and MicroB. When I mapped Tab to Up-Arrow+Fn, it works just fine.
I solved this by remapping the space bar using following line:
Code:
key <SPCE>  { [  space,  at,  Tab,  bar ]}
Tab comes up when pressing Fn+Space. It seems <Shift> interferes with <Tab> (and a few other keys), but not with "@" and "|" (which why I mapped them this way in the line above).

Last edited by nephridium; 2010-09-02 at 07:39.
 

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