<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Adding Pipe and Tab to the N810 Keyboard</title>
	<atom:link href="http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/</link>
	<description>Ripping mobility from the clutches of telecom</description>
	<pubDate>Sun, 20 Jul 2008 17:40:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: miker</title>
		<link>http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-230706</link>
		<dc:creator>miker</dc:creator>
		<pubDate>Thu, 24 Jan 2008 10:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-230706</guid>
		<description>I changed the last two for the changes I made.</description>
		<content:encoded><![CDATA[<p>I changed the last two for the changes I made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LoCusF</title>
		<link>http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-230703</link>
		<dc:creator>LoCusF</dc:creator>
		<pubDate>Thu, 24 Jan 2008 09:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-230703</guid>
		<description>In which part do I add the key { ... } as tajuna mentioned in his post?</description>
		<content:encoded><![CDATA[<p>In which part do I add the key { &#8230; } as tajuna mentioned in his post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rowehl: This is Mobility &#187; Blog Archive &#187; Swapped Keyboard Mapping Techniques on the N810</title>
		<link>http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-230588</link>
		<dc:creator>Mike Rowehl: This is Mobility &#187; Blog Archive &#187; Swapped Keyboard Mapping Techniques on the N810</dc:creator>
		<pubDate>Thu, 24 Jan 2008 03:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-230588</guid>
		<description>[...] the comments to my previous post about remapping keys on the keyboard of my N810 there was a mention of editing the X server keyboard mapping file at [...]</description>
		<content:encoded><![CDATA[<p>[...] the comments to my previous post about remapping keys on the keyboard of my N810 there was a mention of editing the X server keyboard mapping file at [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-229660</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Mon, 21 Jan 2008 19:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-229660</guid>
		<description>Great tip. Now changed and expanded on my N810 to put 'Pipe' on the Yen spot and add braceleft and braceright as FN-M and FN-;

Two questions for anyone...How can we create an actual DELETE key with a FN-BKSP (or BackSpace...) Nothing I have tried is accepted by xmodmap

And how do we actually access the fourth colum in the mapping? We have, for example:  m M bar bar bar....but what if we wanted:  m M bar bracketleft

Anyone know how that is accessed? I cannot find any key combos which work.</description>
		<content:encoded><![CDATA[<p>Great tip. Now changed and expanded on my N810 to put &#8216;Pipe&#8217; on the Yen spot and add braceleft and braceright as FN-M and FN-;</p>
<p>Two questions for anyone&#8230;How can we create an actual DELETE key with a FN-BKSP (or BackSpace&#8230;) Nothing I have tried is accepted by xmodmap</p>
<p>And how do we actually access the fourth colum in the mapping? We have, for example:  m M bar bar bar&#8230;.but what if we wanted:  m M bar bracketleft</p>
<p>Anyone know how that is accessed? I cannot find any key combos which work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moa</title>
		<link>http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-226251</link>
		<dc:creator>moa</dc:creator>
		<pubDate>Mon, 14 Jan 2008 16:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-226251</guid>
		<description>The easiest way to add a "&#124;" (pipe) to your keyboard layout is editing the rx-44 file as mentioned above (/usr/share/X11/xkb/symbols/nokia_vndr/rx-44).

tajuma is right, but doesn't explain it very well. All you have to do is replace "EuroSign" with "bar".

Original:
key 	{	[	m,		M,		EuroSign,	EuroSign	]	};

After Editing:
key   {       [       m,              M,              bar,    bar     ]       };

Give your n810 a hard reset and you should have a pipe with Fn-m.</description>
		<content:encoded><![CDATA[<p>The easiest way to add a &#8220;|&#8221; (pipe) to your keyboard layout is editing the rx-44 file as mentioned above (/usr/share/X11/xkb/symbols/nokia_vndr/rx-44).</p>
<p>tajuma is right, but doesn&#8217;t explain it very well. All you have to do is replace &#8220;EuroSign&#8221; with &#8220;bar&#8221;.</p>
<p>Original:<br />
key 	{	[	m,		M,		EuroSign,	EuroSign	]	};</p>
<p>After Editing:<br />
key   {       [       m,              M,              bar,    bar     ]       };</p>
<p>Give your n810 a hard reset and you should have a pipe with Fn-m.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Luke</title>
		<link>http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-225143</link>
		<dc:creator>Sean Luke</dc:creator>
		<pubDate>Sat, 12 Jan 2008 01:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-225143</guid>
		<description>Interesting, I have a similar page with lots of resources for OS2007 here:

http://cs.gmu.edu/~sean/stuff/n800/keyboard

I'm upgrading to OS2008, so expect this page to update accordingly.</description>
		<content:encoded><![CDATA[<p>Interesting, I have a similar page with lots of resources for OS2007 here:</p>
<p><a href="http://cs.gmu.edu/~sean/stuff/n800/keyboard" rel="nofollow">http://cs.gmu.edu/~sean/stuff/n800/keyboard</a></p>
<p>I&#8217;m upgrading to OS2008, so expect this page to update accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MichaelA</title>
		<link>http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-222155</link>
		<dc:creator>MichaelA</dc:creator>
		<pubDate>Fri, 04 Jan 2008 02:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-222155</guid>
		<description>I don't know if my problem is related, but I figured I'd give it a shot.  Apologies if I'm shooting in the dark here...

I recently updated my n810 to 2.2007.50-2 the other day, and every since I've lost the function of some keys on the hardware keyboard. The Fn key no longer works, so I can't select the blue characters, Chr doesn't work either (no character menu comes up on the screen), and I'm pretty sure Ctrl isn't working too (although in truth I never really used it before the update.)

Is this something I can fix by editing a file?  I took a look at my rx-44 file as mentioned above, and it looks fairly sane.  Any help is appreciated!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if my problem is related, but I figured I&#8217;d give it a shot.  Apologies if I&#8217;m shooting in the dark here&#8230;</p>
<p>I recently updated my n810 to 2.2007.50-2 the other day, and every since I&#8217;ve lost the function of some keys on the hardware keyboard. The Fn key no longer works, so I can&#8217;t select the blue characters, Chr doesn&#8217;t work either (no character menu comes up on the screen), and I&#8217;m pretty sure Ctrl isn&#8217;t working too (although in truth I never really used it before the update.)</p>
<p>Is this something I can fix by editing a file?  I took a look at my rx-44 file as mentioned above, and it looks fairly sane.  Any help is appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniels</title>
		<link>http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-221701</link>
		<dc:creator>daniels</dc:creator>
		<pubDate>Wed, 02 Jan 2008 18:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-221701</guid>
		<description>Editing the XKB layout is hardly the 'brute-force' approach: xmodmap is an ugly hack, whereas editing the layout is definitely the best option.  You can make completely arbitrary customisations there.

-daniels, Maemo X maintainer</description>
		<content:encoded><![CDATA[<p>Editing the XKB layout is hardly the &#8216;brute-force&#8217; approach: xmodmap is an ugly hack, whereas editing the layout is definitely the best option.  You can make completely arbitrary customisations there.</p>
<p>-daniels, Maemo X maintainer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tajuma</title>
		<link>http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-221696</link>
		<dc:creator>tajuma</dc:creator>
		<pubDate>Wed, 02 Jan 2008 18:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-221696</guid>
		<description>My brute force solution to this has been to edit directly file /usr/share/X11/xkb/symbols/nokia_vndr/rx-44.

One very useful change, IMHO, is to map the front cover 'back' button to 'post menu' which makes it a lot easier to use (e.g. with Maemo mapper) with lid closed:

    key   { type="EIGHT_LEVEL", [   F4, Escape, Escape,  Escape, Escape, Escape, Escape, Escape ] };

Other changes I have made are Fn-Backspace =&#62; ESC, Fn-Space =&#62; Tab and Chr =&#62; Left Control:

    key   { type="EIGHT_LEVEL", [ BackSpace, BackSpace, Escape, BackSpace, BackSpace, BackSpace, BackSpace, BackSpace ] };

    key   { type="EIGHT_LEVEL", [ space, space, Tab, space, space, space, space, space ] };

    key   { type="EIGHT_LEVEL", [ Control_L, Control_L, Control_L, Multi_key, Multi_key, Multi_key, Multi_key, Multi_key ] };
    modifier_map Control { Control_L, Control_R };


And finally to allow your application to receive Ctrl-E (which is otherwise global search):

gconftool-2 --set -t string /apps/osso/keybindings/global/osso-global-search ''</description>
		<content:encoded><![CDATA[<p>My brute force solution to this has been to edit directly file /usr/share/X11/xkb/symbols/nokia_vndr/rx-44.</p>
<p>One very useful change, IMHO, is to map the front cover &#8216;back&#8217; button to &#8216;post menu&#8217; which makes it a lot easier to use (e.g. with Maemo mapper) with lid closed:</p>
<p>    key   { type=&#8221;EIGHT_LEVEL&#8221;, [   F4, Escape, Escape,  Escape, Escape, Escape, Escape, Escape ] };</p>
<p>Other changes I have made are Fn-Backspace =&gt; ESC, Fn-Space =&gt; Tab and Chr =&gt; Left Control:</p>
<p>    key   { type=&#8221;EIGHT_LEVEL&#8221;, [ BackSpace, BackSpace, Escape, BackSpace, BackSpace, BackSpace, BackSpace, BackSpace ] };</p>
<p>    key   { type=&#8221;EIGHT_LEVEL&#8221;, [ space, space, Tab, space, space, space, space, space ] };</p>
<p>    key   { type=&#8221;EIGHT_LEVEL&#8221;, [ Control_L, Control_L, Control_L, Multi_key, Multi_key, Multi_key, Multi_key, Multi_key ] };<br />
    modifier_map Control { Control_L, Control_R };</p>
<p>And finally to allow your application to receive Ctrl-E (which is otherwise global search):</p>
<p>gconftool-2 &#8211;set -t string /apps/osso/keybindings/global/osso-global-search &#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miker</title>
		<link>http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-221687</link>
		<dc:creator>miker</dc:creator>
		<pubDate>Wed, 02 Jan 2008 17:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-221687</guid>
		<description>Because the control key and the i key are on the same side of the keyboard. The function key and the m and semicolon keys are on different sides, it's just a much easier combo to type.</description>
		<content:encoded><![CDATA[<p>Because the control key and the i key are on the same side of the keyboard. The function key and the m and semicolon keys are on different sides, it&#8217;s just a much easier combo to type.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
