summaryrefslogtreecommitdiffstats
path: root/exec/key-handler
diff options
context:
space:
mode:
Diffstat (limited to 'exec/key-handler')
-rw-r--r--exec/key-handler2
1 files changed, 2 insertions, 0 deletions
diff --git a/exec/key-handler b/exec/key-handler
index ff25c16..5647251 100644
--- a/exec/key-handler
+++ b/exec/key-handler
@@ -3,6 +3,8 @@
case "$1" in
"C-c")
echo -n "$2" | xsel -i ;;
+"C-e")
+ urxvt -bg "#444" -fg "#eee" -sl 0 -title "$2" -e sh -c "exiv2 pr -q -pa '$2' | less" & ;;
"C-g")
gimp "$2" & ;;
"C-comma")