README.md

December 29, 2021 ยท View on GitHub

EAF Image Viewer

Image Viewer application for the Emacs Application Framework.

Load application

Install EAF first, then add below code in your emacs config:

(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-image-viewer)

The keybinding of EAF Image Viewer.

KeyEvent
nload_next_image
pload_prev_image
SPCload_prev_image
rreload_image
xinsert_or_close_buffer
,js_zoom_out
.js_zoom_in
/js_zoom_reset
-js_zoom_out
=js_zoom_in
0js_zoom_reset
9js_zoom_toggle
ujs_rotate_left
ijs_rotate_right
yjs_flip_horizontal
ojs_flip_vertical
kjs_move_down
jjs_move_up
ljs_move_left
hjs_move_right
Ueaf-image-viewer-rotate-file-left
Ieaf-image-viewer-rotate-file-right
Oeaf-image-viewer-rotate-file-horizontal
ddelete_current_image
<f12>open_devtools