浏览代码

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

master
Bert Münnich 11 年前
父节点
当前提交
d75a5a027c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      exec/key-handler

+ 2
- 0
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")


正在加载...
取消
保存