That is a neat trick. My previous unsuccessful attempts in this line included adding access keys to specific tiddlers to navigate to those tiddlers easily. Unfortunately that did not work out. Again, neat trick.
>> >> Sure thing. I simply added the logic to implement the accesskey attribute >> into the $:/core/modules/widgets/button.js tiddler. You can see a copy of >> that here: https://pastebin.com/0rEA3aYZ >> >> Then to use it, all you do is modify the (save) button widget call to >> include the accesskey attribute with a value corresponding to the key you >> wish to be associated with that button. In my case I added accesskey="s" to >> the $button widget call in $:/core/ui/Buttons/save-wiki tiddler. You can >> see a copy of that here: https://pastebin.com/wbut1Ztz >> >> Then you press Alt+Shift+S or Alt+S depending on your browser. See here: >> https://www.w3schools.com/tags/att_global_accesskey.asp >> >> PS, I found the idea behind this solution on this forum, I think it might >> have been Eric Schulman's idea originally. >> >> >> -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/502d6992-1643-4321-aa12-99fc13dd9cc7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

