changeset 65:f47614ab462b

add a key for > quoting
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 19 Apr 2010 13:24:41 -0700
parents 84a37735cd88
children 91746c8abe0f
files .fluxbox/keys
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.fluxbox/keys	Thu Apr 08 20:02:39 2010 -0700
+++ b/.fluxbox/keys	Mon Apr 19 13:24:41 2010 -0700
@@ -54,6 +54,7 @@
 Control Mod1 m :ExecCommand  xterm -e alsamixer # mixer
 Control Mod1 o :ExecCommand xclip -o | /home/jhammel/python/onelineit.py | xclip -i # put the clipboard contents on one line
 Control Mod1 p :ExecCommand xclip -o | /home/jhammel/python/pastebin.py | xclip -i # send the clipboard contents to pastebin and replace with the URL
+Control Mod1 q :ExecCommand xclip -o | sed 's/^/> /' | xclip -i # quote using >'s
 Control Mod1 s :ExecCommand /home/jhammel/bin/smartopen "$(xclip -o)" # smartopen
 Control Mod1 t :ExecCommand gnome-terminal # terminal
 Control Mod1 x :ExecCommand xkill