Now that the N900 has been released, I will post this question on maemo-developers, in the hopes that some Nokia devs can help me here.<br><br>I would like to know how to remap the keyboard on the N900. I&#39;ve received some help from Marius Gedminas, as you will see below, but I&#39;d like to know how to map the keyboard permanently, without having to run xkbcomp every time.<br>
<br>Here is the help that I&#39;ve received so far:<br><br><div class="gmail_quote">On Sun, Oct 25, 2009 at 4:23 AM, Marius Gedminas <span dir="ltr">&lt;<a href="mailto:marius@pov.lt">marius@pov.lt</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
</div>I&#39;ve had partial success by doing this:<br>
<br>
  $ xkbcomp :0 default.xkb<br>
  $ vi default.xkb<br>
<br>
comment out the two rules that cause syntax errors:<br>
<br>
//  interpret AccessX_Enable+AnyOfOrNone(all) {<br>
//      action= LockControls(controls=);<br>
//  };<br>
<br>
//  interpret MouseKeys_Accel_Enable+AnyOfOrNone(all) {<br>
//      action= LockControls(controls=);<br>
//  };<br>
<br>
Now you can restore the settings back by running<br>
<br>
  $ xkbcmp default.xkb :0<br>
<br>
if you screw up and end up with a nonfunctional keyboard.<br>
<br>
Next<br>
<br>
  $ cp default.xkb mg.xkb<br>
  $ vi mg.xkb<br>
<br>
    key &lt;RGHT&gt; {<br>
        type= &quot;FOUR_LEVEL&quot;,<br>
        symbols[Group1]= [       Right,       Right,       Tab,       Tab ]<br>
    };<br>
<br>
  $ xkbcomp mg.xkb :0<br>
<br>
and now Fn+Right arrow is a Tab key.<br>
<br>
Sadly I don&#39;t know enough about xkbcomp to see if it&#39;s possible to make<br>
it load incomplete maps on top of the current configuration, just to<br>
update a few symbols without replicating the full configuration.<br>
<div class="im"><br>
&gt; None of the changes I make to /usr/share/X11/xkb/symbols/nokia_vndr/rx-51<br>
&gt; have any effect (yes I reboot after changing the file).<br>
<br>
</div>Maybe the files in /var/cache/xkb contain precompiled versions of those?<br>
<br>
I&#39;m not adventurous enough to go and start editing files in /usr/.<br>
Although creating a new symbols file in there and loading it on top of<br>
the defaults with setxkbmap ought to maybe work...<br>
<br>
Marius Gedminas<br>
<font color="#888888"></font></blockquote></div><br>(I have already replied with the following:<br><br>Replace <br><div class="im">
        type= &quot;FOUR_LEVEL&quot;,<br>
        symbols[Group1]= [       Right,       Right,       Tab,       Tab ]<br></div>with<br>
        type= &quot;PC_FN_LEVEL2&quot;,<br>       symbols[Group1]= [       Right,       Tab ]<br><br>and you will retain the ability to highlight text with shift-right arrow.)<br clear="all"><br>-- <br>enthusiast, n. &quot;One whose mind is wholly possessed and heated by what engages it; one who is influenced by a peculiar fervor of mind; an ardent and imaginative person.&quot;<br>