<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fried Pancakes &#187; Uncategorized</title>
	<atom:link href="http://blog.friedpancakes.com/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.friedpancakes.com</link>
	<description>A pancake approach to computers and technology</description>
	<lastBuildDate>Thu, 03 Dec 2009 19:20:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Editing key bindings in iceweasel (firefox) in debian</title>
		<link>http://blog.friedpancakes.com/index.php/2009/09/06/editing-key-bindings-in-iceweasel-firefox-in-debian/</link>
		<comments>http://blog.friedpancakes.com/index.php/2009/09/06/editing-key-bindings-in-iceweasel-firefox-in-debian/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 16:25:26 +0000</pubDate>
		<dc:creator>rabit</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.friedpancakes.com/?p=95</guid>
		<description><![CDATA[Hello, my name is rabit and I&#8217;m posting a guest blog post on Jonathan&#8217;s blog.
If you are running a version that is 2.0 or older download this extension and save yourself the trouble.
If you search around the Internet it seems like there is an updated version of that extension that is floating around unsigned, but [...]]]></description>
			<content:encoded><![CDATA[<p>Hello, my name is rabit and I&#8217;m posting a guest blog post on Jonathan&#8217;s blog.</p>
<p>If you are running a version that is 2.0 or older download this extension and <a href="https://addons.mozilla.org/en-US/firefox/addon/1537">save yourself the trouble.</a></p>
<p>If you search around the Internet it seems like there is an updated version of that extension that is floating around unsigned, but I figured I would give this a try.</p>
<p>This tutorial is intended for people running Debian Squeeze, but could be applied to other distros as well with some modifications.</p>
<p>I must first preface by saying I&#8217;m left handed. And that is probably the only reason why this whole adventure began.<br />
The default mod key for xmonad is alt; most people change this to the windows key but that is just took awkward for me to use.  Because of this, a lot of my current alt bindings need to be altered, including those in Firefox.</p>
<p>With my current setup, alt is tied to several different things. The most notable of which is Iceweasel (Firefox).</p>
<p>So I had two options: change Firefox or continue to suffer.</p>
<p>I chose to take on Firefox and change the keys. This is what I did:</p>
<p>Open up a terminal session as root. This can be dangerous, but this is necessary to edit the files we want to change.</p>
<pre>sudo -s</pre>
<p>Now change your directory to /usr/share/iceweasel/chrome.</p>
<pre>cd /usr/share/iceweasel/chrome</pre>
<p>Use ls to make sure that browser.jar is in here. Under normal terminal configuration this should show up red. If it is not, search for it.</p>
<pre> find /usr/share/iceweasel -iname "*browser.jar*"</pre>
<p>Now that we have found it, we need to get access to the files inside. Use the unzip command for this one.  You will need unzip which you can most likely get from your package manager.</p>
<pre> unzip browser.jar</pre>
<p>This will extract a whole mess of files but we only want to look at one. Use your favorite text editor to tweak our target.</p>
<pre> nano content/browser/browser.xul</pre>
<p>I edited this line and the few behind.<br />
<code> &lt;key id="key_selectTab1" oncommand="gBrowser.selectTabAtIndex(0, event);" key="1" modifiers="alt"/&gt;</code><br />
To:<br />
<code> &lt;key id="key_selectTab1" oncommand="gBrowser.selectTabAtIndex(0, event);" key="1" modifiers="accel"/&gt;</code><br />
The key id = the command that you are changing the keys to.<br />
For the modifiers, there are a few important ones:<br />
ctrl = accel<br />
alt  = alt<br />
The keys = just about any key.<br />
Once you&#8217;re done, save and exit.</p>
<p>Repackage the file as a jar (you can use jar or zip command for this) and you replace the old one.  Make sure you back up the original.</p>
<p>Restart Iceweasel and VIOLA keys have been changed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.friedpancakes.com/index.php/2009/09/06/editing-key-bindings-in-iceweasel-firefox-in-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fried pancakes?</title>
		<link>http://blog.friedpancakes.com/index.php/2009/06/28/hello-world/</link>
		<comments>http://blog.friedpancakes.com/index.php/2009/06/28/hello-world/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 18:41:41 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.friedpancakes.com/?p=1</guid>
		<description><![CDATA[I would first like to introduce myself.  My name is Jonathan Vogel and I am a Computer Science student at North Carolina State University.  I created this blog to contribute to the blogging community particularly in regards to computers and technology.  I may also share some of my thoughts and experiences of my everyday life!
Any [...]]]></description>
			<content:encoded><![CDATA[<p>I would first like to introduce myself.  My name is Jonathan Vogel and I am a Computer Science student at North Carolina State University.  I created this blog to contribute to the blogging community particularly in regards to computers and technology.  I may also share some of my thoughts and experiences of my everyday life!</p>
<p>Any feedback would be greatly appreciated.</p>
<p>Erm&#8230; You may be asking yourself: &#8220;What are fried pancakes?&#8221;  To tell you the truth, I sat around trying to come up with domain names and this was the first [weird] one that worked!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.friedpancakes.com/index.php/2009/06/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
