<?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>Linux etc. &#187; Less mouse</title>
	<atom:link href="http://promberger.info/linux/category/less-mouse/feed/" rel="self" type="application/rss+xml" />
	<link>http://promberger.info/linux</link>
	<description>my outsourced memory for your perusal</description>
	<lastBuildDate>Thu, 08 Sep 2011 11:06:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mouseless browsing</title>
		<link>http://promberger.info/linux/2007/10/26/mouseless-browsing/</link>
		<comments>http://promberger.info/linux/2007/10/26/mouseless-browsing/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 21:58:53 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Less mouse]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.promberger.info/linux/2007/10/26/mouseless-browsing/</guid>
		<description><![CDATA[Some things I do to use the mouse less when browsing. Use Firefox shortcuts (just google for a list). I&#8217;ve installed the mouseless browsing (MLB) Firefox extension. Every link in a page gets tagged with an ID. Type that ID, then hit ENTER. (For me, this works using &#8220;Find as you type&#8221; in the Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Some things I do to use the mouse less when browsing. </p>
<ol>
<li>Use Firefox shortcuts (just google for a list). </li>
<li>I&#8217;ve installed the <a href="https://addons.mozilla.org/en-US/firefox/addon/879?id=879">mouseless browsing (MLB)</a> Firefox extension. Every link in a page gets tagged with an ID. Type that ID, then hit ENTER. (For me, this works using &#8220;Find as you type&#8221; in the Firefox preferences).</li>
<li>I&#8217;ve set up some <a href="http://www.promberger.info/linux/2007/05/25/firefox-smart-keywords/">Firefox smart keywords</a> for quick searching from the location bar.</li>
<li>I&#8217;ve installed the <a href="http://www.customizegoogle.com/">CustomizeGoogle</a> extension to Firefox. Amongst other things, you can set it to &#8220;Give the searchbar focus&#8221;. This means that if you can immediately modify you search.</li>
<li>I already have <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a>  installed. This lets you modify websites using browser-based JavaScript. From <a href="http://userscripts.org">userscripts.org</a>, an online repository of user scripts, I&#8217;ve downloaded <a href="http://userscripts.org/scripts/show/4027">Google Search Box AccessKey</a>. Now, on any Google search page, hitting the access key and the letter &#8220;s&#8221; puts the cursor in the search box.</li>
<li>The &#8220;access key&#8221; differs by browser. Generally, for Firefox under Linux, it is the <code>ALT</code> key. For me, it is apparently <code>ALT+Shift</code>, which is just as well, since I&#8217;m using <code>ALT</code> already for loads of XFCE shortcuts. It&#8217;s generally a great idea, and some websites have set it server-side for quick navigation to important links. I&#8217;ve now implemented it for this blog. Hitting your access key and &#8220;s&#8221; will put the cursor in the search box. From there, you can either search, or tab-navigate directly down the list of links along the right hand sidebar.</li>
<li>Generally, I try to navigate using the tab key. A big problem is that it is often hard to see which link has focus, or even whether the location bar or the main window have focus. In <code>about:config</code>, filter for &#8220;focus&#8221;, and set <code>browser.display.focus_background_color</code> and <code>browser.display.focus_text_color</code>. I&#8217;ve set the background color to <code>#a2e88b</code> and the foreground color to black. That&#8217;s helpful, but doesn&#8217;t show up on some elements, such as images. In Greasemonkey, I&#8217;ve set up <a href="http://userstyles.org/styles/305">Bright Focus (for buttons, links and textboxes)</a>. This gives a border, which also shows up around images and the like. I don&#8217;t like the default color, so I set it to be <code>2px #66CC00</code>. This is also available as a script for the Firefox <a href="https://addons.mozilla.org/en-US/firefox/addon/2108">Stylish extension</a>. </li>
<li>In the same spirit, I&#8217;ve added this to my userChrome.js:
<pre>/* give urlbar background color when it has focus */
#urlbar[focused="true"] { background-color:#A2E88B !important; }

/* change focus rings around acitve tabs  */
.tabbrowser-tabs > tab:focus .tab-middle {
  -moz-outline: solid 2px #66CC00 !important;
}</pre>
</li>
<li>Finally, I&#8217;ve set up my home page to be a local page containing a handful of frequently visited sites, so I can just load my home page and then quickly navigate to them.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/10/26/mouseless-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xfce: Show menu and windowlist using keyboard shortcut</title>
		<link>http://promberger.info/linux/2007/10/11/xfce-show-menu-and-windowlist-using-keyboard-shortcut/</link>
		<comments>http://promberger.info/linux/2007/10/11/xfce-show-menu-and-windowlist-using-keyboard-shortcut/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 14:18:53 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Less mouse]]></category>
		<category><![CDATA[Xfce]]></category>

		<guid isPermaLink="false">http://www.promberger.info/linux/2007/10/11/xfce-show-menu-and-windowlist-using-keyboard-shortcut/</guid>
		<description><![CDATA[I was looking for this for a long time: the commands that bring up the Xfce menu, the Xfce windowlist and shift focus to the Verve (Xfce panel mini commandline), so that I can bind them to keyboard shortcuts. They are, respectively, xfdesktop -menu, xfdesktop -windowlist, and verve-focus. I had to reinstall verve to get [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for this for a long time: the commands that bring up the Xfce menu, the Xfce windowlist and shift focus to the Verve (Xfce panel mini commandline), so that I can bind them to keyboard shortcuts.</p>
<p>They are, respectively, <code>xfdesktop -menu</code>, <code>xfdesktop -windowlist</code>, and <code>verve-focus</code>. </p>
<p>I had to reinstall <code>verve</code> to get <code>verve-focus</code>, and since I&#8217;m running the less-than-bleeding edge Dapper, I had to do what <a href="http://ubuntuforums.org/archive/index.php/t-372003.html">this guy did, add a newer repository first</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/10/11/xfce-show-menu-and-windowlist-using-keyboard-shortcut/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

