<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
 .tab2 { 
-    min-width: 200px;
-    max-width: 200px;
+    min-width: 175px;
+    max-width: 175px;
 }
\ No newline at end of file</diff>
      <filename>.conkeror.d/conkeror.css</filename>
    </modified>
    <modified>
      <diff>@@ -43,3 +43,26 @@ function vertical_tab_bars(window) {
 }
 add_hook(&quot;window_initialize_hook&quot;, vertical_tab_bars);
 
+// minimize all windows
+interactive(&quot;minimize-all-windows&quot;,
+            &quot;Hide of show all open windows.&quot;,
+            function(I) { 
+		var toggle = function(window) {
+		    window.minimize();
+		}
+		for_each_window(toggle);
+	    });
+define_key(content_buffer_normal_keymap, &quot;M-h&quot;, &quot;minimize-all-windows&quot;);
+
+// apple-click opens in new tab
+function command_link_in_new_buffer(event) {
+    if (event.metaKey) {
+	open_link_in_new_buffer(event, true);
+    }
+}
+function command_clicks_in_new_buffer_listener(buffer) {
+    buffer.browser.addEventListener(&quot;click&quot;, command_link_in_new_buffer, true);
+}
+add_hook(&quot;create_buffer_hook&quot;, command_clicks_in_new_buffer_listener);
+for_each_buffer(command_clicks_in_new_buffer_listener);
+</diff>
      <filename>.conkeror.d/functions.js</filename>
    </modified>
    <modified>
      <diff>@@ -24,6 +24,12 @@ define_key(content_buffer_normal_keymap, &quot;M-=&quot;, &quot;zoom-in-text&quot;);
 
 // follow links in new buffer
 define_key(content_buffer_normal_keymap, &quot;d&quot;, &quot;follow-new-buffer-background&quot;);
+define_key(content_buffer_normal_keymap, &quot;h&quot;, &quot;go-home&quot;);
+
+define_key(content_buffer_normal_keymap, &quot;M-c&quot;, &quot;cmd_copy&quot;);
+define_key(content_buffer_normal_keymap, &quot;M-a&quot;, &quot;cmd_selectAll&quot;);
+define_key(content_buffer_normal_keymap, &quot;M-q&quot;, &quot;quit&quot;);
+
 
 // download management
 download_buffer_automatic_open_target =  OPEN_NEW_BUFFER_BACKGROUND;</diff>
      <filename>.conkerorrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d533590ea9f45abd0a576396c343cbe69a968e1a</id>
    </parent>
  </parents>
  <author>
    <name>Brad Wilson</name>
    <email>brad@lucky-dip.net</email>
  </author>
  <url>http://github.com/bradx3/dotfiles/commit/4944271f61d781237c07ab201dca0da6928a9bc6</url>
  <id>4944271f61d781237c07ab201dca0da6928a9bc6</id>
  <committed-date>2009-02-03T16:49:38-08:00</committed-date>
  <authored-date>2009-02-03T16:49:38-08:00</authored-date>
  <message>added minimize all, apple-click and some shortcuts to conkerorrc</message>
  <tree>fec9e853221a1771ca86fc6458689c720adca8e8</tree>
  <committer>
    <name>Brad Wilson</name>
    <email>brad@lucky-dip.net</email>
  </committer>
</commit>
