Max, Thanks for the keyboard navigation options!
It seems your plugin listens for hardware keystroke events [if that's the right term] ... So, some users typing on, say a Dvorak layout (as I do) cannot type j to jump and e to edit, but will need to use the physical keys that *would* count as j and e (on Qwerty systems). So either the documentation should clarify that point, or you should get your code to capture the keystroke after it has been parsed by the system. (I don't mind just making a post-it with my effective keystroke values, but some international users, in particular, may not recognize the problem, or may think some expected responses are missing.) -Springer On Thursday, April 30, 2020 at 10:10:36 AM UTC-4, MaxGyver wrote: > > Hi all, > > some time ago I created a TiddlyWiki plugin for easier navigation without > using a mouse. It adds some useful key mappings: > > - <kbd>j</kbd> / <kbd>k</kbd>: Scroll down/up to the next/previous > tiddler in the story river (instead of scrolling page-wise). > - <kbd>e</kbd>: Edit the currently "selected" tiddler. > - <kbd>c</kbd>: Close the selected tiddler. > - <kbd>Esc</kbd>: Unfocus the search box (when active) in order to > cancel a search and go on navigating with your keyboard. > > Today, I added new features: > > - When you search something, you can open the first match with > <kbd>Return</kbd>. Without this plugin you have to press <kbd>Tab</kbd>, > <kbd>Tab</kbd>, <kbd>Tab</kbd>, <kbd>Tab</kbd>,<kbd>Return</kbd>. > - When you search something and you want to tab through the results, a > single <kbd>Tab</kbd> brings you directly to the first match (so you save > three <kbd>Tab</kbd>s). > - When you scroll to the next or previous tiddler via <kbd>j</kbd> > / <kbd>k</kbd>, the scrolling is smooth. When you press these keys > repeatedly (delta < 800 ms), you jump instantly to the next (or previous) > tiddler. > > Check this demo page > <https://maximilian-schillinger.de/tw5-keyboard-navigation-plugin.html> > or the plugin source code at GitHub > <https://github.com/MaxGyver83/tw5-keyboard-navigation>. I hope this is > useful for somebody. > > Best regards, > Max > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/285c3b6d-0061-445f-9c6f-d127fa99ef6d%40googlegroups.com.

