This commit is contained in:
TLINDEN
2016-05-23 23:22:52 +02:00
parent 6bf3407804
commit c9d80dc72c
2 changed files with 30 additions and 30 deletions

View File

@@ -18,8 +18,8 @@ When turned on, it does the following conversions:
- enlarge font size - enlarge font size
- switch to variable width font - switch to variable width font
- enable word wrap (without fringe marker) - enable word wrap (without fringe marker)
- increate line spacing - increase line spacing
- adds a window margin to the left and right (thereby centering the text) - add a window margin to the left and right (thereby centering the text)
- disable all input keys (rendering the buffer read-only) - disable all input keys (rendering the buffer read-only)
- disable the cursor - disable the cursor
- switch to buffer-scrolling (like e.g. in Acroread) - switch to buffer-scrolling (like e.g. in Acroread)
@@ -28,19 +28,19 @@ When turned on, it does the following conversions:
Novel mode provides the following one-key commands, when active: Novel mode provides the following one-key commands, when active:
n scroll one page down n scroll one page down
p scroll one page up p scroll one page up
<down> scroll one line down <down> scroll one line down
<up> scroll one line up <up> scroll one line up
mousewheel scroll linewise up or down mousewheel scroll linewise up or down
SPC scroll one page down SPC scroll one page down
<left> increase margins, makes visible text narrower <left> increase margins, makes visible text narrower
<right> decrease margins, makes visible text wider <right> decrease margins, makes visible text wider
+ increase font size + increase font size
- decrease font size - decrease font size
i invert video display i invert video display
q quit novel mode q quit novel mode
? display key mapping ? display key mapping
Important: while normal key input (beside the ones listed above), Important: while normal key input (beside the ones listed above),
is disabled, Control and Meta still work, of course. Please be also is disabled, Control and Meta still work, of course. Please be also

View File

@@ -38,8 +38,8 @@
;; - enlarge font size ;; - enlarge font size
;; - switch to variable width font ;; - switch to variable width font
;; - enable word wrap (without fringe marker) ;; - enable word wrap (without fringe marker)
;; - increate line spacing ;; - increase line spacing
;; - adds a window margin to the left and right (thereby centering the text) ;; - add a window margin to the left and right (thereby centering the text)
;; - disable all input keys (rendering the buffer read-only) ;; - disable all input keys (rendering the buffer read-only)
;; - disable the cursor ;; - disable the cursor
;; - switch to buffer-scrolling (like e.g. in Acroread) ;; - switch to buffer-scrolling (like e.g. in Acroread)
@@ -48,19 +48,19 @@
;; Novel mode provides the following one-key commands, when active: ;; Novel mode provides the following one-key commands, when active:
;; n scroll one page down ;; n scroll one page down
;; p scroll one page up ;; p scroll one page up
;; <down> scroll one line down ;; <down> scroll one line down
;; <up> scroll one line up ;; <up> scroll one line up
;; mousewheel scroll linewise up or down ;; mousewheel scroll linewise up or down
;; SPC scroll one page down ;; SPC scroll one page down
;; <left> increase margins, makes visible text narrower ;; <left> increase margins, makes visible text narrower
;; <right> decrease margins, makes visible text wider ;; <right> decrease margins, makes visible text wider
;; + increase font size ;; + increase font size
;; - decrease font size ;; - decrease font size
;; i invert video display ;; i invert video display
;; q quit novel mode ;; q quit novel mode
;; ? display key mapping ;; ? display key mapping
;; Important: while normal key input (beside the ones listed above), ;; Important: while normal key input (beside the ones listed above),
;; is disabled, Control and Meta still work, of course. Please be also ;; is disabled, Control and Meta still work, of course. Please be also