sxiv: Fix 'orient' key handler

master
Pierre Neidhardt 2015-10-14 15:35:24 +02:00
parent 86c7c7f105
commit 1cea748196
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ case "$KEY" in
"C-c") echo -n "$@" | xsel -i ;;
"C-e") for file in "$@"; do urxvt -bg "#444" -fg "#eee" -sl 0 -title "$file" -e sh -c "exiv2 pr -q -pa '$file' | less" & done ;;
"C-g") gimp "$@" & ;;
"C-o") orient ;;
"C-o") orient "$@" ;;
"C-comma") rotate 270 "$@" ;;
"C-period") rotate 90 "$@" ;;
"C-slash") rotate 180 "$@" ;;