View Single Post
Old 02-23-2023, 08:19 PM   #14
CRussel
(he/him/his)
CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.
 
CRussel's Avatar
 
Posts: 12,297
Karma: 80074820
Join Date: Jul 2010
Location: Sunshine Coast, BC
Device: Oasis (Gen3),Paperwhite (Gen10), Voyage, Paperwhite(orig), iPad Air M3
Quote:
Originally Posted by BetterRed View Post
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: first (first column)       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
You forgot Shift+L, $ ---> last cell in a row.

I'd list both Shift+L and Shift+H shortcuts with the shifted version AFTER the single key version. So:
Code:

Vim: first (first column)       Shortcuts: G
Vim: home (first column)        Shortcuts: 0, Shift+H
Vim: Last column                Shortcuts: $, Shift+L
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
I'd also argue for ^ (caret) as the shortcut for first column, rather than 0. More Vim-ish.
CRussel is offline   Reply With Quote