Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 877 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 877 Bytes

EAF Video Player (JS)

This repository provides the EAF Video Player (JS) 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-js-video-player)

The keybinding of 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