click on the orange box and use left right arrows and see title appears inside orange box
\define stateTid() state-tiddler
\define myTag() HelloThere
\define next() <$action-setfield $tiddler=<<stateTid>> text={{{ [tag<myTag>after<currentTid>] ~[tag<myTag>first[]]}}} />
\define previous() <$action-setfield $tiddler=<<stateTid>> text={{{ [tag<myTag>before[$(currentTid)$]] ~[tag<myTag>last[]] }}} />
<$wikify name=currentTid text={{{ [<stateTid>get[text]] }}}>
<$keyboard key="right" actions=<<next>> >
<$keyboard key="left" actions=<<previous>> >
<div style="border:2px solid orange; padding:5px; min-height:128px" tabindex=1>
* Current tid: <<currentTid>>
</div>
</$keyboard>
</$keyboard>
</$wikify>
What is the reason? I have to click on the orange box after every Right/Left arrow keys pressed, because the focus is lost.