Browse Source

Show metadata of image on Ctrl-e in exec/key-handler

master
Bert Münnich 11 years ago
parent
commit
d75a5a027c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      exec/key-handler

+ 2
- 0
exec/key-handler View File

@@ -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")


Loading…
Cancel
Save