--- a/dotcss/youtube.com.css Mon Sep 10 15:35:20 2012 -0400
+++ b/dotcss/youtube.com.css Wed Sep 12 10:13:01 2012 -0400
@@ -1,3 +1,2 @@
-#video-sidebar {
- display: none;
-}
+#video-sidebar { display: none; }
+#masthead-expanded-lists-container { display: none; }
--- a/fish/config.fish Mon Sep 10 15:35:20 2012 -0400
+++ b/fish/config.fish Wed Sep 12 10:13:01 2012 -0400
@@ -37,6 +37,7 @@
alias pbc 'pbcopy'
alias pbp 'pbpaste'
+alias pbpb 'pbp | pb'
alias weechat 'weechat-curses'
--- a/keyremap4macbook/private.xml Mon Sep 10 15:35:20 2012 -0400
+++ b/keyremap4macbook/private.xml Wed Sep 12 10:13:01 2012 -0400
@@ -2,10 +2,23 @@
<root>
<list>
<item>
- <name>sjl Simuletion (f+j simultaneously to delete, f+k to option-delete)</name>
- <identifier>private.simuletion</identifier>
- <autogen>--SimultaneousKeyPresses-- KeyCode::F, KeyCode::J, KeyCode::DELETE</autogen>
- <autogen>--SimultaneousKeyPresses-- KeyCode::F, KeyCode::K, KeyCode::DELETE, ModifierFlag::OPTION_L</autogen>
+ <name>Space Cadet Mode</name>
+ <appendix>This mode emulates a few of the features of the Space Cadet keyboard.</appendix>
+
+ <item>
+ <name>Remap Left Control to Hyper</name>
+ <appendix>OS X doesn't have a Hyper. This maps Left Control to Control + Shift + Option + Command.</appendix>
+
+ <identifier>space_cadet.left_control_to_hyper</identifier>
+
+ <autogen>
+ --KeyToKey--
+ KeyCode::F19,
+
+ KeyCode::COMMAND_L,
+ ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L
+ </autogen>
+ </item>
</item>
</list>
Binary file moom/com.manytricks.Moom.plist has changed