As a sample, I use the below code for navigation to the next tiddler

<$navigator story="$:/StoryList" history="$:/HistoryList">

<$set name="parent" 
value={{$:/state/tiddlyshow/presentation!!current-slideshow}}>
  <$set name="currentSlide" value={{$:/state/tiddlyshow/presentation}}>
    <$list 
filter="[tag<parent>!tag[slideFooter]!tag[thumbnails]after<currentSlide>]">
      <$action-setfield $tiddler="$:/state/tiddlyshow/presentation" 
text={{!!title}} />
      <$action-navigate $to={{!!title}}/>
    </$list>
  </$set>
</$set>

</$navigator>


As you see, I myself track of each tiddler clicked or gets focus.

What do you think? Is there any seting in TW5.1.18pre for shortcuts I 
missed? Why I see the JS error window?


Thank you
Mohammad

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/27acee59-e0da-40da-a903-da8f29942e60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to