This repository provides the EAF Video Player (JS) application for the Emacs Application Framework.
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-js-video-player)
Key | Event |
---|---|
x |
close_buffer |
f |
toggle_fullscreen |
M-g |
exit_fullscreen |
<f12> |
open_devtools |
SPC |
js_toggle_play |
h |
js_backward |
l |
js_forward |
r |
js_restart |
j |
js_decrease_volume |
k |
js_increase_volume |
c-- |
zoom_out |
C-= |
zoom_in |
C-0 |
zoom_reset |