> > I tried many of the slideshow related plugins/themes etc but none of them > has working keyboard navigation. Is there something wrong with my browser? > I am using a latest version of chrome. > > > - showroom <http://showroom.tiddlyspot.com/> > - pptw <http://pptw.tiddlyspot.com/> > - Tiddly slide <http://tiddlyslidy.com/> > - Talkytalky <https://tiddlywiki.com/talkytalky/> > - Wizardwizard <https://ooktech.com/TiddlyWiki/WizardWizard/> > - SlidesnStories <http://slidesnstories.tiddlyspot.com/#About> > - Slideshows <https://tid.li/tw5/styles.html#Slideshows> > - TiddlyWiki for Bunnys <http://tw-for-bunnies.tiddlyspot.com/> > > Hi @Kun Deng
I am developing the KeeBoord plugin, so don't hesitate to ask anything about it As far as I can tell, these links don't have the KeeBoord plugin installed (see under $:/ControlPanel > Plugins) TiddlyWiki has a built-in keyboard-shortcut mechanism which works without installing plugins, but it only works within the text editor. The KeeBoord plugin (current stable plugin: http://keeboord.tiddlyspot.com - unstable development version: https://burningtreec.github.io/KeeBoord) lets you define your own global keyboard shortcuts. That means, you can trigger actions with your keyboard no matter if you're within the text editor or not. To create a keyboard shortcut that works with a slideshow plugin, one would have to identify the action (for example the action to go to the next slide) and put that action in a tiddler with the tag "$:/tags/KeyboardShortcut". Then that tiddler needs a field "key" with a descriptor. The descriptor should be written between (( and )) like : ((next-slide)) After that, create a tiddler "$:/config/ShortcutInfo/next-slide" , go to the ControlPanel > Keyboard Shortcuts and look for "next-slide". There you can define the key combination that triggers the "next-slide" action. hope this helps, BTC -- 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/aee86f4c-8a31-4f63-836b-94695eb5c6d2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

