home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="UTF-8"?> <GOK:accessmethodroot xmlns:GOK="http://www.gnome.org/GOK"> <GOK:accessmethod name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Options"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:"></GOK:control> <GOK:control type="label" string="(100s of a second)"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="am" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="am"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:" xml:lang="am"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:" xml:lang="am"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="am"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="am"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="am"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="am"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="am"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="am"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="am"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Options" xml:lang="am"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="am"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:" xml:lang="am"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="am"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="am"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="am"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom" xml:lang="am"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top" xml:lang="am"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right" xml:lang="am"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left" xml:lang="am"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="am"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="am"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ar" name="keyinversescanning" displayname="مسح معكوس ذي مفتاح وحيد"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="العمليّة" xml:lang="ar"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="مسح:" xml:lang="ar"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="مسح:" xml:lang="ar"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="ar"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="ar"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="المرجوع" xml:lang="ar"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="الحركة:" xml:lang="ar"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="حركة الردّ:" xml:lang="ar"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="ar"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ar"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="الخيارات" xml:lang="ar"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="تأخير المسح" xml:lang="ar"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="سرعة المسح:" xml:lang="ar"></GOK:control> <GOK:control type="label" string="(جزء في المائة من الثانبة)" xml:lang="ar"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="كسر السطور/الأعمدة" xml:lang="ar"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="اتّجاه المسح:" xml:lang="ar"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="الأعلى/الأسفل" xml:lang="ar"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="الأسفل/الأعلى" xml:lang="ar"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="اليسار/اليمين" xml:lang="ar"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="اليمين/اليسار" xml:lang="ar"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="الدورات قبل الايقاف:" xml:lang="ar"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="الدورات قبل الايقاف:" xml:lang="ar"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="az" name="keyinversescanning" displayname="Tək Düyməli Tərs Yoxlama"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Əməliyyat" xml:lang="az"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Oxuma:" xml:lang="az"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Oxuma:" xml:lang="az"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="az"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="az"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Geribildirim" xml:lang="az"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Hərəkət:" xml:lang="az"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Bildiriş Hərəkəti:" xml:lang="az"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="az"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="az"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Seçimlər" xml:lang="az"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Oxuma Gecikməsi:" xml:lang="az"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Oxuma Sürə'ti:" xml:lang="az"></GOK:control> <GOK:control type="label" string="(saniyənin 100-də biri)" xml:lang="az"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Sətir/Sütunları Qır" xml:lang="az"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Oxuma İstiqaməti:" xml:lang="az"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Üst/Alt" xml:lang="az"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Alt/Üst" xml:lang="az"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Sol/Sağ" xml:lang="az"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Sağ/Sol" xml:lang="az"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Dayanmadan Əvvəl Dövrə:" xml:lang="az"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Dayanmadan Əvvəl Dövrə:" xml:lang="az"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="be" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="be"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:" xml:lang="be"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:" xml:lang="be"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="be"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="be"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Зваротная сувязь" xml:lang="be"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="be"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="be"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="be"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="be"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Options" xml:lang="be"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="be"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:" xml:lang="be"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="be"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="be"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="be"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom" xml:lang="be"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top" xml:lang="be"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right" xml:lang="be"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left" xml:lang="be"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="be"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="be"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="bg" name="keyinversescanning" displayname="Обратно сканиране за един клавиш"> <GOK:description xml:space="preserve" xml:lang="bg">Натиснете и задръжте един клавиш, който да се сканира. Натискането на втори клавиш ще избере първия.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Операция" xml:lang="bg"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Сканиране:" xml:lang="bg"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Сканиране:" xml:lang="bg"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Задействане:" xml:lang="bg"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Задействане:" xml:lang="bg"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Обратна връзка" xml:lang="bg"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Движение:" xml:lang="bg"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Движение на обратна връзка:" xml:lang="bg"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Задействане:" xml:lang="bg"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Задействане на обратна връзка:" xml:lang="bg"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Опции" xml:lang="bg"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Забавяне на сканирането:" xml:lang="bg"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Скорост на сканиране:" xml:lang="bg"></GOK:control> <GOK:control type="label" string="(стотни от секунда)" xml:lang="bg"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Ограждане на редове/колони" xml:lang="bg"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Посока на сканиране:" xml:lang="bg"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Долу/горе" xml:lang="bg"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Дъно/Връх" xml:lang="bg"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Ляво/Дясно" xml:lang="bg"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Дясно/ляво" xml:lang="bg"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Цикли преди спиране:" xml:lang="bg"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Цикли преди спиране:" xml:lang="bg"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="bn" name="keyinversescanning" displayname="একক কী (key) দ্বারা বিপরীত স্কানিং"> <GOK:description xml:space="preserve" xml:lang="bn">স্ক্যান করার জন্য কোন একটি সুইচ টিপে ধরে রাখুন। নির্বাচন করতে অন্য কোন সুইচ টিপুন।</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="প্রক্রিয়া" xml:lang="bn"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="স্ক্যান:" xml:lang="bn"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="স্ক্যান:" xml:lang="bn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="সক্রিয় করো:" xml:lang="bn"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="সক্রিয় করো:" xml:lang="bn"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="ফিডব্যাক" xml:lang="bn"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="নড়াচড়া:" xml:lang="bn"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="ফিডব্যাক নড়াচড়া:" xml:lang="bn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="সক্রিয় করা:" xml:lang="bn"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="ফিডব্যাক সক্রিয়করণ:" xml:lang="bn"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="অপশন" xml:lang="bn"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="স্ক্যানে বিলম্ব:" xml:lang="bn"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="স্ক্যানের গতি:" xml:lang="bn"></GOK:control> <GOK:control type="label" string="(সেকেন্ডের শতাংশ ভাগ)" xml:lang="bn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="সারি/কলাম মোড়া" xml:lang="bn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="এই দিকে স্কানিং করা হবে:" xml:lang="bn"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="উপর/নিচে" xml:lang="bn"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="নিচে/উপরে" xml:lang="bn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="বাঁয়ে/ডাইনে" xml:lang="bn"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="ডাইনে/বাঁয়ে" xml:lang="bn"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="থামবার আগে যত বার:" xml:lang="bn"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="থামবার আগে যত বার:" xml:lang="bn"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="bn_IN" name="keyinversescanning" displayname="একক কী (key) দ্বারা বিপরীত স্কানিং"> <GOK:description xml:space="preserve" xml:lang="bn_IN">স্ক্যান করার জন্য কোন একটি সুইচ টিপে ধরে রাখুন। নির্বাচন করতে অন্য কোন সুইচ টিপুন।</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="প্রক্রিয়া" xml:lang="bn_IN"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="স্ক্যান:" xml:lang="bn_IN"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="স্ক্যান:" xml:lang="bn_IN"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="সক্রিয় করো:" xml:lang="bn_IN"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="সক্রিয় করো:" xml:lang="bn_IN"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="ফিডব্যাক" xml:lang="bn_IN"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="নড়াচড়া:" xml:lang="bn_IN"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="ফিডব্যাক নড়াচড়া:" xml:lang="bn_IN"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="সক্রিয় করা:" xml:lang="bn_IN"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="ফিডব্যাক সক্রিয়করণ:" xml:lang="bn_IN"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="অপশন" xml:lang="bn_IN"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="স্ক্যানে বিলম্ব:" xml:lang="bn_IN"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="স্ক্যানের গতি:" xml:lang="bn_IN"></GOK:control> <GOK:control type="label" string="(সেকেন্ডের শতাংশ ভাগ)" xml:lang="bn_IN"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="সারি/কলাম মোড়া" xml:lang="bn_IN"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="এই দিকে স্কানিং করা হবে:" xml:lang="bn_IN"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="উপর/নিচে" xml:lang="bn_IN"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="নিচে/উপরে" xml:lang="bn_IN"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="বাঁয়ে/ডাইনে" xml:lang="bn_IN"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="ডাইনে/বাঁয়ে" xml:lang="bn_IN"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="থামবার আগে যত বার:" xml:lang="bn_IN"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="থামবার আগে যত বার:" xml:lang="bn_IN"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ca" name="keyinversescanning" displayname="Escaneig invers de tecla simple"> <GOK:description xml:space="preserve" xml:lang="ca">Premeu i mantingueu un commutador per escanejar. Premeu un altre commutador per seleccionar.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operació" xml:lang="ca"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Escaneja:" xml:lang="ca"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Escaneja:" xml:lang="ca"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activa:" xml:lang="ca"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activa:" xml:lang="ca"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Retroacció" xml:lang="ca"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Moviment:" xml:lang="ca"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Moviment de la retroacció:" xml:lang="ca"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activació:" xml:lang="ca"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Activació de la retroacció:" xml:lang="ca"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Opcions" xml:lang="ca"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Retard de l'escaneig:" xml:lang="ca"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Velocitat d'escaneig:" xml:lang="ca"></GOK:control> <GOK:control type="label" string="(centèsimes de segon)" xml:lang="ca"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Ajusta les files/columnes" xml:lang="ca"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Direcció d'escaneig:" xml:lang="ca"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Superior/inferior" xml:lang="ca"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Inferior/superior" xml:lang="ca"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Esquerra/dreta" xml:lang="ca"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Dreta/esquerra" xml:lang="ca"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cicles abans d'aturar-se:" xml:lang="ca"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cicles abans d'aturar-se:" xml:lang="ca"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="cs" name="keyinversescanning" displayname="Inverzní skenování jednou klávesou"> <GOK:description xml:space="preserve" xml:lang="cs">Skenujte stisknutím a držením přepínače. Vyberte stisknutím jiného přepínače.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operace" xml:lang="cs"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Skenovat:" xml:lang="cs"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Skenovat:" xml:lang="cs"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivovat:" xml:lang="cs"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktivovat:" xml:lang="cs"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Zpětná vazba" xml:lang="cs"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Pohyb:" xml:lang="cs"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Pohyb zpětné vazby:" xml:lang="cs"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivace:" xml:lang="cs"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Aktivace zpětné vazby:" xml:lang="cs"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Možnosti" xml:lang="cs"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Zpoždění skenování:" xml:lang="cs"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Rychlost skenování:" xml:lang="cs"></GOK:control> <GOK:control type="label" string="(setiny sekundy)" xml:lang="cs"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Lámat řádky/sloupce" xml:lang="cs"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Směr skenování:" xml:lang="cs"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Dole/nahoře" xml:lang="cs"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Dole/nahoře" xml:lang="cs"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Vlevo/vpravo" xml:lang="cs"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Vpravo/vlevo" xml:lang="cs"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cyklů před zastavením:" xml:lang="cs"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cyklů před zastavením:" xml:lang="cs"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="cy" name="keyinversescanning" displayname="Archwilio Gwrthdroëdig Un Fysell"> <GOK:description xml:space="preserve" xml:lang="cy">Gwasgwch a deliwch swîts er mwyn archwilio. Gwasgwch swîts arall er mwyn dewis.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Gweithrediad" xml:lang="cy"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Archwilio:" xml:lang="cy"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Archwilio:" xml:lang="cy"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Gweithredu:" xml:lang="cy"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Gweithredu:" xml:lang="cy"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Adborth" xml:lang="cy"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Symudiad:" xml:lang="cy"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Adborth Symudiad:" xml:lang="cy"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Gweithredu:" xml:lang="cy"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Adborth Gweithredu:" xml:lang="cy"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Dewisiadau" xml:lang="cy"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Oediad Archwilio:" xml:lang="cy"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Cyflymder Archwilio" xml:lang="cy"></GOK:control> <GOK:control type="label" string="(Canfedau o eiliad)" xml:lang="cy"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Amlapio Rhesi/Colofnau" xml:lang="cy"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Cyfeiriad Archwilio:" xml:lang="cy"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Gwaelod" xml:lang="cy"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Gwaelod/Top" xml:lang="cy"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Chwith/Dde" xml:lang="cy"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Dde/Chwith" xml:lang="cy"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cylchedau Cyn Stopio" xml:lang="cy"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cylchedau Cyn Stopio" xml:lang="cy"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="da" name="keyinversescanning" displayname="Invers skanning med én tast"> <GOK:description xml:space="preserve" xml:lang="da">Tryk og hold en knap nede for at skanne. Tryk på en anden knap for at vælge.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Handling" xml:lang="da"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Skan:" xml:lang="da"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Skan:" xml:lang="da"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivér:" xml:lang="da"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktivér:" xml:lang="da"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="da"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Bevægelse:" xml:lang="da"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedbackbevægelse:" xml:lang="da"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivering:" xml:lang="da"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback-aktivering:" xml:lang="da"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Indstillinger" xml:lang="da"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Skanningsventetid:" xml:lang="da"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Skanningshastighed:" xml:lang="da"></GOK:control> <GOK:control type="label" string="(hundreddele af et sekund)" xml:lang="da"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Ombryd rækker/kolonner" xml:lang="da"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Skanningsretning:" xml:lang="da"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/bund" xml:lang="da"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bund/top" xml:lang="da"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Venstre/højre" xml:lang="da"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Højre/venstre" xml:lang="da"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cyklusser før stop:" xml:lang="da"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cyklusser før stop:" xml:lang="da"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="de" name="keyinversescanning" displayname="Umgekehrtes Abfragen einzelner Tasten"> <GOK:description xml:space="preserve" xml:lang="de">Dürcken Sie einen Schalter und halten Sie ihn zum Abfragen gedrückt. Drücken Sie einen anderen Schalter zum Auswählen.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Aktion" xml:lang="de"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Abfragen:" xml:lang="de"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Abfragen:" xml:lang="de"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivieren:" xml:lang="de"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktivieren:" xml:lang="de"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Rückmeldung" xml:lang="de"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Bewegung:" xml:lang="de"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Rückmeldungsbewegung:" xml:lang="de"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivierung:" xml:lang="de"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Rückmeldungsaktivierung:" xml:lang="de"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Einstellungen" xml:lang="de"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Abfrageverzögerung:" xml:lang="de"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Abfragegeschwindigkeit:" xml:lang="de"></GOK:control> <GOK:control type="label" string="(tausendstel Sekunden)" xml:lang="de"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Zeilen/Spalten umklappen" xml:lang="de"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Abfragerichtung:" xml:lang="de"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Oben/Unten" xml:lang="de"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Unten/Oben" xml:lang="de"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Links/Rechts" xml:lang="de"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Rechts/Links" xml:lang="de"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Durchgänge vor Anhalten:" xml:lang="de"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Durchgänge vor Anhalten:" xml:lang="de"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="dz" name="keyinversescanning" displayname="ལྡེ་མིག་རྐྱང་པོའི་ ལུགས་ལྡོག་ཞིབ་ལྟ།"> <GOK:description xml:space="preserve" xml:lang="dz">ཞིབ་ལྟ་གི་དོན་ལུ་ སོར་བསྒྱུར་ཅིག་ ཨེབ་སྟེ་འཆང་། སེལ་འཐུའི་དོན་ལུ་ སོར་བསྒྱུར་གཞན་མི་ཅིག་ཨེབ།</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="བཀོལ་སྤྱོད།" xml:lang="dz"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="ཞིབ་ལྟ་:།" xml:lang="dz"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="ཞིབ་ལྟ་:།" xml:lang="dz"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="ཤུགས་ལྡན་བཟོ་:" xml:lang="dz"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="ཤུགས་ལྡན་བཟོ་:" xml:lang="dz"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="བསམ་ལན།" xml:lang="dz"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="བསྒུལ་བསྐྱོད་:།" xml:lang="dz"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="བསམ་ལན་ བསྒུལ་བསྐྱོད་:།" xml:lang="dz"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="ཤུགས་བཟོ་:" xml:lang="dz"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="བསམ་ལན་ཤུགས་བཟོ།" xml:lang="dz"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="གདམ་ཁ་ཚུ།" xml:lang="dz"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="ཞིབ་ལྟ་ཕྱིར་འགྱངས་:།" xml:lang="dz"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="ཞིབ་ལྟའི་མགྱོགས་ཚད་:།" xml:lang="dz"></GOK:control> <GOK:control type="label" string="སྐར་ཆ་ཅིག་གི་༡༠༠།" xml:lang="dz"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="གྲལ་ཐིག་/ཀེར་ཐིག་ཚུ་ ལོག་མཚམས་བཟོ།" xml:lang="dz"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="ཞིབ་ལྟའི་ཁ་ཕྱོགས་:།" xml:lang="dz"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="མགོ་/མཇུག" xml:lang="dz"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="མཇུག་/མགོ།" xml:lang="dz"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="གཡོན་/གཡས།" xml:lang="dz"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="གཡས་/གཡོན།" xml:lang="dz"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="མཚམས་འཇོག་མ་འབད་བའི་སྔོན་མ་བསྐྱར་འཁོར།" xml:lang="dz"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="མཚམས་འཇོག་མ་འབད་བའི་སྔོན་མ་བསྐྱར་འཁོར།" xml:lang="dz"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="el" name="keyinversescanning" displayname="Αντίστροφη Σάρωση με Ένα Πλήκτρο"> <GOK:description xml:space="preserve" xml:lang="el">Πατήστε και κρατήστε έναν διακόπτη για σάρωση. Πατήστε έναν άλλο διακόπτη για επιλογή.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Λειτουργία" xml:lang="el"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Σάρωση:" xml:lang="el"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Σάρωση:" xml:lang="el"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Ενεργοποίηση:" xml:lang="el"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Ενεργοποίηση:" xml:lang="el"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Ανάδραση" xml:lang="el"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Κίνηση:" xml:lang="el"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Κίνηση Ανάδρασης:" xml:lang="el"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Ενεργοποίηση:" xml:lang="el"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Ενεργοποίηση Ανάδρασης:" xml:lang="el"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Επιλογές" xml:lang="el"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Καθυστέρηση Σάρωσης:" xml:lang="el"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Ταχύτητα Σάρωσης:" xml:lang="el"></GOK:control> <GOK:control type="label" string="(εκατοστά του δευτερολέπτου)" xml:lang="el"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Αναδίπλωση Γραμμών/Στηλών" xml:lang="el"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Κατεύθυνση Σάρωσης:" xml:lang="el"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Πάνω/Κάτω" xml:lang="el"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Κάτω/Πάνω" xml:lang="el"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Αριστερά/Δεξιά" xml:lang="el"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Δεξιά/Αριστερά" xml:lang="el"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Κύκλοι πριν το σταμάτημα:" xml:lang="el"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Κύκλοι πριν το σταμάτημα:" xml:lang="el"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="en_CA" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve" xml:lang="en_CA">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="en_CA"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:" xml:lang="en_CA"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:" xml:lang="en_CA"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="en_CA"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="en_CA"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="en_CA"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="en_CA"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="en_CA"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="en_CA"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="en_CA"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Options" xml:lang="en_CA"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="en_CA"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:" xml:lang="en_CA"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="en_CA"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="en_CA"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="en_CA"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom" xml:lang="en_CA"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top" xml:lang="en_CA"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right" xml:lang="en_CA"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left" xml:lang="en_CA"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="en_CA"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="en_CA"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="en_GB" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve" xml:lang="en_GB">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="en_GB"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:" xml:lang="en_GB"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:" xml:lang="en_GB"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="en_GB"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="en_GB"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="en_GB"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="en_GB"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="en_GB"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="en_GB"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="en_GB"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Options" xml:lang="en_GB"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="en_GB"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:" xml:lang="en_GB"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="en_GB"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="en_GB"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="en_GB"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom" xml:lang="en_GB"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top" xml:lang="en_GB"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right" xml:lang="en_GB"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left" xml:lang="en_GB"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="en_GB"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="en_GB"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="es" name="keyinversescanning" displayname="Rastreo inverso de tecla simple"> <GOK:description xml:space="preserve" xml:lang="es">Pulse y mantenga presionado un conmutador para rastrear. Presione otro conmutador para seleccionar.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operación" xml:lang="es"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Rastreo:" xml:lang="es"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Rastreo:" xml:lang="es"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activar:" xml:lang="es"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activar:" xml:lang="es"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Retroalimentación" xml:lang="es"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movimiento:" xml:lang="es"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Movimiento de realimentación:" xml:lang="es"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activación:" xml:lang="es"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Activación de realimentación:" xml:lang="es"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Opciones" xml:lang="es"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Retardo del rastreo:" xml:lang="es"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Velocidad del rastreo:" xml:lang="es"></GOK:control> <GOK:control type="label" string="(100a de un segundo)" xml:lang="es"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Ajustar las filas/columnas" xml:lang="es"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Dirección del rastreo:" xml:lang="es"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Superior/Inferior" xml:lang="es"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Inferior/Superior" xml:lang="es"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Izquierda/Derecha" xml:lang="es"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Derecha/Izquierda" xml:lang="es"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Ciclos antes de detenerse:" xml:lang="es"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Ciclos antes de detenerse:" xml:lang="es"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="et" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="et"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:" xml:lang="et"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:" xml:lang="et"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="et"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="et"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Tagasiside" xml:lang="et"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="et"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="et"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktiveerimine:" xml:lang="et"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Tagasiside aktiveerimine:" xml:lang="et"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Valikud" xml:lang="et"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="et"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:" xml:lang="et"></GOK:control> <GOK:control type="label" string="(sekundisajandikku)" xml:lang="et"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="et"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="et"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom" xml:lang="et"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top" xml:lang="et"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right" xml:lang="et"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left" xml:lang="et"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="et"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="et"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="eu" name="keyinversescanning" displayname="Tekla bakarreko atzekoz aurrerako eskaneatzea"> <GOK:description xml:space="preserve" xml:lang="eu">Sakatu eta eduki sakatuta kommutadore bat eskaneatzeko. Sakatu beste kommutadore bat hautatzeko.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Eragiketa" xml:lang="eu"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Eskaneatu:" xml:lang="eu"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Eskaneatu:" xml:lang="eu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktibatu:" xml:lang="eu"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktibatu:" xml:lang="eu"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Berrelikadura" xml:lang="eu"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Mugimendua:" xml:lang="eu"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Berrelikaduraren mugimendua:" xml:lang="eu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktibatzea:" xml:lang="eu"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Berrelikaduraren aktibazioa:" xml:lang="eu"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Aukerak" xml:lang="eu"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Eskaneatzearen atzerapena:" xml:lang="eu"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Eskaneatze-abiadura:" xml:lang="eu"></GOK:control> <GOK:control type="label" string="(segundo-ehunena)" xml:lang="eu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Doitu errenkadak/zutabeak" xml:lang="eu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Eskaneatzeko noranzkoa:" xml:lang="eu"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Goikoa/Behekoa" xml:lang="eu"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Behekoa/Goikoa" xml:lang="eu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Ezkerra/Eskuina" xml:lang="eu"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Eskuina/Ezkerra" xml:lang="eu"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Gelditu aurreko zikloak:" xml:lang="eu"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Gelditu aurreko zikloak:" xml:lang="eu"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="fa" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve" xml:lang="fa">فشردن و نگه داشتن سوییچ برای پویش. نگه داشتن سوییچ دیگر برای انتخاب</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="عملیات" xml:lang="fa"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="پویش:" xml:lang="fa"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="پویش:" xml:lang="fa"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="فعال کردن:" xml:lang="fa"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="فعال کردن:" xml:lang="fa"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="بازخورد" xml:lang="fa"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="جابه‌جایی:" xml:lang="fa"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="جابه‌جایی بازخورد:" xml:lang="fa"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="فعال‌سازی:" xml:lang="fa"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="فعال‌سازی بازخورد:" xml:lang="fa"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="گزینه‌ها" xml:lang="fa"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="تأخیر پویش:" xml:lang="fa"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="سرعت پویش:" xml:lang="fa"></GOK:control> <GOK:control type="label" string="(صدم ثانیه)" xml:lang="fa"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="پیچیدن سطرها/ستون‌ها" xml:lang="fa"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="جهت پویش:" xml:lang="fa"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="یالا/پایین" xml:lang="fa"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="پایین/بالا" xml:lang="fa"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="چپ/راست" xml:lang="fa"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="راست/چپ" xml:lang="fa"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="تعداد دور‌ها قبل از توقف:" xml:lang="fa"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="تعداد دور‌ها قبل از توقف:" xml:lang="fa"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="fi" name="keyinversescanning" displayname="Yhden näppäimen käänteinen skannaus"> <GOK:description xml:space="preserve" xml:lang="fi">Paina ja pidä pohjassa kytkintä skannataksesi. Valitse painamalla toista kytkintä.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Toimenpide" xml:lang="fi"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Skannaa:" xml:lang="fi"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Skannaa:" xml:lang="fi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivoi:" xml:lang="fi"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktivoi:" xml:lang="fi"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Palaute" xml:lang="fi"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Liike:" xml:lang="fi"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Palautteen liike:" xml:lang="fi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivointi:" xml:lang="fi"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Palautteen aktivointi:" xml:lang="fi"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Vaihtoehdot" xml:lang="fi"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Skannauksen viive:" xml:lang="fi"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Skannauksen nopeus:" xml:lang="fi"></GOK:control> <GOK:control type="label" string="(sekunnin sadasosia)" xml:lang="fi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Rivitä rivit/sarakkeet" xml:lang="fi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Skannauksen suunta:" xml:lang="fi"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Ylös/Alas" xml:lang="fi"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Alas/Ylös" xml:lang="fi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Vasen/Oikea" xml:lang="fi"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Oikea/Vasen" xml:lang="fi"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Kierroksia ennen pysähtymistä:" xml:lang="fi"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Kierroksia ennen pysähtymistä:" xml:lang="fi"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="fr" name="keyinversescanning" displayname="Balayage inversé avec une seule touche"> <GOK:description xml:space="preserve" xml:lang="fr">Pressez et maintenez une bascule pour démarrer le balayage. Pressez une autre bascule pour sélectionner</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Opération" xml:lang="fr"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Balayage :" xml:lang="fr"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Balayage :" xml:lang="fr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activer :" xml:lang="fr"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activer :" xml:lang="fr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Rétroactions" xml:lang="fr"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Sur un mouvement :" xml:lang="fr"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Mouvement de rétroaction :" xml:lang="fr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation :" xml:lang="fr"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Activation la rétroaction :" xml:lang="fr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Options" xml:lang="fr"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Délai sur chaque touche :" xml:lang="fr"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Vitesse de balayage :" xml:lang="fr"></GOK:control> <GOK:control type="label" string="(centièmes de seconde)" xml:lang="fr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Couper les lignes/colonnes" xml:lang="fr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Direction du balayage :" xml:lang="fr"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Haut/Bas" xml:lang="fr"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bas/Haut" xml:lang="fr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Gauche/Droite" xml:lang="fr"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Droite/Gauche" xml:lang="fr"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles avant l'arrêt :" xml:lang="fr"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles avant l'arrêt :" xml:lang="fr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ga" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="ga"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:" xml:lang="ga"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:" xml:lang="ga"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="ga"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="ga"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="ga"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="ga"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="ga"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="ga"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ga"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Options" xml:lang="ga"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="ga"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:" xml:lang="ga"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="ga"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="ga"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="ga"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom" xml:lang="ga"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top" xml:lang="ga"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right" xml:lang="ga"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left" xml:lang="ga"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="ga"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="ga"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="gl" name="keyinversescanning" displayname="Rastreo inverso de tecla sinxela"> <GOK:description xml:space="preserve" xml:lang="gl">Prema e manteña preso un interruptor para rastrear. Prema outro interruptor para seleccionar.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operación" xml:lang="gl"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Rastreo:" xml:lang="gl"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Rastreo:" xml:lang="gl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activar:" xml:lang="gl"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activar:" xml:lang="gl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Retroalimentación" xml:lang="gl"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movemento:" xml:lang="gl"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Movemento de realimentación:" xml:lang="gl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activación:" xml:lang="gl"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Activación de realimentación:" xml:lang="gl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Opcións" xml:lang="gl"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Retardo do análise:" xml:lang="gl"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Velocidade do análise:" xml:lang="gl"></GOK:control> <GOK:control type="label" string="(100s dun segundo)" xml:lang="gl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Axustar as Ringleiras/Columnas" xml:lang="gl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Dirección do análise:" xml:lang="gl"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Superior/Inferior" xml:lang="gl"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Inferior/Superior" xml:lang="gl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Esquerda/Dereita" xml:lang="gl"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Dereita/Esquerda" xml:lang="gl"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Ciclos antes de deterse:" xml:lang="gl"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Ciclos antes de deterse:" xml:lang="gl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="gu" name="keyinversescanning" displayname="એક કીથી ઉલટી દિશામાં જુઓ"> <GOK:description xml:space="preserve" xml:lang="gu">જોવા માટે સ્વીચ દબાવો પછી પકડી રાખો. પસંદ કરવા માટે બીજી સ્વીચ દબાવો.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="પ્રક્રિયા" xml:lang="gu"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="જુઓ:" xml:lang="gu"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="જુઓ:" xml:lang="gu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="સક્રિય કરો:" xml:lang="gu"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="સક્રિય કરો:" xml:lang="gu"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="પ્રતિભાવ" xml:lang="gu"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="ચાલ:" xml:lang="gu"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="પ્રતિભાવની ચાલ:" xml:lang="gu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="સક્રિયકરણ:" xml:lang="gu"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="વળતર સક્રિયકરણ:" xml:lang="gu"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="વિકલ્પો" xml:lang="gu"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="જોવાનો વિલંબ:" xml:lang="gu"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="જોવાની ઝડપ:" xml:lang="gu"></GOK:control> <GOK:control type="label" string="(સેકન્ડનો સોમો ભાગ)" xml:lang="gu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="હરોળો/સ્તંભો લપેટો" xml:lang="gu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="જોવાની દિશા:" xml:lang="gu"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="ઉપર/નીચે" xml:lang="gu"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="નીચે/ઉપર" xml:lang="gu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="ડાબુ/જમણુ" xml:lang="gu"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="જમણુ/ડાબુ" xml:lang="gu"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="અટકવા પહેલાના ચક્રો:" xml:lang="gu"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="અટકવા પહેલાના ચક્રો:" xml:lang="gu"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="hi" name="keyinversescanning" displayname="एकल कुंजी उल्टा स्कैनिंग"> <GOK:description xml:space="preserve" xml:lang="hi">स्कैन करने हेतु एक स्विच दबाए रखें. अन्य स्विच को चुनने हेतु दबाएँ.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="ऑपरेशन" xml:lang="hi"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="स्केन:" xml:lang="hi"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="स्केन:" xml:lang="hi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="सक्रिय करें:" xml:lang="hi"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="सक्रिय करें:" xml:lang="hi"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="फ़ीडबैक" xml:lang="hi"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="गतिविधि:" xml:lang="hi"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="फ़ीडबैक गतिविधि:" xml:lang="hi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="सक्रिय करें:" xml:lang="hi"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="फ़ीडबैक सक्रियकरण:" xml:lang="hi"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="विकल्प" xml:lang="hi"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="स्केन देरीः" xml:lang="hi"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="स्केन गति:" xml:lang="hi"></GOK:control> <GOK:control type="label" string="(सेकण्ड का 100s)" xml:lang="hi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="पंक्ति/स्तम्भ व्रैप करें" xml:lang="hi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="स्केनिंग दिशा:" xml:lang="hi"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="शीर्ष/तल" xml:lang="hi"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="शीर्ष/तल" xml:lang="hi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="बायाँ/दायाँ" xml:lang="hi"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="दायाँ/बायाँ" xml:lang="hi"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="बन्द होने से पहले चक्र:" xml:lang="hi"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="बन्द होने से पहले चक्र:" xml:lang="hi"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="hr" name="keyinversescanning" displayname="Izvodi se obrnuto pretraživanje tipki"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operacija" xml:lang="hr"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Pretraži:" xml:lang="hr"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Pretraži:" xml:lang="hr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="hr"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="hr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Odgovor" xml:lang="hr"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Pomicanje:" xml:lang="hr"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Kretnja povratne veze:" xml:lang="hr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="hr"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="hr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Odrednice" xml:lang="hr"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Odgoda ispitivanja:" xml:lang="hr"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Brzina pretraživanja:" xml:lang="hr"></GOK:control> <GOK:control type="label" string="(100-tinke sekunde)" xml:lang="hr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Omotaj retke/stupce" xml:lang="hr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Smjer pretraživanja:" xml:lang="hr"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Vrh/dno" xml:lang="hr"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Dno/vrh" xml:lang="hr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Lijevo/Desno" xml:lang="hr"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Desno/lijevo" xml:lang="hr"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Ciklusa prije zaustavljanja:" xml:lang="hr"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Ciklusa prije zaustavljanja:" xml:lang="hr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="hu" name="keyinversescanning" displayname="Egy billentyű fordított keresése"> <GOK:description xml:space="preserve" xml:lang="hu">Tartson lenyomva egy kapcsolót a kereséshez. Nyomjon meg egy másikat az aktiváláshoz.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Működés" xml:lang="hu"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Keresés:" xml:lang="hu"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Keresés:" xml:lang="hu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktiválás:" xml:lang="hu"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktiválás:" xml:lang="hu"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Visszajelzés" xml:lang="hu"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Mozgás:" xml:lang="hu"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Mozgás visszajelzése:" xml:lang="hu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktiválás:" xml:lang="hu"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Visszajelzés aktiválása:" xml:lang="hu"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Beállítások" xml:lang="hu"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Keresési késleltetés:" xml:lang="hu"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Keresési sebesség:" xml:lang="hu"></GOK:control> <GOK:control type="label" string="(századmásodperc)" xml:lang="hu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Sorok/oszlopok tördelése" xml:lang="hu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Keresés iránya:" xml:lang="hu"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Fent/lent" xml:lang="hu"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Lent/fent" xml:lang="hu"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Balra/jobbra" xml:lang="hu"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Jobbra/balra" xml:lang="hu"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Léptetés leállítás előtt:" xml:lang="hu"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Léptetés leállítás előtt:" xml:lang="hu"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="id" name="keyinversescanning" displayname="Pemindaian Terbalik Tombol Tunggal"> <GOK:description xml:space="preserve" xml:lang="id">Tekan dan tahan sebuah saklar untuk memindai. Tekan saklar yang lain untuk memilih.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operasi" xml:lang="id"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Pindai:" xml:lang="id"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Pindai:" xml:lang="id"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktifkan:" xml:lang="id"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktifkan:" xml:lang="id"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Umpan balik" xml:lang="id"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Pergerakan:" xml:lang="id"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Pergerakan UmpanBalik:" xml:lang="id"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Pengaktifan:" xml:lang="id"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Pengaktifan Umpan Balik:" xml:lang="id"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Pilihan" xml:lang="id"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Jeda Pemindaian:" xml:lang="id"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Kecepatan Pemindaian:" xml:lang="id"></GOK:control> <GOK:control type="label" string="(100 dari sedetik)" xml:lang="id"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Potong Baris/Kolom" xml:lang="id"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Arah Pemindaian:" xml:lang="id"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Atas/Bawah" xml:lang="id"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bawah/Atas" xml:lang="id"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Kiri/Kanan" xml:lang="id"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Kanan/Kiri" xml:lang="id"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Putaran Sebelum Berhenti:" xml:lang="id"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Putaran Sebelum Berhenti:" xml:lang="id"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="it" name="keyinversescanning" displayname="Scansione inversa con tasto singolo"> <GOK:description xml:space="preserve" xml:lang="it">Premere e tenere premuto un selettore per fare la scansione. Premere un altro selettore per selezionare.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operazione" xml:lang="it"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scansione:" xml:lang="it"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scansione:" xml:lang="it"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Attivare:" xml:lang="it"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Attivare:" xml:lang="it"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="it"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movimento:" xml:lang="it"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback di movimento:" xml:lang="it"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Attivazione:" xml:lang="it"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback di attivazione:" xml:lang="it"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Opzioni" xml:lang="it"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Ritardo di scansione:" xml:lang="it"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Velocità di scansione:" xml:lang="it"></GOK:control> <GOK:control type="label" string="(centesimi di secondo)" xml:lang="it"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Ricomincia righe/colonne" xml:lang="it"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Direzione di scansione:" xml:lang="it"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Alto/Basso" xml:lang="it"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Basso/Alto" xml:lang="it"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Sinistra/Destra" xml:lang="it"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Destra/Sinistra" xml:lang="it"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cicli prima di fermarsi:" xml:lang="it"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cicli prima di fermarsi:" xml:lang="it"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ja" name="keyinversescanning" displayname="シングル・キー逆方向スキャン"> <GOK:description xml:space="preserve" xml:lang="ja">スイッチを押したままにするとスキャンします。他のスイッチを押して選択します。</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="オペレーション" xml:lang="ja"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="スキャン:" xml:lang="ja"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="スキャン:" xml:lang="ja"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="実行:" xml:lang="ja"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="実行:" xml:lang="ja"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="フィードバック" xml:lang="ja"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="通知:" xml:lang="ja"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="フィードバックの通知:" xml:lang="ja"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="実行:" xml:lang="ja"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="活性化のフィードバック:" xml:lang="ja"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="オプション" xml:lang="ja"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="スキャンの遅延:" xml:lang="ja"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="スキャンの速さ:" xml:lang="ja"></GOK:control> <GOK:control type="label" string="(1/100秒単位)" xml:lang="ja"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="行/列をラップする" xml:lang="ja"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="スキャンする方向:" xml:lang="ja"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="上→下" xml:lang="ja"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="下→上" xml:lang="ja"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="左→右" xml:lang="ja"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="右→左" xml:lang="ja"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="停止するまでのサイクル数:" xml:lang="ja"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="停止するまでのサイクル数:" xml:lang="ja"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ka" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="ოპერაცია" xml:lang="ka"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="სკანირება:" xml:lang="ka"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="სკანირება:" xml:lang="ka"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="აქტივირება:" xml:lang="ka"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="აქტივირება:" xml:lang="ka"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="ka"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="ka"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="ka"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="ka"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ka"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="ოფციები" xml:lang="ka"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="სკანირების დაყოვნება:" xml:lang="ka"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="სკანირების სიჩქარე:" xml:lang="ka"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="ka"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="ka"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="ka"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="ზემოთ/ქვემოთ" xml:lang="ka"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="ქვემოთ/ზემოთ" xml:lang="ka"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="მარცხნივ/მარჯვნივ" xml:lang="ka"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="მარჯვნივ/მარცხნივ" xml:lang="ka"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="ka"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="ka"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ko" name="keyinversescanning" displayname="단일 키 반대 찾기"> <GOK:description xml:space="preserve" xml:lang="ko">찾으려면 스위치를 누르고 계십시오. 선택하려면 다른 스위치를 누르십시오.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="동작" xml:lang="ko"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="찾기:" xml:lang="ko"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="찾기:" xml:lang="ko"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="활성화:" xml:lang="ko"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="활성화:" xml:lang="ko"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="알림 반응" xml:lang="ko"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="움직임:" xml:lang="ko"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="알림 반응 움직임:" xml:lang="ko"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="활성화:" xml:lang="ko"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="알림 반응 활성화:" xml:lang="ko"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="옵션" xml:lang="ko"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="찾기 지연 시간:" xml:lang="ko"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="찾기 속도:" xml:lang="ko"></GOK:control> <GOK:control type="label" string="(백분의 일초)" xml:lang="ko"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="열/행의 끝까지 가면 처음부터" xml:lang="ko"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="찾기 방향:" xml:lang="ko"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="위/아래" xml:lang="ko"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="아래/위" xml:lang="ko"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="왼쪽/오른쪽" xml:lang="ko"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="오른쪽/왼쪽" xml:lang="ko"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="멈추지 않고 처음부터 반복:" xml:lang="ko"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="멈추지 않고 처음부터 반복:" xml:lang="ko"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ku" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="ku"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:" xml:lang="ku"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:" xml:lang="ku"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Çalak bike:" xml:lang="ku"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Çalak bike:" xml:lang="ku"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="ku"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="ku"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="ku"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="ku"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ku"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Options" xml:lang="ku"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="ku"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:" xml:lang="ku"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="ku"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="ku"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="ku"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom" xml:lang="ku"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top" xml:lang="ku"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right" xml:lang="ku"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left" xml:lang="ku"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="ku"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="ku"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="lt" name="keyinversescanning" displayname="Vieno klavišo inversinis skanavimas"> <GOK:description xml:space="preserve" xml:lang="lt">Norėdami pradėti skanavimą paspauskite ir laikykite jungiklį. Norėdami pasirinkti paspauskite kitą jungiklį.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operacija" xml:lang="lt"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Skanuoti:" xml:lang="lt"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Skanuoti:" xml:lang="lt"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktyvuoti:" xml:lang="lt"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktyvuoti:" xml:lang="lt"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Reakcija" xml:lang="lt"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Judėjimas:" xml:lang="lt"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Reakcijos judėjimas:" xml:lang="lt"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktyvacija:" xml:lang="lt"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Reakcijos aktyvacija:" xml:lang="lt"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Nustatymai" xml:lang="lt"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Skanavimo uždelsimas:" xml:lang="lt"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Skanavimo greitis" xml:lang="lt"></GOK:control> <GOK:control type="label" string="(100-osios sekundės dalys)" xml:lang="lt"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Pažymėti eilutes/stulpelius" xml:lang="lt"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Skanavimo kryptis:" xml:lang="lt"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Viršus/Apačia" xml:lang="lt"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Apačia/Viršus" xml:lang="lt"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Kairė/Dešinė" xml:lang="lt"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Dešinė/Kairė" xml:lang="lt"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Ciklai prieš sustojant:" xml:lang="lt"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Ciklai prieš sustojant:" xml:lang="lt"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="lv" name="keyinversescanning" displayname="Vienkārša atslēga apgrieztai skanēšanai"> <GOK:description xml:space="preserve" xml:lang="lv">Nozpiest un turēt slēdzi lai slanētu. Spiest otru slēdzi lai izvēlētos.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operācija" xml:lang="lv"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Skenēt:" xml:lang="lv"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Skenēt:" xml:lang="lv"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivizēt:" xml:lang="lv"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktivizēt:" xml:lang="lv"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Atgriezeniskā saite" xml:lang="lv"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Pārvietošana:" xml:lang="lv"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Atgriezeniskās saites pārvietošana:" xml:lang="lv"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivizēšana:" xml:lang="lv"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Atgriezeniskās saites aktivizēšana:" xml:lang="lv"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Izvēle" xml:lang="lv"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Skanēšanas aizkave:" xml:lang="lv"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Skanēšanas ātrums:" xml:lang="lv"></GOK:control> <GOK:control type="label" string="(100s no sekundes)" xml:lang="lv"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Pārnest rindas/kolonnas" xml:lang="lv"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Skanēšanas virziens:" xml:lang="lv"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Virsotnē/Apakšā" xml:lang="lv"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Apakšā/Virsotnē" xml:lang="lv"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Kreisais/Labais" xml:lang="lv"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Labais/Kreisais" xml:lang="lv"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Ieiet ciklā pirms apstāšanās:" xml:lang="lv"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Ieiet ciklā pirms apstāšanās:" xml:lang="lv"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="mk" name="keyinversescanning" displayname="Обратно скенирање со едно копче"> <GOK:description xml:space="preserve" xml:lang="mk">Притиснете и задржете го копчето за да скенирате. Притиснете друго копче за да изберете.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Операција" xml:lang="mk"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Скенирај:" xml:lang="mk"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Скенирај:" xml:lang="mk"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Активирај:" xml:lang="mk"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Активирај:" xml:lang="mk"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Повратна информација" xml:lang="mk"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Движење:" xml:lang="mk"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Движење на повратната информација:" xml:lang="mk"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Активирање:" xml:lang="mk"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Активирање на повратната информација:" xml:lang="mk"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Опции" xml:lang="mk"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Застој при скенирање:" xml:lang="mk"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Брзина на скенирање:" xml:lang="mk"></GOK:control> <GOK:control type="label" string="(стотинки)" xml:lang="mk"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Завиткај редови/колони" xml:lang="mk"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Правец на скенирање:" xml:lang="mk"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Горе/Долу" xml:lang="mk"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Долу/Горе" xml:lang="mk"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Лево/Десно" xml:lang="mk"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Десно/Лево" xml:lang="mk"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Циклуси пред да стопира:" xml:lang="mk"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Циклуси пред да стопира:" xml:lang="mk"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ml" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="ml"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:" xml:lang="ml"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:" xml:lang="ml"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="ml"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="ml"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="ml"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="ml"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="ml"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="ml"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ml"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Options" xml:lang="ml"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="ml"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:" xml:lang="ml"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="ml"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="ml"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="ml"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom" xml:lang="ml"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top" xml:lang="ml"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right" xml:lang="ml"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left" xml:lang="ml"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="ml"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="ml"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="mn" name="keyinversescanning" displayname="Нэг товчилуулаар урвуулсан цохилт"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Үйлдэл" xml:lang="mn"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Шалгах:" xml:lang="mn"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Шалгах:" xml:lang="mn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="mn"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="mn"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Санал хүсэлт" xml:lang="mn"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Шилжүүлэлт:" xml:lang="mn"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Санал хүсэлт шилжүүлэлт:" xml:lang="mn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="mn"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="mn"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Сонголтууд" xml:lang="mn"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Шалгах хүлээлт:" xml:lang="mn"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Шалгах хурд:" xml:lang="mn"></GOK:control> <GOK:control type="label" string="(секундын зуу)" xml:lang="mn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Мөр/Багана таслах" xml:lang="mn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Шалгах чиглэл:" xml:lang="mn"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Дээд/Доод" xml:lang="mn"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Доод/Дээд" xml:lang="mn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Зүүн/Баруун" xml:lang="mn"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Баруун/Зүүн" xml:lang="mn"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Зосохын өмнөх цикл:" xml:lang="mn"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Зосохын өмнөх цикл:" xml:lang="mn"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="mr" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="ऑपरेशन" xml:lang="mr"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="स्कॅन:" xml:lang="mr"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="स्कॅन:" xml:lang="mr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="कार्यान्वित करा:" xml:lang="mr"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="कार्यान्वित करा:" xml:lang="mr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="प्रतिसाद" xml:lang="mr"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="हलवाहलव:" xml:lang="mr"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="प्रतिसाद हलवाहलव:" xml:lang="mr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="कार्यान्वितीकरण:" xml:lang="mr"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="प्रतिसाद कार्यान्वितीकरण:" xml:lang="mr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="पर्याय" xml:lang="mr"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="mr"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="स्कॅन वेग:" xml:lang="mr"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="mr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="व्रॅप रांगा/स्तंभ" xml:lang="mr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="स्कॅनिंग दिशा:" xml:lang="mr"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="टॉप/तळ" xml:lang="mr"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="तळ/टॉप" xml:lang="mr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="डावी/उजवी" xml:lang="mr"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="उजवी/डावी" xml:lang="mr"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="mr"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="mr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ms" name="keyinversescanning" displayname="Imbasan Songsang Kekunci Tunggal"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="ms"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:" xml:lang="ms"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:" xml:lang="ms"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="ms"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="ms"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Maklumbalas" xml:lang="ms"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="ms"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="ms"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="ms"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ms"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Options" xml:lang="ms"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="ms"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:" xml:lang="ms"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="ms"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="ms"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="ms"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom" xml:lang="ms"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top" xml:lang="ms"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right" xml:lang="ms"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left" xml:lang="ms"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="ms"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="ms"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="nb" name="keyinversescanning" displayname="Omvendt søking med én tast"> <GOK:description xml:space="preserve" xml:lang="nb">Trykk og hold en knapp for å søke. Trykk en annen knapp for å velge.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operasjon" xml:lang="nb"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Søk:" xml:lang="nb"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Søk:" xml:lang="nb"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktiver:" xml:lang="nb"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktiver:" xml:lang="nb"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Tilbakemelding" xml:lang="nb"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Flytting:" xml:lang="nb"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Flytting av tilbakemelding:" xml:lang="nb"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivering:" xml:lang="nb"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Aktivering av tilbakemelding:" xml:lang="nb"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Alternativer" xml:lang="nb"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Søkeforsinkelse:" xml:lang="nb"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Søkehastighet:" xml:lang="nb"></GOK:control> <GOK:control type="label" string="(hundredelssekund)" xml:lang="nb"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Bryd rader/kolonner" xml:lang="nb"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Søkeretning:" xml:lang="nb"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Topp/bunn" xml:lang="nb"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bunn/topp" xml:lang="nb"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Venstre/høyre" xml:lang="nb"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Høyre/venstre" xml:lang="nb"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Antall runder før stopp:" xml:lang="nb"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Antall runder før stopp:" xml:lang="nb"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ne" name="keyinversescanning" displayname="एकल किले स्क्यानिङ उल्टा गर्छ"> <GOK:description xml:space="preserve" xml:lang="ne">स्क्यानको लागी दबाउनुहोला र स्विच होल्ड गर्नुहोला । छनोटको लागी अर्को स्विच दबाउनुहोला।</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="परिचालन" xml:lang="ne"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="नियाल:" xml:lang="ne"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="नियाल:" xml:lang="ne"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="सक्रिय बनाऊ:" xml:lang="ne"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="सक्रिय बनाऊ:" xml:lang="ne"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="प्रतिक्रया" xml:lang="ne"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="चाल:" xml:lang="ne"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="चालको प्रतिक्रिया :" xml:lang="ne"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="सक्रियता :" xml:lang="ne"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="प्रतिक्रिया सक्रिय गर्न:" xml:lang="ne"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="विकल्पहरु" xml:lang="ne"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="स्क्यानमा ढिलाई:" xml:lang="ne"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="स्क्यान गति:" xml:lang="ne"></GOK:control> <GOK:control type="label" string="(प्रति सेकेन्डको १००एस)" xml:lang="ne"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="पंक्ति/स्तम्भ बेर्नुहोला ।" xml:lang="ne"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="स्क्यानको लागी निर्देशन:" xml:lang="ne"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="माथी/तल" xml:lang="ne"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="तल/माथी" xml:lang="ne"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="देब्रे/दाहिने" xml:lang="ne"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="दाहिने/देब्रे" xml:lang="ne"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="चक्र बन्द हुनु भन्दा पहिले :" xml:lang="ne"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="चक्र बन्द हुनु भन्दा पहिले :" xml:lang="ne"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="nl" name="keyinversescanning" displayname="Inverse Scanning met enkele toets"> <GOK:description xml:space="preserve" xml:lang="nl">Houd een schakelaar ingedrukt om te scannen. Druk op een andere schakelaar om te selecteren.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Bewerking" xml:lang="nl"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scannen:" xml:lang="nl"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scannen:" xml:lang="nl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activeren:" xml:lang="nl"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activeren:" xml:lang="nl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="nl"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Beweging:" xml:lang="nl"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback beweging:" xml:lang="nl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activering:" xml:lang="nl"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback activering:" xml:lang="nl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Opties" xml:lang="nl"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan-vertraging:" xml:lang="nl"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan-snelheid" xml:lang="nl"></GOK:control> <GOK:control type="label" string="(honderdsten van een seconde)" xml:lang="nl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Rijen/Kolommen lopen door" xml:lang="nl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scan-richting:" xml:lang="nl"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Boven/onder" xml:lang="nl"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Onder/Boven" xml:lang="nl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Links/Rechts" xml:lang="nl"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Rechts/Links" xml:lang="nl"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Aantal cycli voordat wordt gestopt" xml:lang="nl"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Aantal cycli voordat wordt gestopt" xml:lang="nl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="or" name="keyinversescanning" displayname="ଗୋଟିଏ ଚାବି ବିପରୀତ କ୍ରମବୀକ୍ଷଣ"> <GOK:description xml:space="preserve" xml:lang="or">କ୍ରମବୀକ୍ଷଣ କରିବା ପାଇଁ ଗୋଟିଏ ସୁଇଚକୁ ଦବାଇ ରଖନ୍ତୁ। ଚୟନ କରିବା ପାଇଁ ଆଉ ଗୋଟିଏ ସୁଇଚକୁ ଦବାନ୍ତୁ।</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="ଚାଳନା" xml:lang="or"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="କ୍ରମବୀକ୍ଷଣ କରନ୍ତୁ:" xml:lang="or"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="କ୍ରମବୀକ୍ଷଣ କରନ୍ତୁ:" xml:lang="or"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="ସକ୍ରିୟ କରନ୍ତୁ:" xml:lang="or"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="ସକ୍ରିୟ କରନ୍ତୁ:" xml:lang="or"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="ପ୍ରତିକ୍ରିୟା" xml:lang="or"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="ଗତିବିଧି:" xml:lang="or"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="ପ୍ରତିକ୍ରିୟା ଗତିବିଧି:" xml:lang="or"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="ସକ୍ରିୟଣ:" xml:lang="or"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="ପ୍ରତିକ୍ରିୟା ସକ୍ରିୟଣ:" xml:lang="or"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="ପସନ୍ଦ" xml:lang="or"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="କ୍ରମବୀକ୍ଷଣ ବିଳମ୍ବତା:" xml:lang="or"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="କ୍ରମବୀକ୍ଷଣ ଗତି:" xml:lang="or"></GOK:control> <GOK:control type="label" string="(ସେକେଣ୍ଡର 100s)" xml:lang="or"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="ଧାଡି/ସ୍ତମ୍ଭ ମାନଙ୍କୁ ଆବ୍ରୁତ କରନ୍ତୁ" xml:lang="or"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="କ୍ରମବୀକ୍ଷଣ ଦିଗ:" xml:lang="or"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="ଉପର/ତଳ" xml:lang="or"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="ତଳ/ଉପର" xml:lang="or"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="ବାମ/ଡାହାଣ" xml:lang="or"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="ଡାହାଣ/ବାମ" xml:lang="or"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="ଅଟକିବା ପୂର୍ବରୁ କେତେ ଚକ୍ର:" xml:lang="or"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="ଅଟକିବା ପୂର୍ବରୁ କେତେ ଚକ୍ର:" xml:lang="or"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="pa" name="keyinversescanning" displayname="ਇਕੱਲੀ ਸਵਿੱਚ ਉਲਟ ਜਾਂਚ"> <GOK:description xml:space="preserve" xml:lang="pa">ਜਾਂਚ ਕਰਨ ਲਈ ਦਬਾ ਕੇ ਪਕੜੋ। ਚੁਣਨ ਲਈ ਹੋਰ ਸਵਿੱਚ ਦਬਾਓ।</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="ਕਾਰਵਾਈ" xml:lang="pa"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="ਜਾਂਚ ਕਰੋ:" xml:lang="pa"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="ਜਾਂਚ ਕਰੋ:" xml:lang="pa"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="ਸਰਗਰਮ:" xml:lang="pa"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="ਸਰਗਰਮ:" xml:lang="pa"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="ਫੀਡਬੈਕ" xml:lang="pa"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="ਗਤੀ:" xml:lang="pa"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="ਫੀਡਬੈਕ ਗਤੀ:" xml:lang="pa"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="ਸਰਗਰਮ:" xml:lang="pa"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="ਫੀਡਬੈਕ ਸਰਗਰਮ:" xml:lang="pa"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="ਚੋਣ" xml:lang="pa"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="ਜਾਂਚ ਅੰਤਰਾਲ:" xml:lang="pa"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="ਜਾਂਚ ਗਤੀ:" xml:lang="pa"></GOK:control> <GOK:control type="label" string="(ਸਕਿੰਟ ਦਾ ਸੌਵਾਂ)" xml:lang="pa"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="ਕਤਾਰਾਂ/ਕਾਲਮ ਲਪੇਟੋ" xml:lang="pa"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="ਜਾਂਚ ਦਿਸ਼ਾ:" xml:lang="pa"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="ਸਿਖਰ/ਹੇਠਾਂ" xml:lang="pa"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="ਹੇਠਾਂ/ਸਿਖਰ" xml:lang="pa"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="ਖੱਬਾ/ਸੱਜਾ" xml:lang="pa"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="ਸੱਜਾ/ਖੱਬਾ" xml:lang="pa"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="ਰੁਕਣ ਤੋਂ ਬਾਅਦ ਚੱਕਰ:" xml:lang="pa"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="ਰੁਕਣ ਤੋਂ ਬਾਅਦ ਚੱਕਰ:" xml:lang="pa"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="pl" name="keyinversescanning" displayname="Jednoklawiszowe przeszukiwanie odwrotne"> <GOK:description xml:space="preserve" xml:lang="pl">Naciśnij i przytrzymaj przełącznik aby przeszukiwać. Naciśnij inny przełącznik aby wybrać.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operacja" xml:lang="pl"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Przeszukiwanie:" xml:lang="pl"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Przeszukiwanie:" xml:lang="pl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Uaktywnij:" xml:lang="pl"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Uaktywnij:" xml:lang="pl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Sprzężenie zwrotne" xml:lang="pl"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Przesunięcie:" xml:lang="pl"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Przesunięcie sprzężenia zwrotnego:" xml:lang="pl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktywacja:" xml:lang="pl"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Aktywacja sprzężenia zwrotnego:" xml:lang="pl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Opcje" xml:lang="pl"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Opóźnienie przeszukiwania:" xml:lang="pl"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Szybkość przeszukiwania:" xml:lang="pl"></GOK:control> <GOK:control type="label" string="(Setne części sekundy)" xml:lang="pl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Zawijanie wierszy/kolumn" xml:lang="pl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Kierunek przeszukiwania:" xml:lang="pl"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Góra/Dół" xml:lang="pl"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Dół/Góra" xml:lang="pl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Lewo/Prawo" xml:lang="pl"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Prawo/Lewo" xml:lang="pl"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Ilość cykli przed zatrzymaniem:" xml:lang="pl"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Ilość cykli przed zatrzymaniem:" xml:lang="pl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="pt" name="keyinversescanning" displayname="Exame Inverso de Tecla Única"> <GOK:description xml:space="preserve" xml:lang="pt">Mantenha primido um interruptor para examinar. Prima outro interruptor para seleccionar.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operação" xml:lang="pt"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Examinar:" xml:lang="pt"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Examinar:" xml:lang="pt"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activar:" xml:lang="pt"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activar:" xml:lang="pt"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Pergunta" xml:lang="pt"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movimento:" xml:lang="pt"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Movimento de Pergunta:" xml:lang="pt"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activação:" xml:lang="pt"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Activação de Pergunta:" xml:lang="pt"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Opções" xml:lang="pt"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Atraso de Exame:" xml:lang="pt"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Velocidade de Exame:" xml:lang="pt"></GOK:control> <GOK:control type="label" string="(100s de segundo)" xml:lang="pt"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Quebrar Linhas/Colunas" xml:lang="pt"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Direcção do Exame:" xml:lang="pt"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Superior/Inferior" xml:lang="pt"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Inferior/Superior" xml:lang="pt"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Esquerdo/Direito" xml:lang="pt"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Direito/Esquerdo" xml:lang="pt"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Ciclos Antes de Parar:" xml:lang="pt"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Ciclos Antes de Parar:" xml:lang="pt"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="pt_BR" name="keyinversescanning" displayname="Varredura Inversa de uma Única Tecla"> <GOK:description xml:space="preserve" xml:lang="pt_BR">Pressione e mantenha pressionado um botão para iniciar a varredura. Pressione outro botão para selecionar.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operação" xml:lang="pt_BR"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Varrer:" xml:lang="pt_BR"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Varrer:" xml:lang="pt_BR"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Ativar:" xml:lang="pt_BR"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Ativar:" xml:lang="pt_BR"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="pt_BR"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movimento:" xml:lang="pt_BR"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Movimento de Feedback:" xml:lang="pt_BR"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Ativação:" xml:lang="pt_BR"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Ativação de Feedback:" xml:lang="pt_BR"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Opções" xml:lang="pt_BR"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Atraso de Varredura:" xml:lang="pt_BR"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Velocidade de Varredura:" xml:lang="pt_BR"></GOK:control> <GOK:control type="label" string="(Centésimos de segundo)" xml:lang="pt_BR"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Quebra Linhas/Colunas" xml:lang="pt_BR"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Direção de Varredura:" xml:lang="pt_BR"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Acima/Abaixo" xml:lang="pt_BR"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Abaixo/Acima" xml:lang="pt_BR"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Esquerdo/Direito" xml:lang="pt_BR"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Direito/Esquerdo" xml:lang="pt_BR"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Ciclos Antes de Parar:" xml:lang="pt_BR"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Ciclos Antes de Parar:" xml:lang="pt_BR"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ro" name="keyinversescanning" displayname="Scanare inversă cu o singură tastă"> <GOK:description xml:space="preserve" xml:lang="ro">Ţineţi apăsat un buton pentru a scana. Apăsaţi alt buton pentru a selecta.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operaţie" xml:lang="ro"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scanare:" xml:lang="ro"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scanare:" xml:lang="ro"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activează:" xml:lang="ro"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activează:" xml:lang="ro"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="ro"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Mişcare:" xml:lang="ro"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback mişcare:" xml:lang="ro"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activare:" xml:lang="ro"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback activare:" xml:lang="ro"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Opţiuni" xml:lang="ro"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Întârzierea la scanare:" xml:lang="ro"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Viteza de scanare:" xml:lang="ro"></GOK:control> <GOK:control type="label" string="(sutimi de secundă)" xml:lang="ro"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Pe rânduri/coloane" xml:lang="ro"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Direcţia scanării:" xml:lang="ro"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Sus/Jos" xml:lang="ro"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Jos/Sus" xml:lang="ro"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Stânga/Dreapta" xml:lang="ro"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Dreapta/Stânga" xml:lang="ro"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cicluri înainte de oprire:" xml:lang="ro"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cicluri înainte de oprire:" xml:lang="ro"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ru" name="keyinversescanning" displayname="Обратное сканирование одной клавишей"> <GOK:description xml:space="preserve" xml:lang="ru">Нажмите и держите переключатель для сканирования. Нажмите другой преключатель для выбора.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Операция" xml:lang="ru"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Сканирование:" xml:lang="ru"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Сканирование:" xml:lang="ru"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Активировать:" xml:lang="ru"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Активировать:" xml:lang="ru"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Реакции" xml:lang="ru"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Движение:" xml:lang="ru"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Реактивное смещение:" xml:lang="ru"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Активация:" xml:lang="ru"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Реактивная активация:" xml:lang="ru"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Параметры" xml:lang="ru"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Задержка:" xml:lang="ru"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Скорость:" xml:lang="ru"></GOK:control> <GOK:control type="label" string="(сотые доли секунды)" xml:lang="ru"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Переносить строки/столбцы" xml:lang="ru"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Направление:" xml:lang="ru"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Верх/Низ" xml:lang="ru"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Низ/Верх" xml:lang="ru"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Лево/Право" xml:lang="ru"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Право/Лево" xml:lang="ru"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Повторов перед остановом:" xml:lang="ru"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Повторов перед остановом:" xml:lang="ru"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="rw" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="rw"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:" xml:lang="rw"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:" xml:lang="rw"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="rw"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="rw"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="rw"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="rw"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="rw"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="rw"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="rw"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Amahitamo" xml:lang="rw"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="rw"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:" xml:lang="rw"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="rw"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="rw"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="rw"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom" xml:lang="rw"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top" xml:lang="rw"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right" xml:lang="rw"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left" xml:lang="rw"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="rw"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="rw"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="sl" name="keyinversescanning" displayname="Single Key Inverse Scanning"> <GOK:description xml:space="preserve">Press and hold a switch to scan. Press another switch to select.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="sl"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Scan:" xml:lang="sl"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Scan:" xml:lang="sl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="sl"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="sl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Povratna informacija" xml:lang="sl"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Movement:" xml:lang="sl"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="sl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="sl"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="sl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Options" xml:lang="sl"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Scan Delay:" xml:lang="sl"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Scan Speed:" xml:lang="sl"></GOK:control> <GOK:control type="label" string="(100s of a second)" xml:lang="sl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Wrap Rows/Columns" xml:lang="sl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Scanning Direction:" xml:lang="sl"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Top/Bottom" xml:lang="sl"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Bottom/Top" xml:lang="sl"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Left/Right" xml:lang="sl"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Right/Left" xml:lang="sl"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cycles Before Stopping:" xml:lang="sl"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cycles Before Stopping:" xml:lang="sl"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="sq" name="keyinversescanning" displayname="Skanim në drejtim të kundërt për vlerë të vetme"> <GOK:description xml:space="preserve" xml:lang="sq">Shtyp dhe blloko një zgjedhës për të skanuar. Shtyp një zgjedhës tjetër për të zgjedhur.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Veprimi" xml:lang="sq"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Kërko:" xml:lang="sq"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Kërko:" xml:lang="sq"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivo:" xml:lang="sq"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktivo:" xml:lang="sq"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="sq"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Lëvizja:" xml:lang="sq"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Lëvizja e feedback:" xml:lang="sq"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivimi:" xml:lang="sq"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Aktivimi i feedback:" xml:lang="sq"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Mundësitë" xml:lang="sq"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Vonesa e kërkimit:" xml:lang="sq"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Shpejtësia e kërkimit:" xml:lang="sq"></GOK:control> <GOK:control type="label" string="(100ta të sekondës)" xml:lang="sq"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Kalimi i Rreshtave/Kollonave" xml:lang="sq"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Drejtimi i kërkimit:" xml:lang="sq"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Sipër/Poshtë" xml:lang="sq"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Poshtë/Lartë" xml:lang="sq"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Majtas/Djathtas" xml:lang="sq"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Djathtas/Majtas" xml:lang="sq"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cikle para se të ndalojë:" xml:lang="sq"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cikle para se të ndalojë:" xml:lang="sq"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="sr" name="keyinversescanning" displayname="Један тастер за обрнути пролазак"> <GOK:description xml:space="preserve" xml:lang="sr">Притисните и држите прекидач ради проласка. Притисните неки други прекидач да изаберете.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Операција" xml:lang="sr"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Пролазак:" xml:lang="sr"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Пролазак:" xml:lang="sr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Покрени:" xml:lang="sr"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Покрени:" xml:lang="sr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Одговор" xml:lang="sr"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Кретање:" xml:lang="sr"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Одговор на кретање:" xml:lang="sr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Покретање:" xml:lang="sr"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Одговор на покретање:" xml:lang="sr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Опције" xml:lang="sr"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Чекање при проласку:" xml:lang="sr"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Брзина при проласку:" xml:lang="sr"></GOK:control> <GOK:control type="label" string="(стотих делова секунде)" xml:lang="sr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Преломи редове/колоне" xml:lang="sr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Правац проласка:" xml:lang="sr"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Врх/дно" xml:lang="sr"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Дно/врх" xml:lang="sr"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Лево/десно" xml:lang="sr"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Десно/лево" xml:lang="sr"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Циклуса пре заустављања:" xml:lang="sr"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Циклуса пре заустављања:" xml:lang="sr"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="sr@Latn" name="keyinversescanning" displayname="Jedan taster za obrnuti prolazak"> <GOK:description xml:space="preserve" xml:lang="sr@Latn">Pritisnite i držite prekidač radi prolaska. Pritisnite neki drugi prekidač da izaberete.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Operacija" xml:lang="sr@Latn"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Prolazak:" xml:lang="sr@Latn"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Prolazak:" xml:lang="sr@Latn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Pokreni:" xml:lang="sr@Latn"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Pokreni:" xml:lang="sr@Latn"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Odgovor" xml:lang="sr@Latn"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Kretanje:" xml:lang="sr@Latn"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Odgovor na kretanje:" xml:lang="sr@Latn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Pokretanje:" xml:lang="sr@Latn"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Odgovor na pokretanje:" xml:lang="sr@Latn"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Opcije" xml:lang="sr@Latn"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Čekanje pri prolasku:" xml:lang="sr@Latn"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Brzina pri prolasku:" xml:lang="sr@Latn"></GOK:control> <GOK:control type="label" string="(stotih delova sekunde)" xml:lang="sr@Latn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Prelomi redove/kolone" xml:lang="sr@Latn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Pravac prolaska:" xml:lang="sr@Latn"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Vrh/dno" xml:lang="sr@Latn"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Dno/vrh" xml:lang="sr@Latn"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Levo/desno" xml:lang="sr@Latn"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Desno/levo" xml:lang="sr@Latn"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Ciklusa pre zaustavljanja:" xml:lang="sr@Latn"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Ciklusa pre zaustavljanja:" xml:lang="sr@Latn"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="sv" name="keyinversescanning" displayname="Omvänd enkeltangentstolkning"> <GOK:description xml:space="preserve" xml:lang="sv">Tryck och håll en växel för att tolka. Tryck en annan växel för att markera.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Åtgärd" xml:lang="sv"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Tolka:" xml:lang="sv"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Tolka:" xml:lang="sv"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivera:" xml:lang="sv"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Aktivera:" xml:lang="sv"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Återkoppling" xml:lang="sv"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Rörelse:" xml:lang="sv"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Återkopplingsrörelse:" xml:lang="sv"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Aktivering:" xml:lang="sv"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Återkopplingsaktivering:" xml:lang="sv"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Alternativ" xml:lang="sv"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Tolkningsfördröjning:" xml:lang="sv"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Tolkningshastighet:" xml:lang="sv"></GOK:control> <GOK:control type="label" string="(hundradelar av en sekund)" xml:lang="sv"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Bryt rader/kolumner" xml:lang="sv"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Tolkningsriktning:" xml:lang="sv"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Upp/Ned" xml:lang="sv"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Ned/Upp" xml:lang="sv"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Vänster/Höger" xml:lang="sv"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Höger/Vänster" xml:lang="sv"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Cykler innan stopp:" xml:lang="sv"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Cykler innan stopp:" xml:lang="sv"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ta" name="keyinversescanning" displayname="ஒரு விசை தலைகீழ் வருடல்"> <GOK:description xml:space="preserve" xml:lang="ta">வருட காத்திருக்கவும் விசையை அழுத்தவும், தேர்வு செய்ய மாற்றி விசையை பயன்படுத்தவும்</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="செயல்" xml:lang="ta"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="வருடு:" xml:lang="ta"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="வருடு:" xml:lang="ta"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activate:" xml:lang="ta"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Activate:" xml:lang="ta"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="கருத்து" xml:lang="ta"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="தற்சமயம்:" xml:lang="ta"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="கருத்து தற்போது:" xml:lang="ta"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Activation:" xml:lang="ta"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ta"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="தேர்வுகள்" xml:lang="ta"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="தேடல் தாமதம்:" xml:lang="ta"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="தேடல் வேகம்:" xml:lang="ta"></GOK:control> <GOK:control type="label" string="(நொடியில் 100 )" xml:lang="ta"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="மடக்கு வரிசை/நெடுவரிசை" xml:lang="ta"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="வருடும் திசை" xml:lang="ta"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="மேல்/கீழ்்:" xml:lang="ta"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="கீழ்/மேல்" xml:lang="ta"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="இடது/வலது" xml:lang="ta"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="வலது/இடது:" xml:lang="ta"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="நிறுத்துவதற்கு முன் சங்கிலி" xml:lang="ta"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="நிறுத்துவதற்கு முன் சங்கிலி" xml:lang="ta"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="uk" name="keyinversescanning" displayname="Інверсне сканування одиночної клавіші"> <GOK:description xml:space="preserve" xml:lang="uk">Для сканування, натисніть і утримуйте перемикач. Натисніть інший перемикач, щоб вибрати.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Орієнтація" xml:lang="uk"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Сканування:" xml:lang="uk"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Сканування:" xml:lang="uk"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Активувати:" xml:lang="uk"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Активувати:" xml:lang="uk"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Зворотній зв'язок" xml:lang="uk"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Рух:" xml:lang="uk"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Зворотній зв'язок руху:" xml:lang="uk"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Активація:" xml:lang="uk"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Активація зворотного зв'язку:" xml:lang="uk"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Параметри" xml:lang="uk"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Затримка сканування:" xml:lang="uk"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Швидкість сканування:" xml:lang="uk"></GOK:control> <GOK:control type="label" string="(соті долі секунди)" xml:lang="uk"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Переносити рядки/стовпці" xml:lang="uk"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Напрямок сканування:" xml:lang="uk"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Вверх/Вниз" xml:lang="uk"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Вниз/Вверх" xml:lang="uk"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Ліворуч/Праворуч" xml:lang="uk"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Праворуч/Ліворуч" xml:lang="uk"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Циклів перед зупинкою:" xml:lang="uk"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Циклів перед зупинкою:" xml:lang="uk"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="vi" name="keyinversescanning" displayname="Quét ngược phím đơn"> <GOK:description xml:space="preserve" xml:lang="vi">Nhấn và giữ công tắt để quét. Nhấn công tắt khác để chọn.</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="Thao tác" xml:lang="vi"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Quét:" xml:lang="vi"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="Quét:" xml:lang="vi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Kích hoạt:" xml:lang="vi"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="Kích hoạt:" xml:lang="vi"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="Hồi âm" xml:lang="vi"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Di chuyển:" xml:lang="vi"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Di chuyển hồi âm:" xml:lang="vi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="Sự kích hoạt:" xml:lang="vi"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Cách kích hoạt hồi âm:" xml:lang="vi"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="Tùy chọn" xml:lang="vi"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="Khoảng đợi quét:" xml:lang="vi"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="Tốc độ quét:" xml:lang="vi"></GOK:control> <GOK:control type="label" string="(phần 100 một giây)" xml:lang="vi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="Cuốn cột/hàng" xml:lang="vi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="Hướng quét:" xml:lang="vi"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="Trên/Dưới" xml:lang="vi"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="Dưới/Trên" xml:lang="vi"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="Trái/Phải" xml:lang="vi"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="Phải/Trái" xml:lang="vi"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="Số chu kỳ trước khi dừng:" xml:lang="vi"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="Số chu kỳ trước khi dừng:" xml:lang="vi"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="zh_CN" name="keyinversescanning" displayname="单键反转扫描"> <GOK:description xml:space="preserve" xml:lang="zh_CN">长按开关可扫描。按另外一个开关可选择。</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="操作" xml:lang="zh_CN"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="扫描:" xml:lang="zh_CN"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="扫描:" xml:lang="zh_CN"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="激活:" xml:lang="zh_CN"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="激活:" xml:lang="zh_CN"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="反馈" xml:lang="zh_CN"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="移动:" xml:lang="zh_CN"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="反馈移动:" xml:lang="zh_CN"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="激活:" xml:lang="zh_CN"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="反馈激活:" xml:lang="zh_CN"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="选项" xml:lang="zh_CN"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="扫描延迟:" xml:lang="zh_CN"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="扫描速度:" xml:lang="zh_CN"></GOK:control> <GOK:control type="label" string="(百分之一秒)" xml:lang="zh_CN"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="回绕行/列" xml:lang="zh_CN"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="扫描方向:" xml:lang="zh_CN"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="上/底" xml:lang="zh_CN"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="下/上" xml:lang="zh_CN"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="左/右" xml:lang="zh_CN"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="右/左" xml:lang="zh_CN"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="停止前循环:" xml:lang="zh_CN"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="停止前循环:" xml:lang="zh_CN"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="zh_HK" name="keyinversescanning" displayname="單鍵反向掃描"> <GOK:description xml:space="preserve" xml:lang="zh_HK">按下及按住開關來開始掃描,然後按另一個開關來選取。</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="操作" xml:lang="zh_HK"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="掃描:" xml:lang="zh_HK"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="掃描:" xml:lang="zh_HK"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="啟用:" xml:lang="zh_HK"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="啟用:" xml:lang="zh_HK"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="反饋" xml:lang="zh_HK"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="動作:" xml:lang="zh_HK"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="反饋動作:" xml:lang="zh_HK"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="啟用:" xml:lang="zh_HK"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="反饋啟用:" xml:lang="zh_HK"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="選項" xml:lang="zh_HK"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="掃描延遲:" xml:lang="zh_HK"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="掃描速度:" xml:lang="zh_HK"></GOK:control> <GOK:control type="label" string="(百分之一秒)" xml:lang="zh_HK"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="回到開始的行/列" xml:lang="zh_HK"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="掃描方向:" xml:lang="zh_HK"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="上至下" xml:lang="zh_HK"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="下至上" xml:lang="zh_HK"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="左至右" xml:lang="zh_HK"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="右至左" xml:lang="zh_HK"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="循環次數:" xml:lang="zh_HK"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="循環次數:" xml:lang="zh_HK"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="zh_TW" name="keyinversescanning" displayname="單鍵反向掃描"> <GOK:description xml:space="preserve" xml:lang="zh_TW">按下及按住開關來開始掃描,然後按另一個開關來選取。</GOK:description> <GOK:operation> <GOK:control type="frame" spacing="0" size="3" border="0" string="操作" xml:lang="zh_TW"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="掃描:" xml:lang="zh_TW"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="movehighlighter" fillwith="actions" string="掃描:" xml:lang="zh_TW"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="啟用:" xml:lang="zh_TW"></GOK:control> <GOK:control type="combobox" qualifier="switch+mousebutton" name="select" fillwith="actions" string="啟用:" xml:lang="zh_TW"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:operation> <GOK:feedback> <GOK:control type="frame" spacing="0" size="3" border="0" string="反饋" xml:lang="zh_TW"> <GOK:control type="hbox" spacing="0" size="1" border="0"> <GOK:control type="vbox" spacing="10" size="3" border="5"> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="動作:" xml:lang="zh_TW"></GOK:control> <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="反饋動作:" xml:lang="zh_TW"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control type="label" string="啟用:" xml:lang="zh_TW"></GOK:control> <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="反饋啟用:" xml:lang="zh_TW"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:feedback> <GOK:options> <GOK:control type="frame" spacing="0" size="3" border="0" string="選項" xml:lang="zh_TW"> <GOK:control type="vbox" spacing="5" size="2" border="0"> <GOK:control type="hbox" spacing="5" size="3" border="0"> <GOK:control type="label" string="掃描延遲:" xml:lang="zh_TW"></GOK:control> <GOK:control value="100" type="spinbutton" stepincrement="1" pagesize="10" pageincrement="10" name="scanspeed" min="10" max="500" string="掃描速度:" xml:lang="zh_TW"></GOK:control> <GOK:control type="label" string="(百分之一秒)" xml:lang="zh_TW"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="2" border="5"> <GOK:control type="checkbutton" name="wrap" string="回到開始的行/列" xml:lang="zh_TW"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="20" size="3" border="5"> <GOK:control type="label" string="掃描方向:" xml:lang="zh_TW"></GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="topbottom" groupstart="yes" string="上至下" xml:lang="zh_TW"></GOK:control> <GOK:control value="1" type="radiobutton" name="topbottom" string="下至上" xml:lang="zh_TW"></GOK:control> </GOK:control> <GOK:control type="hbox" spacing="5" size="2" border="0"> <GOK:control value="0" type="radiobutton" name="leftright" groupstart="yes" string="左至右" xml:lang="zh_TW"></GOK:control> <GOK:control value="1" type="radiobutton" name="leftright" string="右至左" xml:lang="zh_TW"></GOK:control> </GOK:control> </GOK:control> <GOK:control type="hbox" spacing="10" size="3" border="5"> <GOK:control type="label" string="循環次數:" xml:lang="zh_TW"></GOK:control> <GOK:control value="3" type="spinbutton" stepincrement="1" pagesize="3" pageincrement="3" name="cycles" min="1" max="10" string="循環次數:" xml:lang="zh_TW"></GOK:control> </GOK:control> </GOK:control> </GOK:control> </GOK:options> <GOK:rate stringvalue="switch1" name="movehighlighter"/> <GOK:rate stringvalue="switch3" name="select"/> <GOK:rate stringvalue="" name="feedbackmovement"/> <GOK:rate stringvalue="key_flashing" name="feedbackselection"/> <GOK:rate value="0" name="autorepeat"/> <GOK:rate value="30" name="repeatrate"/> <GOK:rate value="100" name="scanspeed"/> <GOK:rate value="1" name="wrap"/> <GOK:rate value="0" name="topbottom"/> <GOK:rate value="0" name="leftright"/> <GOK:rate value="3" name="cycles"/> <GOK:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect param2="leftright" param1="topbottom" call="ChunkerChunkKeys"/> </GOK:initialization> <GOK:state name="1"> <GOK:stateinit> <GOK:effect param2="cycles" param1="1" call="CounterSet"/> </GOK:stateinit> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler state="release" name="movehighlighter"> <GOK:effect call="Timer1Stop"/> </GOK:handler> <GOK:handler name="select"> <GOK:effect call="Timer1Stop"/> <GOK:effect call="SelectChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect name="feedbackselection" call="Feedback"/> <GOK:effect call="OutputSelectedKey"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:handler> <GOK:handler name="timer1"> <GOK:effect name="feedbackmovement" call="Feedback"/> <GOK:effect name="scanspeed" call="Timer1Set"/> <GOK:effect call="ChunkerIfNextChunk"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerNextChunk"/> </GOK:true> <GOK:false> <GOK:effect name="wrap" call="GetRate"> <GOK:compare value="1" type="equal"> <GOK:true> <GOK:effect call="ChunkerWrapFirstChunk"/> </GOK:true> </GOK:compare> </GOK:effect> </GOK:false> </GOK:compare> </GOK:effect> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler name="select"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> <GOK:handler state="press" name="movehighlighter"> <GOK:effect name="repeat:state-reset" call="StateReset"/> <GOK:effect name="repeat:unhighlight-all" call="UnhighlightAll"/> <GOK:effect call="Timer1Stop"/> <GOK:effect call="HighlightFirstChunk"/> <GOK:effect param1="1" call="StateJump"/> </GOK:handler> </GOK:state> </GOK:accessmethod> </GOK:accessmethodroot>