Hello,
I built a slideshow for TW (It can be found and testes here: http://slidesnstories.tiddlyspot.com/#About%20the%20Presenter). My last update was a Keyboard-remote advancing the show with the space-bar. It uses the workarround of an invisible input-field which is appended below. This works in FF but not in chrome.
Can someone explain how to adapt it to work in all browsers.

Greets Jan


\define exitshow()
{{$:/plugins/JR/slides/Exit}}
<$action-deletetiddler $tiddler="$:/temp/slidemove"/>
\end
\define nextslide()
{{$:/plugins/JR/slides/nextTiddler}}
<$action-deletetiddler $tiddler="$:/temp/slidemove"/>
\end
\define nextactions()
{{$:/plugins/JR/slides/next}}
<$action-deletetiddler $tiddler="$:/temp/slidemove"/>
\end
<style>
.keyboard input{
width=250x;
background-color:transparent;
color:red;
margin-top:0px;
border:0px;
}
.keyboard input:focus{
visibility: hidden;
}
</style>
<$keyboard key="escape" actions=<<exitshow>>>
<$keyboard key="return" actions=<<nextslide>>>
<$keyboard key="space" actions=<<nextactions>>>
<span class="keyboard">
<$edit-text tiddler="$:/temp/slidemove" tag="input" default="" placeholder="Click here to activate the Keyboard" focus="yes" />
</span>
</$keyboard>
</$keyboard>
</$keyboard>

--
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/5A2EEACA.5060608%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to