View Single Post
Old 02-23-2023, 04:44 PM   #13
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,884
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Because the shortcuts are customisable, the plugin might also be useful to people not familiar with the VIM keybindings.

So, I suggest the descriptions in Preferences-> Shortcuts be more descriptive (this is based on what's there, i.e. calibre sorts them) :

Code:

Vim: end (last column)          Shortcuts: Shift+L, $
Vim: first (first book)         Shortcuts: G
Vim: home (first column)        Shortcuts: Shift+H, 0
Vim: last (last book)           Shortcuts: Shift+G
Vim: left (previous column)     Shortcuts: H
Vim: next (next book)           Shortcuts: J
Vim: pagedown (page down)       Shortcuts: Ctrl+F
Vim: pageup (page up)           Shortcuts: Ctrl+B
Vim: prev (previous book)       Shortcuts: K
Vim: right (next column)        Shortcuts: L
@CR and @TdM - thoughts?

Added: Should the name of the plugin be changed to something like "Navigation Keys"?

BR

Last edited by BetterRed; 02-23-2023 at 09:35 PM.
BetterRed is offline   Reply With Quote