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="dwellselection" displayname="Dwell Selection"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Select:"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:"></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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="am" name="dwellselection" displayname="Dwell Selection"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Select:" xml:lang="am"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ar" name="dwellselection" displayname="انتقاء عند البقاء"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="az" name="dwellselection" displayname="Dwell Seçimi"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Seç:" xml:lang="az"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Seç:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="be" name="dwellselection" displayname="Затрымальнае вылучэньне"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Select:" xml:lang="be"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="bg" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="bn" name="dwellselection" displayname="নির্বাচনের ওপর থমকানো"> <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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="bn_IN" name="dwellselection" displayname="নির্বাচনের ওপর থমকানো"> <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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ca" name="dwellselection" displayname="Selecció en posar-se"> <GOK:description xml:space="preserve" xml:lang="ca">Moveu el punter del ratolí cap a la tecla ressaltada. Poseu i manteniu-vos-hi a sobre per seleccionar-la.</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="Seleccioneu:" xml:lang="ca"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Seleccioneu:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="cs" name="dwellselection" displayname="Výběr počkáním"> <GOK:description xml:space="preserve" xml:lang="cs">Zvýrazněte klávesu přesunutím kurzoru myši. Vyberte ji počkáním.</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="Vybrat:" xml:lang="cs"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Vybrat:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="cy" name="dwellselection" displayname="Dewis Oedi"> <GOK:description xml:space="preserve" xml:lang="cy">Symudwch y pwyntydd llygoden er mwyn amlygu bysell. Oedwch ar y fysell 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="Dewis:" xml:lang="cy"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Dewis:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="da" name="dwellselection" displayname="Dvæl-valg"> <GOK:description xml:space="preserve" xml:lang="da">Flyt musemarkøren for at fremhæve en tast. Dvæl over tasten 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="Vælg:" xml:lang="da"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Vælg:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="de" name="dwellselection" displayname="Auswahl durch Verweilen"> <GOK:description xml:space="preserve" xml:lang="de">Bewegen Sie den Mauszeiger, um eine Taste hervorzuheben. Halten Sie diese gedrückt, um sie zu wä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="Auswählen:" xml:lang="de"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Auswählen:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="dz" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="el" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="en_CA" name="dwellselection" displayname="Dwell Selection"> <GOK:description xml:space="preserve" xml:lang="en_CA">Move the mouse pointer to highlight a key. Dwell on the key 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="Select:" xml:lang="en_CA"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="en_GB" name="dwellselection" displayname="Dwell Selection"> <GOK:description xml:space="preserve" xml:lang="en_GB">Move the mouse pointer to highlight a key. Dwell on the key 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="Select:" xml:lang="en_GB"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="es" name="dwellselection" displayname="Selección al posarse"> <GOK:description xml:space="preserve" xml:lang="es">Mueva el puntero del ratón para resaltar una tecla. Pósese sobre la tecla para seleccionarla.</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="Seleccionar:" xml:lang="es"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Seleccionar:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="et" name="dwellselection" displayname="Dwell Selection"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Select:" xml:lang="et"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="eu" name="dwellselection" displayname="Pausatze-hautaketa"> <GOK:description xml:space="preserve" xml:lang="eu">Lekuz aldatu saguaren erakuslea tekla bat nabarmentzeko. Pausatu teklaren gainean 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="Hautatu:" xml:lang="eu"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Hautatu:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="fa" name="dwellselection" displayname="انتخاب با توقف"> <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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="fi" name="dwellselection" displayname="Viivästä valinta"> <GOK:description xml:space="preserve" xml:lang="fi">Siirrä hiiren osoitinta korostaaksesi näppäimen. Viivy näppäimen päällä valitaksesi.</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="Valitse:" xml:lang="fi"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Valitse:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="fr" name="dwellselection" displayname="Sélection par pointage"> <GOK:description xml:space="preserve" xml:lang="fr">Déplacez le pointeur de la souris pour surligner une touche. Pointez la touche pour la 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="Sélection :" xml:lang="fr"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Sélection :" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ga" name="dwellselection" displayname="Dwell Selection"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Select:" xml:lang="ga"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="gl" name="dwellselection" displayname="Selección ao posarse"> <GOK:description xml:space="preserve" xml:lang="gl">Mova o punteiro do rato para resaltar unha tecla. Pósese sobre a tecla para seleccionala.</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="Seleccionar:" xml:lang="gl"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Seleccionar:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="gu" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="hi" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="hr" name="dwellselection" displayname="Zadrži izbor"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Odaberi:" xml:lang="hr"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Odaberi:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="hu" name="dwellselection" displayname="Időzés a kiválasztáson"> <GOK:description xml:space="preserve" xml:lang="hu">Az egérrel mutasson rá egy billentyűre. Időzzön el felette 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="Kiválasztás:" xml:lang="hu"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Kiválasztá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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="id" name="dwellselection" displayname="Pilihan Diam"> <GOK:description xml:space="preserve" xml:lang="id">Pindahkan penunjuk mouse untuk menandai sebuah tombol. Diamkan 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="Pilih:" xml:lang="id"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Pilih:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="it" name="dwellselection" displayname="Selezione indugiante"> <GOK:description xml:space="preserve" xml:lang="it">Spostare il puntatore del mouse per evidenziare un tasto. Stazionare su un tasto 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="Seleziona:" xml:lang="it"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Seleziona:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ja" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ka" name="dwellselection" displayname="Dwell Selection"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ko" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ku" name="dwellselection" displayname="Dwell Selection"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Hilbijêre:" xml:lang="ku"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Hilbijêre:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="lt" name="dwellselection" displayname="Pasirinkimas užslenkant"> <GOK:description xml:space="preserve" xml:lang="lt">Norėdami paryškinti klavišą ant jo užveskite pelės žymeklį. Norėdami jį pasirinkti tiesiog apsistokite ties juo.</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="Pasirinkti:" xml:lang="lt"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Pasirinkti:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="lv" name="dwellselection" displayname="Uzturēšanās izvēle"> <GOK:description xml:space="preserve" xml:lang="lv">Pārvietojiet peles kursoru līdz izceltajai norādei.Paturiet brīdi virs norādes, 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="Izvēlēties:" xml:lang="lv"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Izvēlēties:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="mk" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ml" name="dwellselection" displayname="Dwell Selection"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Select:" xml:lang="ml"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="mn" name="dwellselection" displayname="Дарагдсан-Сонголт"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="mr" name="dwellselection" displayname="ड्वेल निवड "> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ms" name="dwellselection" displayname="Pilihan Dwell"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Select:" xml:lang="ms"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="nb" name="dwellselection" displayname="Velg ved å henge over"> <GOK:description xml:space="preserve" xml:lang="nb">Flytt muspekeren for å utheve en tast. Heng over den for å velge den.</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="Velg:" xml:lang="nb"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Velg:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ne" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="nl" name="dwellselection" displayname="Blijven-selectie"> <GOK:description xml:space="preserve" xml:lang="nl">Beweeg de muisaanwijzer om een toets te laten oplichten. Blijf boven de toets hangen 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="Selecteren:" xml:lang="nl"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Selecteren:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="or" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="pa" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="pl" name="dwellselection" displayname="Wybór wydłużony"> <GOK:description xml:space="preserve" xml:lang="pl">Przesuń wskaźnik myszy aby wyróżnić klawisz. Zatrzymaj wskaźnik nad nim 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="Wybór:" xml:lang="pl"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Wybór:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="pt" name="dwellselection" displayname="Selecção ao Sobrevoar"> <GOK:description xml:space="preserve" xml:lang="pt">Mova o ponteiro do rato para realçar uma tecla. Sobrevoe a tecla para a 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="Seleccionar:" xml:lang="pt"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Seleccionar:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="pt_BR" name="dwellselection" displayname="Seleção ao apontar"> <GOK:description xml:space="preserve" xml:lang="pt_BR">Mova o ponteiro do mouse para realçar uma tecla. Permaneça o mouse sobre a tecla 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="Selecionar:" xml:lang="pt_BR"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Selecionar:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ro" name="dwellselection" displayname="Selecţie Dwell"> <GOK:description xml:space="preserve" xml:lang="ro">Evidenţiaţi tasta cu mausul. Selectaţi tasta prin oprirea pe ea.</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="Selectare:" xml:lang="ro"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Selectare:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ru" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="rw" name="dwellselection" displayname="Dwell Selection"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Select:" xml:lang="rw"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="sl" name="dwellselection" displayname="Izbira s postankom"> <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key. Dwell on the key 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="Select:" xml:lang="sl"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="sq" name="dwellselection" displayname="Zgjedhja pa klikim"> <GOK:description xml:space="preserve" xml:lang="sq">Lëviz kursorin e mouse për të vënë në pah një kyç. Qëndro mbi kyç për t'a 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="Zgjidh:" xml:lang="sq"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Zgjidh:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="sr" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="sr@Latn" name="dwellselection" displayname="Zadrži izbor"> <GOK:description xml:space="preserve" xml:lang="sr@Latn">Pomerite pokazivač miša da biste istakli taster. Zadržite taster 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="Izaberite:" xml:lang="sr@Latn"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Izaberite:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="sv" name="dwellselection" displayname="Kvardröjningsmarkering"> <GOK:description xml:space="preserve" xml:lang="sv">Flytta muspekaren för att markera en tangent. Dröj kvar på tangenten 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="Markera:" xml:lang="sv"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Markera:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="ta" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="uk" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="vi" name="dwellselection" displayname="Chọn nhấn lâu"> <GOK:description xml:space="preserve" xml:lang="vi">Di chuyển con trỏ chuột để tô sáng phím. Nhấn lâu vào phím để 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="Chọn:" xml:lang="vi"></GOK:control> <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Chọn:" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="zh_CN" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="zh_HK" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> <GOK:accessmethod xml:lang="zh_TW" name="dwellselection" 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="mousepointer" name="keyenter+keyleave" 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="dwell" name="outputselected" 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:rate stringvalue="dwell" name="outputselected"/> <GOK:rate stringvalue="mousepointer" name="keyenter"/> <GOK:rate stringvalue="mousepointer" name="keyleave"/> <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:initialization> <GOK:effect call="ChunkerReset"/> <GOK:effect call="ChunkerChunkNone"/> </GOK:initialization> <GOK:state name="1"> <GOK:handler state="enter" name="keyenter"> <GOK:effect call="SetSelectedKey"/> <GOK:effect call="ChunkerKeyHighlight"/> <GOK:effect name="feedbackmovement" call="Feedback"/> </GOK:handler> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="ChunkerKeyUnHighlight"/> <GOK:effect call="SetSelectedKey"/> </GOK:handler> <GOK:handler name="outputselected"> <GOK:effect call="OutputSelectedKey"/> <GOK:effect name="feedbackselection" call="Feedback"/> </GOK:handler> </GOK:state> <GOK:state name="repeat"> <GOK:handler state="leave" name="keyleave"> <GOK:effect call="StateReset"/> <GOK:effect call="UnhighlightAll"/> </GOK:handler> </GOK:state> </GOK:accessmethod> </GOK:accessmethodroot>