Browse Source

Cleanup naming

main
parent
commit
da581211e8
  1. 6
      modules/capture.org

6
modules/capture.org

@ -46,7 +46,7 @@ Create a capture template for creating slides quickly, with our desired configur
"))) ")))
#+end_src #+end_src
* Screens
* Screenshots
Download *screenshot.el*[fn:4] for taking screenshots of highlighted regions or entire buffers. Download *screenshot.el*[fn:4] for taking screenshots of highlighted regions or entire buffers.
@ -58,6 +58,8 @@ Download *screenshot.el*[fn:4] for taking screenshots of highlighted regions or
:repo "tecosaur/screenshot")) :repo "tecosaur/screenshot"))
#+end_src #+end_src
* Screencasts
Create screencasts with =one-frame-per-action= GIF recording via *Emacs gif screencast*[fn:3]. Create screencasts with =one-frame-per-action= GIF recording via *Emacs gif screencast*[fn:3].
+ Pause / Resume + Pause / Resume
@ -72,6 +74,8 @@ It requires the installation of ~scrot~, ~gifsicle~, and ~convert~ from the =Ima
:custom (gif-screencast-output-directory (concat dotfiles/home "docs/images/"))) :custom (gif-screencast-output-directory (concat dotfiles/home "docs/images/")))
#+end_src #+end_src
* Keybindings
+ Place keybindings for capturing the screen behind =SPC s=. + Place keybindings for capturing the screen behind =SPC s=.
* Screenshot with =s= * Screenshot with =s=
* Screencast with =c= * Screencast with =c=

Loading…
Cancel
Save