<div>Is there a list of all the symbol enumerations available somewhere? I want to remap the Fn+Up arrow to the pipe symbol. dead_pipe didn&#39;t work :)<br></div><div><br></div><div>Thanks!</div><br><div class="gmail_quote">
On Thu, Dec 17, 2009 at 1:21 PM, Alberto Garcia <span dir="ltr">&lt;<a href="mailto:agarcia@igalia.com">agarcia@igalia.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Thu, Dec 17, 2009 at 11:55:25AM +0100, Alberto Garcia wrote:<br>
<br>
&gt; I wonder how I can remap the arrow keys so that pressing them in<br>
&gt; combination with Fn produces the symbols that I&#39;m missing.<br>
<br>
</div>Here&#39;s the answer:<br>
<br>
/usr/share/X11/xkb/symbols/nokia_vndr/rx-51<br>
<br>
xkb_symbols &quot;arrows_4btns&quot; {<br>
    // standard arrows mapping<br>
    // normal 2nd level must not be enumerated to allow text selection with Shift key<br>
    key &lt;UP&gt;    { type[Group1] = &quot;PC_FN_LEVEL2&quot;, symbols[Group1] = [ Up,    dead_circumflex ] };<br>
    key &lt;LEFT&gt;  { type[Group1] = &quot;PC_FN_LEVEL2&quot;, symbols[Group1] = [ Left,  dead_acute      ] };<br>
    key &lt;DOWN&gt;  { type[Group1] = &quot;PC_FN_LEVEL2&quot;, symbols[Group1] = [ Down,  dead_tilde      ] };<br>
    key &lt;RGHT&gt;  { type[Group1] = &quot;PC_FN_LEVEL2&quot;, symbols[Group1] = [ Right, dead_grave      ] };<br>
};<br>
<br>
Hope you find it useful!<br>
<div><div class="h5"><br>
Berto<br>
_______________________________________________<br>
maemo-users mailing list<br>
<a href="mailto:maemo-users@maemo.org">maemo-users@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-users" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-users</a><br>
</div></div></blockquote></div><br>