home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / gok / dwell-selection.xam < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-25  |  210.3 KB  |  5,766 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <GOK:accessmethodroot xmlns:GOK="http://www.gnome.org/GOK">
  3.  
  4.  
  5.  
  6. <GOK:accessmethod name="dwellselection" displayname="Dwell Selection">
  7. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  8.  
  9. <GOK:operation>
  10. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation">
  11.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  12.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  13.  
  14.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  15.                 <GOK:control type="label" string="Select:"></GOK:control>
  16.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:"></GOK:control>
  17.             </GOK:control>
  18.  
  19.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  20.                 <GOK:control type="label" string="Activate:"></GOK:control>
  21.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:"></GOK:control>
  22.             </GOK:control>
  23.  
  24.         </GOK:control>
  25.     </GOK:control>    
  26. </GOK:control>    
  27. </GOK:operation>
  28.  
  29. <GOK:feedback>
  30. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback">
  31.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  32.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  33.  
  34.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  35.                 <GOK:control type="label" string="Movement:"></GOK:control>
  36.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:"></GOK:control>
  37.             </GOK:control>
  38.     
  39.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  40.                 <GOK:control type="label" string="Activation:"></GOK:control>
  41.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:"></GOK:control>
  42.             </GOK:control>
  43.  
  44.         </GOK:control>
  45.     </GOK:control>
  46. </GOK:control>
  47. </GOK:feedback>
  48.  
  49.  
  50.  
  51.  
  52.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  53.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  54.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  55.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  56.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  57.     <GOK:rate value="0" name="autorepeat"/>
  58.     <GOK:rate value="30" name="repeatrate"/>
  59.  
  60.  
  61.     <GOK:initialization>
  62.         <GOK:effect call="ChunkerReset"/>
  63.         <GOK:effect call="ChunkerChunkNone"/>
  64.     </GOK:initialization>
  65.  
  66.  
  67.     <GOK:state name="1">
  68.  
  69.         <GOK:handler state="enter" name="keyenter">
  70.             <GOK:effect call="SetSelectedKey"/>
  71.             <GOK:effect call="ChunkerKeyHighlight"/>
  72.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  73.         </GOK:handler>
  74.  
  75.         <GOK:handler state="leave" name="keyleave">
  76.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  77.             <GOK:effect call="SetSelectedKey"/>
  78.         </GOK:handler>
  79.  
  80.         <GOK:handler name="outputselected">
  81.             <GOK:effect call="OutputSelectedKey"/>
  82.             <GOK:effect name="feedbackselection" call="Feedback"/>
  83.         </GOK:handler>
  84.  
  85.     </GOK:state>
  86.  
  87.  
  88.     <GOK:state name="repeat">
  89.         <GOK:handler state="leave" name="keyleave">
  90.             <GOK:effect call="StateReset"/>
  91.             <GOK:effect call="UnhighlightAll"/>
  92.         </GOK:handler>
  93.     </GOK:state>
  94.  
  95. </GOK:accessmethod>
  96. <GOK:accessmethod xml:lang="am" name="dwellselection" displayname="Dwell Selection">
  97. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  98.  
  99. <GOK:operation>
  100. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="am">
  101.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  102.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  103.  
  104.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  105.                 <GOK:control type="label" string="Select:" xml:lang="am"></GOK:control>
  106.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" xml:lang="am"></GOK:control>
  107.             </GOK:control>
  108.  
  109.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  110.                 <GOK:control type="label" string="Activate:" xml:lang="am"></GOK:control>
  111.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="am"></GOK:control>
  112.             </GOK:control>
  113.  
  114.         </GOK:control>
  115.     </GOK:control>    
  116. </GOK:control>    
  117. </GOK:operation>
  118.  
  119. <GOK:feedback>
  120. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="am">
  121.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  122.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  123.  
  124.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  125.                 <GOK:control type="label" string="Movement:" xml:lang="am"></GOK:control>
  126.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="am"></GOK:control>
  127.             </GOK:control>
  128.     
  129.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  130.                 <GOK:control type="label" string="Activation:" xml:lang="am"></GOK:control>
  131.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="am"></GOK:control>
  132.             </GOK:control>
  133.  
  134.         </GOK:control>
  135.     </GOK:control>
  136. </GOK:control>
  137. </GOK:feedback>
  138.  
  139.  
  140.  
  141.  
  142.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  143.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  144.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  145.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  146.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  147.     <GOK:rate value="0" name="autorepeat"/>
  148.     <GOK:rate value="30" name="repeatrate"/>
  149.  
  150.  
  151.     <GOK:initialization>
  152.         <GOK:effect call="ChunkerReset"/>
  153.         <GOK:effect call="ChunkerChunkNone"/>
  154.     </GOK:initialization>
  155.  
  156.  
  157.     <GOK:state name="1">
  158.  
  159.         <GOK:handler state="enter" name="keyenter">
  160.             <GOK:effect call="SetSelectedKey"/>
  161.             <GOK:effect call="ChunkerKeyHighlight"/>
  162.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  163.         </GOK:handler>
  164.  
  165.         <GOK:handler state="leave" name="keyleave">
  166.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  167.             <GOK:effect call="SetSelectedKey"/>
  168.         </GOK:handler>
  169.  
  170.         <GOK:handler name="outputselected">
  171.             <GOK:effect call="OutputSelectedKey"/>
  172.             <GOK:effect name="feedbackselection" call="Feedback"/>
  173.         </GOK:handler>
  174.  
  175.     </GOK:state>
  176.  
  177.  
  178.     <GOK:state name="repeat">
  179.         <GOK:handler state="leave" name="keyleave">
  180.             <GOK:effect call="StateReset"/>
  181.             <GOK:effect call="UnhighlightAll"/>
  182.         </GOK:handler>
  183.     </GOK:state>
  184.  
  185. </GOK:accessmethod>
  186. <GOK:accessmethod xml:lang="ar" name="dwellselection" displayname="╪º┘å╪¬┘é╪º╪í ╪╣┘å╪» ╪º┘ä╪¿┘é╪º╪í">
  187. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  188.  
  189. <GOK:operation>
  190. <GOK:control type="frame" spacing="0" size="3" border="0" string="╪º┘ä╪╣┘à┘ä┘è┘æ╪⌐" xml:lang="ar">
  191.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  192.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  193.  
  194.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  195.                 <GOK:control type="label" string="╪Ñ┘å╪¬┘é╪º╪í:" xml:lang="ar"></GOK:control>
  196.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="╪Ñ┘å╪¬┘é╪º╪í:" xml:lang="ar"></GOK:control>
  197.             </GOK:control>
  198.  
  199.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  200.                 <GOK:control type="label" string="Activate:" xml:lang="ar"></GOK:control>
  201.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="ar"></GOK:control>
  202.             </GOK:control>
  203.  
  204.         </GOK:control>
  205.     </GOK:control>    
  206. </GOK:control>    
  207. </GOK:operation>
  208.  
  209. <GOK:feedback>
  210. <GOK:control type="frame" spacing="0" size="3" border="0" string="╪º┘ä┘à╪▒╪¼┘ê╪╣" xml:lang="ar">
  211.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  212.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  213.  
  214.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  215.                 <GOK:control type="label" string="╪º┘ä╪¡╪▒┘â╪⌐:" xml:lang="ar"></GOK:control>
  216.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="╪¡╪▒┘â╪⌐ ╪º┘ä╪▒╪»┘æ:" xml:lang="ar"></GOK:control>
  217.             </GOK:control>
  218.     
  219.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  220.                 <GOK:control type="label" string="Activation:" xml:lang="ar"></GOK:control>
  221.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ar"></GOK:control>
  222.             </GOK:control>
  223.  
  224.         </GOK:control>
  225.     </GOK:control>
  226. </GOK:control>
  227. </GOK:feedback>
  228.  
  229.  
  230.  
  231.  
  232.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  233.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  234.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  235.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  236.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  237.     <GOK:rate value="0" name="autorepeat"/>
  238.     <GOK:rate value="30" name="repeatrate"/>
  239.  
  240.  
  241.     <GOK:initialization>
  242.         <GOK:effect call="ChunkerReset"/>
  243.         <GOK:effect call="ChunkerChunkNone"/>
  244.     </GOK:initialization>
  245.  
  246.  
  247.     <GOK:state name="1">
  248.  
  249.         <GOK:handler state="enter" name="keyenter">
  250.             <GOK:effect call="SetSelectedKey"/>
  251.             <GOK:effect call="ChunkerKeyHighlight"/>
  252.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  253.         </GOK:handler>
  254.  
  255.         <GOK:handler state="leave" name="keyleave">
  256.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  257.             <GOK:effect call="SetSelectedKey"/>
  258.         </GOK:handler>
  259.  
  260.         <GOK:handler name="outputselected">
  261.             <GOK:effect call="OutputSelectedKey"/>
  262.             <GOK:effect name="feedbackselection" call="Feedback"/>
  263.         </GOK:handler>
  264.  
  265.     </GOK:state>
  266.  
  267.  
  268.     <GOK:state name="repeat">
  269.         <GOK:handler state="leave" name="keyleave">
  270.             <GOK:effect call="StateReset"/>
  271.             <GOK:effect call="UnhighlightAll"/>
  272.         </GOK:handler>
  273.     </GOK:state>
  274.  
  275. </GOK:accessmethod>
  276. <GOK:accessmethod xml:lang="az" name="dwellselection" displayname="Dwell Se├ºimi">
  277. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  278.  
  279. <GOK:operation>
  280. <GOK:control type="frame" spacing="0" size="3" border="0" string="╞Åm╔Öliyyat" xml:lang="az">
  281.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  282.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  283.  
  284.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  285.                 <GOK:control type="label" string="Se├º:" xml:lang="az"></GOK:control>
  286.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Se├º:" xml:lang="az"></GOK:control>
  287.             </GOK:control>
  288.  
  289.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  290.                 <GOK:control type="label" string="Activate:" xml:lang="az"></GOK:control>
  291.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="az"></GOK:control>
  292.             </GOK:control>
  293.  
  294.         </GOK:control>
  295.     </GOK:control>    
  296. </GOK:control>    
  297. </GOK:operation>
  298.  
  299. <GOK:feedback>
  300. <GOK:control type="frame" spacing="0" size="3" border="0" string="Geribildirim" xml:lang="az">
  301.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  302.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  303.  
  304.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  305.                 <GOK:control type="label" string="H╔Ör╔Ök╔Öt:" xml:lang="az"></GOK:control>
  306.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Bildiri┼ƒ H╔Ör╔Ök╔Öti:" xml:lang="az"></GOK:control>
  307.             </GOK:control>
  308.     
  309.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  310.                 <GOK:control type="label" string="Activation:" xml:lang="az"></GOK:control>
  311.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="az"></GOK:control>
  312.             </GOK:control>
  313.  
  314.         </GOK:control>
  315.     </GOK:control>
  316. </GOK:control>
  317. </GOK:feedback>
  318.  
  319.  
  320.  
  321.  
  322.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  323.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  324.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  325.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  326.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  327.     <GOK:rate value="0" name="autorepeat"/>
  328.     <GOK:rate value="30" name="repeatrate"/>
  329.  
  330.  
  331.     <GOK:initialization>
  332.         <GOK:effect call="ChunkerReset"/>
  333.         <GOK:effect call="ChunkerChunkNone"/>
  334.     </GOK:initialization>
  335.  
  336.  
  337.     <GOK:state name="1">
  338.  
  339.         <GOK:handler state="enter" name="keyenter">
  340.             <GOK:effect call="SetSelectedKey"/>
  341.             <GOK:effect call="ChunkerKeyHighlight"/>
  342.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  343.         </GOK:handler>
  344.  
  345.         <GOK:handler state="leave" name="keyleave">
  346.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  347.             <GOK:effect call="SetSelectedKey"/>
  348.         </GOK:handler>
  349.  
  350.         <GOK:handler name="outputselected">
  351.             <GOK:effect call="OutputSelectedKey"/>
  352.             <GOK:effect name="feedbackselection" call="Feedback"/>
  353.         </GOK:handler>
  354.  
  355.     </GOK:state>
  356.  
  357.  
  358.     <GOK:state name="repeat">
  359.         <GOK:handler state="leave" name="keyleave">
  360.             <GOK:effect call="StateReset"/>
  361.             <GOK:effect call="UnhighlightAll"/>
  362.         </GOK:handler>
  363.     </GOK:state>
  364.  
  365. </GOK:accessmethod>
  366. <GOK:accessmethod xml:lang="be" name="dwellselection" displayname="╨ù╨░╤é╤Ç╤ï╨╝╨░╨╗╤î╨╜╨░╨╡ ╨▓╤ï╨╗╤â╤ç╤ì╨╜╤î╨╜╨╡">
  367. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  368.  
  369. <GOK:operation>
  370. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="be">
  371.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  372.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  373.  
  374.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  375.                 <GOK:control type="label" string="Select:" xml:lang="be"></GOK:control>
  376.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" xml:lang="be"></GOK:control>
  377.             </GOK:control>
  378.  
  379.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  380.                 <GOK:control type="label" string="Activate:" xml:lang="be"></GOK:control>
  381.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="be"></GOK:control>
  382.             </GOK:control>
  383.  
  384.         </GOK:control>
  385.     </GOK:control>    
  386. </GOK:control>    
  387. </GOK:operation>
  388.  
  389. <GOK:feedback>
  390. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨ù╨▓╨░╤Ç╨╛╤é╨╜╨░╤Å ╤ü╤â╨▓╤Å╨╖╤î" xml:lang="be">
  391.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  392.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  393.  
  394.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  395.                 <GOK:control type="label" string="Movement:" xml:lang="be"></GOK:control>
  396.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="be"></GOK:control>
  397.             </GOK:control>
  398.     
  399.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  400.                 <GOK:control type="label" string="Activation:" xml:lang="be"></GOK:control>
  401.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="be"></GOK:control>
  402.             </GOK:control>
  403.  
  404.         </GOK:control>
  405.     </GOK:control>
  406. </GOK:control>
  407. </GOK:feedback>
  408.  
  409.  
  410.  
  411.  
  412.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  413.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  414.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  415.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  416.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  417.     <GOK:rate value="0" name="autorepeat"/>
  418.     <GOK:rate value="30" name="repeatrate"/>
  419.  
  420.  
  421.     <GOK:initialization>
  422.         <GOK:effect call="ChunkerReset"/>
  423.         <GOK:effect call="ChunkerChunkNone"/>
  424.     </GOK:initialization>
  425.  
  426.  
  427.     <GOK:state name="1">
  428.  
  429.         <GOK:handler state="enter" name="keyenter">
  430.             <GOK:effect call="SetSelectedKey"/>
  431.             <GOK:effect call="ChunkerKeyHighlight"/>
  432.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  433.         </GOK:handler>
  434.  
  435.         <GOK:handler state="leave" name="keyleave">
  436.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  437.             <GOK:effect call="SetSelectedKey"/>
  438.         </GOK:handler>
  439.  
  440.         <GOK:handler name="outputselected">
  441.             <GOK:effect call="OutputSelectedKey"/>
  442.             <GOK:effect name="feedbackselection" call="Feedback"/>
  443.         </GOK:handler>
  444.  
  445.     </GOK:state>
  446.  
  447.  
  448.     <GOK:state name="repeat">
  449.         <GOK:handler state="leave" name="keyleave">
  450.             <GOK:effect call="StateReset"/>
  451.             <GOK:effect call="UnhighlightAll"/>
  452.         </GOK:handler>
  453.     </GOK:state>
  454.  
  455. </GOK:accessmethod>
  456. <GOK:accessmethod xml:lang="bg" name="dwellselection" displayname="╨ÿ╨╖╨▒╨╛╤Ç ╨╜╨░ ╨╖╨░╨┤╤è╤Ç╨╢╨░╨╜╨╡">
  457. <GOK:description xml:space="preserve" xml:lang="bg">╨ƒ╤Ç╨╡╨╝╨╡╤ü╤é╨╡╤é╨╡ ╨╝╨╕╤ê╨║╨░╤é╨░ ╨╜╨░╨┤ ╨║╨╗╨░╨▓╨╕╤ê. ╨ù╨░╨┤╤è╤Ç╨╢╨░╨╜╨╡╤é╨╛ ╨╜╨░╨┤ ╨║╨╗╨░╨▓╨╕╤ê╨░ ╨│╨╛ ╨╕╨╖╨▒╨╕╤Ç╨░.</GOK:description>
  458.  
  459. <GOK:operation>
  460. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨₧╨┐╨╡╤Ç╨░╤å╨╕╤Å" xml:lang="bg">
  461.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  462.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  463.  
  464.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  465.                 <GOK:control type="label" string="╨ÿ╨╖╨▒╨╛╤Ç:" xml:lang="bg"></GOK:control>
  466.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="╨ÿ╨╖╨▒╨╛╤Ç:" xml:lang="bg"></GOK:control>
  467.             </GOK:control>
  468.  
  469.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  470.                 <GOK:control type="label" string="╨ù╨░╨┤╨╡╨╣╤ü╤é╨▓╨░╨╜╨╡:" xml:lang="bg"></GOK:control>
  471.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="╨ù╨░╨┤╨╡╨╣╤ü╤é╨▓╨░╨╜╨╡:" xml:lang="bg"></GOK:control>
  472.             </GOK:control>
  473.  
  474.         </GOK:control>
  475.     </GOK:control>    
  476. </GOK:control>    
  477. </GOK:operation>
  478.  
  479. <GOK:feedback>
  480. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨₧╨▒╤Ç╨░╤é╨╜╨░ ╨▓╤Ç╤è╨╖╨║╨░" xml:lang="bg">
  481.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  482.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  483.  
  484.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  485.                 <GOK:control type="label" string="╨ö╨▓╨╕╨╢╨╡╨╜╨╕╨╡:" xml:lang="bg"></GOK:control>
  486.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="╨ö╨▓╨╕╨╢╨╡╨╜╨╕╨╡ ╨╜╨░ ╨╛╨▒╤Ç╨░╤é╨╜╨░ ╨▓╤Ç╤è╨╖╨║╨░:" xml:lang="bg"></GOK:control>
  487.             </GOK:control>
  488.     
  489.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  490.                 <GOK:control type="label" string="╨ù╨░╨┤╨╡╨╣╤ü╤é╨▓╨░╨╜╨╡:" xml:lang="bg"></GOK:control>
  491.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="╨ù╨░╨┤╨╡╨╣╤ü╤é╨▓╨░╨╜╨╡ ╨╜╨░ ╨╛╨▒╤Ç╨░╤é╨╜╨░ ╨▓╤Ç╤è╨╖╨║╨░:" xml:lang="bg"></GOK:control>
  492.             </GOK:control>
  493.  
  494.         </GOK:control>
  495.     </GOK:control>
  496. </GOK:control>
  497. </GOK:feedback>
  498.  
  499.  
  500.  
  501.  
  502.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  503.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  504.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  505.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  506.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  507.     <GOK:rate value="0" name="autorepeat"/>
  508.     <GOK:rate value="30" name="repeatrate"/>
  509.  
  510.  
  511.     <GOK:initialization>
  512.         <GOK:effect call="ChunkerReset"/>
  513.         <GOK:effect call="ChunkerChunkNone"/>
  514.     </GOK:initialization>
  515.  
  516.  
  517.     <GOK:state name="1">
  518.  
  519.         <GOK:handler state="enter" name="keyenter">
  520.             <GOK:effect call="SetSelectedKey"/>
  521.             <GOK:effect call="ChunkerKeyHighlight"/>
  522.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  523.         </GOK:handler>
  524.  
  525.         <GOK:handler state="leave" name="keyleave">
  526.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  527.             <GOK:effect call="SetSelectedKey"/>
  528.         </GOK:handler>
  529.  
  530.         <GOK:handler name="outputselected">
  531.             <GOK:effect call="OutputSelectedKey"/>
  532.             <GOK:effect name="feedbackselection" call="Feedback"/>
  533.         </GOK:handler>
  534.  
  535.     </GOK:state>
  536.  
  537.  
  538.     <GOK:state name="repeat">
  539.         <GOK:handler state="leave" name="keyleave">
  540.             <GOK:effect call="StateReset"/>
  541.             <GOK:effect call="UnhighlightAll"/>
  542.         </GOK:handler>
  543.     </GOK:state>
  544.  
  545. </GOK:accessmethod>
  546. <GOK:accessmethod xml:lang="bn" name="dwellselection" displayname="নαª┐αª░αºìবαª╛αªÜনαºçαª░ αªô᪬αª░ αªÑ᪫αªòαª╛নαºï">
  547. <GOK:description xml:space="preserve" xml:lang="bn">᪻αºç αªòαºïন αªòαºÇ αª╣αª╛αªçαª▓αª╛αªç᪃ αªòαª░αªñαºç αªñαª╛αª░ αªô᪬αª░ αª«αª╛αªëαª╕ αª¬αºƒαºçনαºì᪃αª╛αª░ αªåনαºüন αªÅবαªé αªñαª╛ αª¿αª┐αª░αºìবαª╛αªÜন αªòαª░αªñαºç αªòαºÇ-αª░ αªô᪬αª░ αªòαª┐ছαºüαªòαºìαª╖ন αª░αª╛αªûαºüনαÑñ</GOK:description>
  548.  
  549. <GOK:operation>
  550. <GOK:control type="frame" spacing="0" size="3" border="0" string="᪬αºìαª░αªòαºìαª░αª┐য়αª╛" xml:lang="bn">
  551.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  552.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  553.  
  554.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  555.                 <GOK:control type="label" string="নαª┐αª░αºìবαª╛αªÜন:" xml:lang="bn"></GOK:control>
  556.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="নαª┐αª░αºìবαª╛αªÜন:" xml:lang="bn"></GOK:control>
  557.             </GOK:control>
  558.  
  559.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  560.                 <GOK:control type="label" string="αª╕αªòαºìαª░αª┐য় αªòαª░αºï:" xml:lang="bn"></GOK:control>
  561.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="αª╕αªòαºìαª░αª┐য় αªòαª░αºï:" xml:lang="bn"></GOK:control>
  562.             </GOK:control>
  563.  
  564.         </GOK:control>
  565.     </GOK:control>    
  566. </GOK:control>    
  567. </GOK:operation>
  568.  
  569. <GOK:feedback>
  570. <GOK:control type="frame" spacing="0" size="3" border="0" string="᪽αª┐αªíবαºì᪻αª╛αªò" xml:lang="bn">
  571.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  572.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  573.  
  574.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  575.                 <GOK:control type="label" string="নαªíαª╝αª╛αªÜαªíαª╝αª╛:" xml:lang="bn"></GOK:control>
  576.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="᪽αª┐αªíবαºì᪻αª╛αªò αª¿αªíαª╝αª╛αªÜαªíαª╝αª╛:" xml:lang="bn"></GOK:control>
  577.             </GOK:control>
  578.     
  579.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  580.                 <GOK:control type="label" string="αª╕αªòαºìαª░αª┐য় αªòαª░αª╛:" xml:lang="bn"></GOK:control>
  581.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="᪽αª┐αªíবαºì᪻αª╛αªò αª╕αªòαºìαª░αª┐য়αªòαª░αªú:" xml:lang="bn"></GOK:control>
  582.             </GOK:control>
  583.  
  584.         </GOK:control>
  585.     </GOK:control>
  586. </GOK:control>
  587. </GOK:feedback>
  588.  
  589.  
  590.  
  591.  
  592.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  593.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  594.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  595.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  596.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  597.     <GOK:rate value="0" name="autorepeat"/>
  598.     <GOK:rate value="30" name="repeatrate"/>
  599.  
  600.  
  601.     <GOK:initialization>
  602.         <GOK:effect call="ChunkerReset"/>
  603.         <GOK:effect call="ChunkerChunkNone"/>
  604.     </GOK:initialization>
  605.  
  606.  
  607.     <GOK:state name="1">
  608.  
  609.         <GOK:handler state="enter" name="keyenter">
  610.             <GOK:effect call="SetSelectedKey"/>
  611.             <GOK:effect call="ChunkerKeyHighlight"/>
  612.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  613.         </GOK:handler>
  614.  
  615.         <GOK:handler state="leave" name="keyleave">
  616.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  617.             <GOK:effect call="SetSelectedKey"/>
  618.         </GOK:handler>
  619.  
  620.         <GOK:handler name="outputselected">
  621.             <GOK:effect call="OutputSelectedKey"/>
  622.             <GOK:effect name="feedbackselection" call="Feedback"/>
  623.         </GOK:handler>
  624.  
  625.     </GOK:state>
  626.  
  627.  
  628.     <GOK:state name="repeat">
  629.         <GOK:handler state="leave" name="keyleave">
  630.             <GOK:effect call="StateReset"/>
  631.             <GOK:effect call="UnhighlightAll"/>
  632.         </GOK:handler>
  633.     </GOK:state>
  634.  
  635. </GOK:accessmethod>
  636. <GOK:accessmethod xml:lang="bn_IN" name="dwellselection" displayname="নαª┐αª░αºìবαª╛αªÜনαºçαª░ αªô᪬αª░ αªÑ᪫αªòαª╛নαºï">
  637. <GOK:description xml:space="preserve" xml:lang="bn_IN">᪻αºç αªòαºïন αªòαºÇ αª╣αª╛αªçαª▓αª╛αªç᪃ αªòαª░αªñαºç αªñαª╛αª░ αªô᪬αª░ αª«αª╛αªëαª╕ αª¬αºƒαºçনαºì᪃αª╛αª░ αªåনαºüন αªÅবαªé αªñαª╛ αª¿αª┐αª░αºìবαª╛αªÜন αªòαª░αªñαºç αªòαºÇ-αª░ αªô᪬αª░ αªòαª┐ছαºüαªòαºìαª╖ন αª░αª╛αªûαºüনαÑñ</GOK:description>
  638.  
  639. <GOK:operation>
  640. <GOK:control type="frame" spacing="0" size="3" border="0" string="᪬αºìαª░αªòαºìαª░αª┐য়αª╛" xml:lang="bn_IN">
  641.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  642.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  643.  
  644.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  645.                 <GOK:control type="label" string="নαª┐αª░αºìবαª╛αªÜন:" xml:lang="bn_IN"></GOK:control>
  646.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="নαª┐αª░αºìবαª╛αªÜন:" xml:lang="bn_IN"></GOK:control>
  647.             </GOK:control>
  648.  
  649.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  650.                 <GOK:control type="label" string="αª╕αªòαºìαª░αª┐য় αªòαª░αºï:" xml:lang="bn_IN"></GOK:control>
  651.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="αª╕αªòαºìαª░αª┐য় αªòαª░αºï:" xml:lang="bn_IN"></GOK:control>
  652.             </GOK:control>
  653.  
  654.         </GOK:control>
  655.     </GOK:control>    
  656. </GOK:control>    
  657. </GOK:operation>
  658.  
  659. <GOK:feedback>
  660. <GOK:control type="frame" spacing="0" size="3" border="0" string="᪽αª┐αªíবαºì᪻αª╛αªò" xml:lang="bn_IN">
  661.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  662.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  663.  
  664.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  665.                 <GOK:control type="label" string="নαªíαª╝αª╛αªÜαªíαª╝αª╛:" xml:lang="bn_IN"></GOK:control>
  666.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="᪽αª┐αªíবαºì᪻αª╛αªò αª¿αªíαª╝αª╛αªÜαªíαª╝αª╛:" xml:lang="bn_IN"></GOK:control>
  667.             </GOK:control>
  668.     
  669.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  670.                 <GOK:control type="label" string="αª╕αªòαºìαª░αª┐য় αªòαª░αª╛:" xml:lang="bn_IN"></GOK:control>
  671.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="᪽αª┐αªíবαºì᪻αª╛αªò αª╕αªòαºìαª░αª┐য়αªòαª░αªú:" xml:lang="bn_IN"></GOK:control>
  672.             </GOK:control>
  673.  
  674.         </GOK:control>
  675.     </GOK:control>
  676. </GOK:control>
  677. </GOK:feedback>
  678.  
  679.  
  680.  
  681.  
  682.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  683.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  684.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  685.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  686.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  687.     <GOK:rate value="0" name="autorepeat"/>
  688.     <GOK:rate value="30" name="repeatrate"/>
  689.  
  690.  
  691.     <GOK:initialization>
  692.         <GOK:effect call="ChunkerReset"/>
  693.         <GOK:effect call="ChunkerChunkNone"/>
  694.     </GOK:initialization>
  695.  
  696.  
  697.     <GOK:state name="1">
  698.  
  699.         <GOK:handler state="enter" name="keyenter">
  700.             <GOK:effect call="SetSelectedKey"/>
  701.             <GOK:effect call="ChunkerKeyHighlight"/>
  702.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  703.         </GOK:handler>
  704.  
  705.         <GOK:handler state="leave" name="keyleave">
  706.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  707.             <GOK:effect call="SetSelectedKey"/>
  708.         </GOK:handler>
  709.  
  710.         <GOK:handler name="outputselected">
  711.             <GOK:effect call="OutputSelectedKey"/>
  712.             <GOK:effect name="feedbackselection" call="Feedback"/>
  713.         </GOK:handler>
  714.  
  715.     </GOK:state>
  716.  
  717.  
  718.     <GOK:state name="repeat">
  719.         <GOK:handler state="leave" name="keyleave">
  720.             <GOK:effect call="StateReset"/>
  721.             <GOK:effect call="UnhighlightAll"/>
  722.         </GOK:handler>
  723.     </GOK:state>
  724.  
  725. </GOK:accessmethod>
  726. <GOK:accessmethod xml:lang="ca" name="dwellselection" displayname="Selecci├│ en posar-se">
  727. <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>
  728.  
  729. <GOK:operation>
  730. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operaci├│" xml:lang="ca">
  731.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  732.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  733.  
  734.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  735.                 <GOK:control type="label" string="Seleccioneu:" xml:lang="ca"></GOK:control>
  736.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Seleccioneu:" xml:lang="ca"></GOK:control>
  737.             </GOK:control>
  738.  
  739.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  740.                 <GOK:control type="label" string="Activa:" xml:lang="ca"></GOK:control>
  741.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activa:" xml:lang="ca"></GOK:control>
  742.             </GOK:control>
  743.  
  744.         </GOK:control>
  745.     </GOK:control>    
  746. </GOK:control>    
  747. </GOK:operation>
  748.  
  749. <GOK:feedback>
  750. <GOK:control type="frame" spacing="0" size="3" border="0" string="Retroacci├│" xml:lang="ca">
  751.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  752.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  753.  
  754.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  755.                 <GOK:control type="label" string="Moviment:" xml:lang="ca"></GOK:control>
  756.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Moviment de la retroacci├│:" xml:lang="ca"></GOK:control>
  757.             </GOK:control>
  758.     
  759.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  760.                 <GOK:control type="label" string="Activaci├│:" xml:lang="ca"></GOK:control>
  761.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Activaci├│ de la retroacci├│:" xml:lang="ca"></GOK:control>
  762.             </GOK:control>
  763.  
  764.         </GOK:control>
  765.     </GOK:control>
  766. </GOK:control>
  767. </GOK:feedback>
  768.  
  769.  
  770.  
  771.  
  772.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  773.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  774.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  775.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  776.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  777.     <GOK:rate value="0" name="autorepeat"/>
  778.     <GOK:rate value="30" name="repeatrate"/>
  779.  
  780.  
  781.     <GOK:initialization>
  782.         <GOK:effect call="ChunkerReset"/>
  783.         <GOK:effect call="ChunkerChunkNone"/>
  784.     </GOK:initialization>
  785.  
  786.  
  787.     <GOK:state name="1">
  788.  
  789.         <GOK:handler state="enter" name="keyenter">
  790.             <GOK:effect call="SetSelectedKey"/>
  791.             <GOK:effect call="ChunkerKeyHighlight"/>
  792.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  793.         </GOK:handler>
  794.  
  795.         <GOK:handler state="leave" name="keyleave">
  796.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  797.             <GOK:effect call="SetSelectedKey"/>
  798.         </GOK:handler>
  799.  
  800.         <GOK:handler name="outputselected">
  801.             <GOK:effect call="OutputSelectedKey"/>
  802.             <GOK:effect name="feedbackselection" call="Feedback"/>
  803.         </GOK:handler>
  804.  
  805.     </GOK:state>
  806.  
  807.  
  808.     <GOK:state name="repeat">
  809.         <GOK:handler state="leave" name="keyleave">
  810.             <GOK:effect call="StateReset"/>
  811.             <GOK:effect call="UnhighlightAll"/>
  812.         </GOK:handler>
  813.     </GOK:state>
  814.  
  815. </GOK:accessmethod>
  816. <GOK:accessmethod xml:lang="cs" name="dwellselection" displayname="V├╜b─¢r po─ìk├ín├¡m">
  817. <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>
  818.  
  819. <GOK:operation>
  820. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operace" xml:lang="cs">
  821.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  822.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  823.  
  824.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  825.                 <GOK:control type="label" string="Vybrat:" xml:lang="cs"></GOK:control>
  826.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Vybrat:" xml:lang="cs"></GOK:control>
  827.             </GOK:control>
  828.  
  829.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  830.                 <GOK:control type="label" string="Aktivovat:" xml:lang="cs"></GOK:control>
  831.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktivovat:" xml:lang="cs"></GOK:control>
  832.             </GOK:control>
  833.  
  834.         </GOK:control>
  835.     </GOK:control>    
  836. </GOK:control>    
  837. </GOK:operation>
  838.  
  839. <GOK:feedback>
  840. <GOK:control type="frame" spacing="0" size="3" border="0" string="Zp─¢tn├í vazba" xml:lang="cs">
  841.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  842.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  843.  
  844.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  845.                 <GOK:control type="label" string="Pohyb:" xml:lang="cs"></GOK:control>
  846.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Pohyb zp─¢tn├⌐ vazby:" xml:lang="cs"></GOK:control>
  847.             </GOK:control>
  848.     
  849.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  850.                 <GOK:control type="label" string="Aktivace:" xml:lang="cs"></GOK:control>
  851.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Aktivace zp─¢tn├⌐ vazby:" xml:lang="cs"></GOK:control>
  852.             </GOK:control>
  853.  
  854.         </GOK:control>
  855.     </GOK:control>
  856. </GOK:control>
  857. </GOK:feedback>
  858.  
  859.  
  860.  
  861.  
  862.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  863.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  864.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  865.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  866.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  867.     <GOK:rate value="0" name="autorepeat"/>
  868.     <GOK:rate value="30" name="repeatrate"/>
  869.  
  870.  
  871.     <GOK:initialization>
  872.         <GOK:effect call="ChunkerReset"/>
  873.         <GOK:effect call="ChunkerChunkNone"/>
  874.     </GOK:initialization>
  875.  
  876.  
  877.     <GOK:state name="1">
  878.  
  879.         <GOK:handler state="enter" name="keyenter">
  880.             <GOK:effect call="SetSelectedKey"/>
  881.             <GOK:effect call="ChunkerKeyHighlight"/>
  882.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  883.         </GOK:handler>
  884.  
  885.         <GOK:handler state="leave" name="keyleave">
  886.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  887.             <GOK:effect call="SetSelectedKey"/>
  888.         </GOK:handler>
  889.  
  890.         <GOK:handler name="outputselected">
  891.             <GOK:effect call="OutputSelectedKey"/>
  892.             <GOK:effect name="feedbackselection" call="Feedback"/>
  893.         </GOK:handler>
  894.  
  895.     </GOK:state>
  896.  
  897.  
  898.     <GOK:state name="repeat">
  899.         <GOK:handler state="leave" name="keyleave">
  900.             <GOK:effect call="StateReset"/>
  901.             <GOK:effect call="UnhighlightAll"/>
  902.         </GOK:handler>
  903.     </GOK:state>
  904.  
  905. </GOK:accessmethod>
  906. <GOK:accessmethod xml:lang="cy" name="dwellselection" displayname="Dewis Oedi">
  907. <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>
  908.  
  909. <GOK:operation>
  910. <GOK:control type="frame" spacing="0" size="3" border="0" string="Gweithrediad" xml:lang="cy">
  911.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  912.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  913.  
  914.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  915.                 <GOK:control type="label" string="Dewis:" xml:lang="cy"></GOK:control>
  916.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Dewis:" xml:lang="cy"></GOK:control>
  917.             </GOK:control>
  918.  
  919.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  920.                 <GOK:control type="label" string="Gweithredu:" xml:lang="cy"></GOK:control>
  921.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Gweithredu:" xml:lang="cy"></GOK:control>
  922.             </GOK:control>
  923.  
  924.         </GOK:control>
  925.     </GOK:control>    
  926. </GOK:control>    
  927. </GOK:operation>
  928.  
  929. <GOK:feedback>
  930. <GOK:control type="frame" spacing="0" size="3" border="0" string="Adborth" xml:lang="cy">
  931.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  932.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  933.  
  934.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  935.                 <GOK:control type="label" string="Symudiad:" xml:lang="cy"></GOK:control>
  936.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Adborth Symudiad:" xml:lang="cy"></GOK:control>
  937.             </GOK:control>
  938.     
  939.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  940.                 <GOK:control type="label" string="Gweithredu:" xml:lang="cy"></GOK:control>
  941.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Adborth Gweithredu:" xml:lang="cy"></GOK:control>
  942.             </GOK:control>
  943.  
  944.         </GOK:control>
  945.     </GOK:control>
  946. </GOK:control>
  947. </GOK:feedback>
  948.  
  949.  
  950.  
  951.  
  952.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  953.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  954.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  955.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  956.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  957.     <GOK:rate value="0" name="autorepeat"/>
  958.     <GOK:rate value="30" name="repeatrate"/>
  959.  
  960.  
  961.     <GOK:initialization>
  962.         <GOK:effect call="ChunkerReset"/>
  963.         <GOK:effect call="ChunkerChunkNone"/>
  964.     </GOK:initialization>
  965.  
  966.  
  967.     <GOK:state name="1">
  968.  
  969.         <GOK:handler state="enter" name="keyenter">
  970.             <GOK:effect call="SetSelectedKey"/>
  971.             <GOK:effect call="ChunkerKeyHighlight"/>
  972.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  973.         </GOK:handler>
  974.  
  975.         <GOK:handler state="leave" name="keyleave">
  976.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  977.             <GOK:effect call="SetSelectedKey"/>
  978.         </GOK:handler>
  979.  
  980.         <GOK:handler name="outputselected">
  981.             <GOK:effect call="OutputSelectedKey"/>
  982.             <GOK:effect name="feedbackselection" call="Feedback"/>
  983.         </GOK:handler>
  984.  
  985.     </GOK:state>
  986.  
  987.  
  988.     <GOK:state name="repeat">
  989.         <GOK:handler state="leave" name="keyleave">
  990.             <GOK:effect call="StateReset"/>
  991.             <GOK:effect call="UnhighlightAll"/>
  992.         </GOK:handler>
  993.     </GOK:state>
  994.  
  995. </GOK:accessmethod>
  996. <GOK:accessmethod xml:lang="da" name="dwellselection" displayname="Dv├ªl-valg">
  997. <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>
  998.  
  999. <GOK:operation>
  1000. <GOK:control type="frame" spacing="0" size="3" border="0" string="Handling" xml:lang="da">
  1001.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1002.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1003.  
  1004.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1005.                 <GOK:control type="label" string="V├ªlg:" xml:lang="da"></GOK:control>
  1006.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="V├ªlg:" xml:lang="da"></GOK:control>
  1007.             </GOK:control>
  1008.  
  1009.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1010.                 <GOK:control type="label" string="Aktiv├⌐r:" xml:lang="da"></GOK:control>
  1011.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktiv├⌐r:" xml:lang="da"></GOK:control>
  1012.             </GOK:control>
  1013.  
  1014.         </GOK:control>
  1015.     </GOK:control>    
  1016. </GOK:control>    
  1017. </GOK:operation>
  1018.  
  1019. <GOK:feedback>
  1020. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="da">
  1021.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1022.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1023.  
  1024.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1025.                 <GOK:control type="label" string="Bev├ªgelse:" xml:lang="da"></GOK:control>
  1026.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedbackbev├ªgelse:" xml:lang="da"></GOK:control>
  1027.             </GOK:control>
  1028.     
  1029.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1030.                 <GOK:control type="label" string="Aktivering:" xml:lang="da"></GOK:control>
  1031.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback-aktivering:" xml:lang="da"></GOK:control>
  1032.             </GOK:control>
  1033.  
  1034.         </GOK:control>
  1035.     </GOK:control>
  1036. </GOK:control>
  1037. </GOK:feedback>
  1038.  
  1039.  
  1040.  
  1041.  
  1042.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  1043.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  1044.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  1045.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  1046.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  1047.     <GOK:rate value="0" name="autorepeat"/>
  1048.     <GOK:rate value="30" name="repeatrate"/>
  1049.  
  1050.  
  1051.     <GOK:initialization>
  1052.         <GOK:effect call="ChunkerReset"/>
  1053.         <GOK:effect call="ChunkerChunkNone"/>
  1054.     </GOK:initialization>
  1055.  
  1056.  
  1057.     <GOK:state name="1">
  1058.  
  1059.         <GOK:handler state="enter" name="keyenter">
  1060.             <GOK:effect call="SetSelectedKey"/>
  1061.             <GOK:effect call="ChunkerKeyHighlight"/>
  1062.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  1063.         </GOK:handler>
  1064.  
  1065.         <GOK:handler state="leave" name="keyleave">
  1066.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  1067.             <GOK:effect call="SetSelectedKey"/>
  1068.         </GOK:handler>
  1069.  
  1070.         <GOK:handler name="outputselected">
  1071.             <GOK:effect call="OutputSelectedKey"/>
  1072.             <GOK:effect name="feedbackselection" call="Feedback"/>
  1073.         </GOK:handler>
  1074.  
  1075.     </GOK:state>
  1076.  
  1077.  
  1078.     <GOK:state name="repeat">
  1079.         <GOK:handler state="leave" name="keyleave">
  1080.             <GOK:effect call="StateReset"/>
  1081.             <GOK:effect call="UnhighlightAll"/>
  1082.         </GOK:handler>
  1083.     </GOK:state>
  1084.  
  1085. </GOK:accessmethod>
  1086. <GOK:accessmethod xml:lang="de" name="dwellselection" displayname="Auswahl durch Verweilen">
  1087. <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>
  1088.  
  1089. <GOK:operation>
  1090. <GOK:control type="frame" spacing="0" size="3" border="0" string="Aktion" xml:lang="de">
  1091.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1092.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1093.  
  1094.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1095.                 <GOK:control type="label" string="Ausw├ñhlen:" xml:lang="de"></GOK:control>
  1096.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Ausw├ñhlen:" xml:lang="de"></GOK:control>
  1097.             </GOK:control>
  1098.  
  1099.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1100.                 <GOK:control type="label" string="Aktivieren:" xml:lang="de"></GOK:control>
  1101.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktivieren:" xml:lang="de"></GOK:control>
  1102.             </GOK:control>
  1103.  
  1104.         </GOK:control>
  1105.     </GOK:control>    
  1106. </GOK:control>    
  1107. </GOK:operation>
  1108.  
  1109. <GOK:feedback>
  1110. <GOK:control type="frame" spacing="0" size="3" border="0" string="R├╝ckmeldung" xml:lang="de">
  1111.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1112.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1113.  
  1114.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1115.                 <GOK:control type="label" string="Bewegung:" xml:lang="de"></GOK:control>
  1116.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="R├╝ckmeldungsbewegung:" xml:lang="de"></GOK:control>
  1117.             </GOK:control>
  1118.     
  1119.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1120.                 <GOK:control type="label" string="Aktivierung:" xml:lang="de"></GOK:control>
  1121.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="R├╝ckmeldungsaktivierung:" xml:lang="de"></GOK:control>
  1122.             </GOK:control>
  1123.  
  1124.         </GOK:control>
  1125.     </GOK:control>
  1126. </GOK:control>
  1127. </GOK:feedback>
  1128.  
  1129.  
  1130.  
  1131.  
  1132.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  1133.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  1134.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  1135.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  1136.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  1137.     <GOK:rate value="0" name="autorepeat"/>
  1138.     <GOK:rate value="30" name="repeatrate"/>
  1139.  
  1140.  
  1141.     <GOK:initialization>
  1142.         <GOK:effect call="ChunkerReset"/>
  1143.         <GOK:effect call="ChunkerChunkNone"/>
  1144.     </GOK:initialization>
  1145.  
  1146.  
  1147.     <GOK:state name="1">
  1148.  
  1149.         <GOK:handler state="enter" name="keyenter">
  1150.             <GOK:effect call="SetSelectedKey"/>
  1151.             <GOK:effect call="ChunkerKeyHighlight"/>
  1152.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  1153.         </GOK:handler>
  1154.  
  1155.         <GOK:handler state="leave" name="keyleave">
  1156.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  1157.             <GOK:effect call="SetSelectedKey"/>
  1158.         </GOK:handler>
  1159.  
  1160.         <GOK:handler name="outputselected">
  1161.             <GOK:effect call="OutputSelectedKey"/>
  1162.             <GOK:effect name="feedbackselection" call="Feedback"/>
  1163.         </GOK:handler>
  1164.  
  1165.     </GOK:state>
  1166.  
  1167.  
  1168.     <GOK:state name="repeat">
  1169.         <GOK:handler state="leave" name="keyleave">
  1170.             <GOK:effect call="StateReset"/>
  1171.             <GOK:effect call="UnhighlightAll"/>
  1172.         </GOK:handler>
  1173.     </GOK:state>
  1174.  
  1175. </GOK:accessmethod>
  1176. <GOK:accessmethod xml:lang="dz" name="dwellselection" displayname="α╜éα╜ôα╜ªα╝ïα╜ªα╛íα╜╝α╜æα╝ïα╜Çα╛▒α╜▓α╝ïα╜ªα╜║α╜úα╝ïα╜áα╜Éα╜┤α╝ì">
  1177. <GOK:description xml:space="preserve" xml:lang="dz">α╜úα╛íα╜║α╝ïα╜ÿα╜▓α╜éα╝ïα╜àα╜▓α╜éα╝ïα╜úα╜┤α╝ï α╜éα╜Öα╜╝α╝ïα╜æα╜ÿα╜▓α╜éα╜ªα╝ïα╜áα╜ûα╜æα╝ïα╜ôα╜▓α╜áα╜▓α╝ïα╜æα╜╝α╜ôα╝ïα╜úα╜┤α╝ï α╜ÿα╜▒α╜áα╜┤α╜ªα╜▓α╝ïα╜æα╜öα╜éα╝ïα╜ûα╛▒α╜║α╜æα╝ï α╜ûα╜ªα╛Æα╜┤α╜úα╝ïα╜ûα╜ªα╛Éα╛▒α╜╝α╜æα╝ïα╜áα╜ûα╜æα╝ì α╜ªα╜║α╜úα╝ïα╜áα╜Éα╜┤α╝ïα╜áα╜ûα╜æα╝ïα╜ôα╜▓α╝ïα╜úα╜┤α╝ï α╜úα╛íα╜║α╝ïα╜ÿα╜▓α╜éα╝ïα╜úα╜┤α╝ï α╜éα╜ôα╜ªα╝ïα╜ªα╛íα╜╝α╜æα╝ïα╜áα╜ûα╜æα╝ì</GOK:description>
  1178.  
  1179. <GOK:operation>
  1180. <GOK:control type="frame" spacing="0" size="3" border="0" string="α╜ûα╜Çα╜╝α╜úα╝ïα╜ªα╛ñα╛▒α╜╝α╜æα╝ì" xml:lang="dz">
  1181.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1182.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1183.  
  1184.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1185.                 <GOK:control type="label" string="α╜ªα╜║α╜úα╝ïα╜áα╜Éα╜┤α╝ïα╜áα╜ûα╜æα╝ï:α╝ì" xml:lang="dz"></GOK:control>
  1186.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="α╜ªα╜║α╜úα╝ïα╜áα╜Éα╜┤α╝ïα╜áα╜ûα╜æα╝ï:α╝ì" xml:lang="dz"></GOK:control>
  1187.             </GOK:control>
  1188.  
  1189.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1190.                 <GOK:control type="label" string="α╜ñα╜┤α╜éα╜ªα╝ïα╜úα╛íα╜ôα╝ïα╜ûα╜ƒα╜╝α╝ï:" xml:lang="dz"></GOK:control>
  1191.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="α╜ñα╜┤α╜éα╜ªα╝ïα╜úα╛íα╜ôα╝ïα╜ûα╜ƒα╜╝α╝ï:" xml:lang="dz"></GOK:control>
  1192.             </GOK:control>
  1193.  
  1194.         </GOK:control>
  1195.     </GOK:control>    
  1196. </GOK:control>    
  1197. </GOK:operation>
  1198.  
  1199. <GOK:feedback>
  1200. <GOK:control type="frame" spacing="0" size="3" border="0" string="α╜ûα╜ªα╜ÿα╝ïα╜úα╜ôα╝ì" xml:lang="dz">
  1201.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1202.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1203.  
  1204.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1205.                 <GOK:control type="label" string="α╜ûα╜ªα╛Æα╜┤α╜úα╝ïα╜ûα╜ªα╛Éα╛▒α╜╝α╜æα╝ï:α╝ì" xml:lang="dz"></GOK:control>
  1206.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="α╜ûα╜ªα╜ÿα╝ïα╜úα╜ôα╝ï α╜ûα╜ªα╛Æα╜┤α╜úα╝ïα╜ûα╜ªα╛Éα╛▒α╜╝α╜æα╝ï:α╝ì" xml:lang="dz"></GOK:control>
  1207.             </GOK:control>
  1208.     
  1209.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1210.                 <GOK:control type="label" string="α╜ñα╜┤α╜éα╜ªα╝ïα╜ûα╜ƒα╜╝α╝ï:" xml:lang="dz"></GOK:control>
  1211.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="α╜ûα╜ªα╜ÿα╝ïα╜úα╜ôα╝ïα╜ñα╜┤α╜éα╜ªα╝ïα╜ûα╜ƒα╜╝α╝ì" xml:lang="dz"></GOK:control>
  1212.             </GOK:control>
  1213.  
  1214.         </GOK:control>
  1215.     </GOK:control>
  1216. </GOK:control>
  1217. </GOK:feedback>
  1218.  
  1219.  
  1220.  
  1221.  
  1222.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  1223.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  1224.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  1225.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  1226.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  1227.     <GOK:rate value="0" name="autorepeat"/>
  1228.     <GOK:rate value="30" name="repeatrate"/>
  1229.  
  1230.  
  1231.     <GOK:initialization>
  1232.         <GOK:effect call="ChunkerReset"/>
  1233.         <GOK:effect call="ChunkerChunkNone"/>
  1234.     </GOK:initialization>
  1235.  
  1236.  
  1237.     <GOK:state name="1">
  1238.  
  1239.         <GOK:handler state="enter" name="keyenter">
  1240.             <GOK:effect call="SetSelectedKey"/>
  1241.             <GOK:effect call="ChunkerKeyHighlight"/>
  1242.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  1243.         </GOK:handler>
  1244.  
  1245.         <GOK:handler state="leave" name="keyleave">
  1246.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  1247.             <GOK:effect call="SetSelectedKey"/>
  1248.         </GOK:handler>
  1249.  
  1250.         <GOK:handler name="outputselected">
  1251.             <GOK:effect call="OutputSelectedKey"/>
  1252.             <GOK:effect name="feedbackselection" call="Feedback"/>
  1253.         </GOK:handler>
  1254.  
  1255.     </GOK:state>
  1256.  
  1257.  
  1258.     <GOK:state name="repeat">
  1259.         <GOK:handler state="leave" name="keyleave">
  1260.             <GOK:effect call="StateReset"/>
  1261.             <GOK:effect call="UnhighlightAll"/>
  1262.         </GOK:handler>
  1263.     </GOK:state>
  1264.  
  1265. </GOK:accessmethod>
  1266. <GOK:accessmethod xml:lang="el" name="dwellselection" displayname="╬Ü╧ü╬¼╧ä╬╖╬╝╬▒ ╬ò╧Ç╬╣╬╗╬┐╬│╬«╧é ">
  1267. <GOK:description xml:space="preserve" xml:lang="el">╬£╬╡╧ä╬▒╬║╬╣╬╜╬«╧â╧ä╬╡ ╧ä╬┐ ╬┤╬╡╬»╬║╧ä╬╖ ╧ä╬┐╧à ╧Ç╬┐╬╜╧ä╬╣╬║╬╣╬┐╧ì ╬│╬╣╬▒ ╬╜╬▒ ╬╡╧Ç╬╣╧â╬╖╬╝╬¼╬╜╬╡╧ä╬╡ ╬¡╬╜╬▒ ╧Ç╬╗╬«╬║╧ä╧ü╬┐.  ╬Ü╧ü╬▒╧ä╬«╧â╧ä╬╡ ╬¡╬╜╬▒ ╧Ç╬╗╬«╬║╧ä╧ü╬┐ ╬│╬╣╬▒ ╬╡╧Ç╬╣╬╗╬┐╬│╬«.</GOK:description>
  1268.  
  1269. <GOK:operation>
  1270. <GOK:control type="frame" spacing="0" size="3" border="0" string="╬¢╬╡╬╣╧ä╬┐╧à╧ü╬│╬»╬▒" xml:lang="el">
  1271.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1272.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1273.  
  1274.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1275.                 <GOK:control type="label" string="╬ò╧Ç╬╣╬╗╬┐╬│╬«:" xml:lang="el"></GOK:control>
  1276.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="╬ò╧Ç╬╣╬╗╬┐╬│╬«:" xml:lang="el"></GOK:control>
  1277.             </GOK:control>
  1278.  
  1279.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1280.                 <GOK:control type="label" string="╬ò╬╜╬╡╧ü╬│╬┐╧Ç╬┐╬»╬╖╧â╬╖:" xml:lang="el"></GOK:control>
  1281.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="╬ò╬╜╬╡╧ü╬│╬┐╧Ç╬┐╬»╬╖╧â╬╖:" xml:lang="el"></GOK:control>
  1282.             </GOK:control>
  1283.  
  1284.         </GOK:control>
  1285.     </GOK:control>    
  1286. </GOK:control>    
  1287. </GOK:operation>
  1288.  
  1289. <GOK:feedback>
  1290. <GOK:control type="frame" spacing="0" size="3" border="0" string="╬æ╬╜╬¼╬┤╧ü╬▒╧â╬╖" xml:lang="el">
  1291.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1292.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1293.  
  1294.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1295.                 <GOK:control type="label" string="╬Ü╬»╬╜╬╖╧â╬╖:" xml:lang="el"></GOK:control>
  1296.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="╬Ü╬»╬╜╬╖╧â╬╖ ╬æ╬╜╬¼╬┤╧ü╬▒╧â╬╖╧é:" xml:lang="el"></GOK:control>
  1297.             </GOK:control>
  1298.     
  1299.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1300.                 <GOK:control type="label" string="╬ò╬╜╬╡╧ü╬│╬┐╧Ç╬┐╬»╬╖╧â╬╖:" xml:lang="el"></GOK:control>
  1301.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="╬ò╬╜╬╡╧ü╬│╬┐╧Ç╬┐╬»╬╖╧â╬╖ ╬æ╬╜╬¼╬┤╧ü╬▒╧â╬╖╧é:" xml:lang="el"></GOK:control>
  1302.             </GOK:control>
  1303.  
  1304.         </GOK:control>
  1305.     </GOK:control>
  1306. </GOK:control>
  1307. </GOK:feedback>
  1308.  
  1309.  
  1310.  
  1311.  
  1312.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  1313.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  1314.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  1315.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  1316.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  1317.     <GOK:rate value="0" name="autorepeat"/>
  1318.     <GOK:rate value="30" name="repeatrate"/>
  1319.  
  1320.  
  1321.     <GOK:initialization>
  1322.         <GOK:effect call="ChunkerReset"/>
  1323.         <GOK:effect call="ChunkerChunkNone"/>
  1324.     </GOK:initialization>
  1325.  
  1326.  
  1327.     <GOK:state name="1">
  1328.  
  1329.         <GOK:handler state="enter" name="keyenter">
  1330.             <GOK:effect call="SetSelectedKey"/>
  1331.             <GOK:effect call="ChunkerKeyHighlight"/>
  1332.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  1333.         </GOK:handler>
  1334.  
  1335.         <GOK:handler state="leave" name="keyleave">
  1336.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  1337.             <GOK:effect call="SetSelectedKey"/>
  1338.         </GOK:handler>
  1339.  
  1340.         <GOK:handler name="outputselected">
  1341.             <GOK:effect call="OutputSelectedKey"/>
  1342.             <GOK:effect name="feedbackselection" call="Feedback"/>
  1343.         </GOK:handler>
  1344.  
  1345.     </GOK:state>
  1346.  
  1347.  
  1348.     <GOK:state name="repeat">
  1349.         <GOK:handler state="leave" name="keyleave">
  1350.             <GOK:effect call="StateReset"/>
  1351.             <GOK:effect call="UnhighlightAll"/>
  1352.         </GOK:handler>
  1353.     </GOK:state>
  1354.  
  1355. </GOK:accessmethod>
  1356. <GOK:accessmethod xml:lang="en_CA" name="dwellselection" displayname="Dwell Selection">
  1357. <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>
  1358.  
  1359. <GOK:operation>
  1360. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="en_CA">
  1361.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1362.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1363.  
  1364.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1365.                 <GOK:control type="label" string="Select:" xml:lang="en_CA"></GOK:control>
  1366.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" xml:lang="en_CA"></GOK:control>
  1367.             </GOK:control>
  1368.  
  1369.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1370.                 <GOK:control type="label" string="Activate:" xml:lang="en_CA"></GOK:control>
  1371.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="en_CA"></GOK:control>
  1372.             </GOK:control>
  1373.  
  1374.         </GOK:control>
  1375.     </GOK:control>    
  1376. </GOK:control>    
  1377. </GOK:operation>
  1378.  
  1379. <GOK:feedback>
  1380. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="en_CA">
  1381.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1382.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1383.  
  1384.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1385.                 <GOK:control type="label" string="Movement:" xml:lang="en_CA"></GOK:control>
  1386.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="en_CA"></GOK:control>
  1387.             </GOK:control>
  1388.     
  1389.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1390.                 <GOK:control type="label" string="Activation:" xml:lang="en_CA"></GOK:control>
  1391.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="en_CA"></GOK:control>
  1392.             </GOK:control>
  1393.  
  1394.         </GOK:control>
  1395.     </GOK:control>
  1396. </GOK:control>
  1397. </GOK:feedback>
  1398.  
  1399.  
  1400.  
  1401.  
  1402.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  1403.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  1404.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  1405.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  1406.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  1407.     <GOK:rate value="0" name="autorepeat"/>
  1408.     <GOK:rate value="30" name="repeatrate"/>
  1409.  
  1410.  
  1411.     <GOK:initialization>
  1412.         <GOK:effect call="ChunkerReset"/>
  1413.         <GOK:effect call="ChunkerChunkNone"/>
  1414.     </GOK:initialization>
  1415.  
  1416.  
  1417.     <GOK:state name="1">
  1418.  
  1419.         <GOK:handler state="enter" name="keyenter">
  1420.             <GOK:effect call="SetSelectedKey"/>
  1421.             <GOK:effect call="ChunkerKeyHighlight"/>
  1422.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  1423.         </GOK:handler>
  1424.  
  1425.         <GOK:handler state="leave" name="keyleave">
  1426.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  1427.             <GOK:effect call="SetSelectedKey"/>
  1428.         </GOK:handler>
  1429.  
  1430.         <GOK:handler name="outputselected">
  1431.             <GOK:effect call="OutputSelectedKey"/>
  1432.             <GOK:effect name="feedbackselection" call="Feedback"/>
  1433.         </GOK:handler>
  1434.  
  1435.     </GOK:state>
  1436.  
  1437.  
  1438.     <GOK:state name="repeat">
  1439.         <GOK:handler state="leave" name="keyleave">
  1440.             <GOK:effect call="StateReset"/>
  1441.             <GOK:effect call="UnhighlightAll"/>
  1442.         </GOK:handler>
  1443.     </GOK:state>
  1444.  
  1445. </GOK:accessmethod>
  1446. <GOK:accessmethod xml:lang="en_GB" name="dwellselection" displayname="Dwell Selection">
  1447. <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>
  1448.  
  1449. <GOK:operation>
  1450. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="en_GB">
  1451.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1452.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1453.  
  1454.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1455.                 <GOK:control type="label" string="Select:" xml:lang="en_GB"></GOK:control>
  1456.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" xml:lang="en_GB"></GOK:control>
  1457.             </GOK:control>
  1458.  
  1459.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1460.                 <GOK:control type="label" string="Activate:" xml:lang="en_GB"></GOK:control>
  1461.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="en_GB"></GOK:control>
  1462.             </GOK:control>
  1463.  
  1464.         </GOK:control>
  1465.     </GOK:control>    
  1466. </GOK:control>    
  1467. </GOK:operation>
  1468.  
  1469. <GOK:feedback>
  1470. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="en_GB">
  1471.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1472.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1473.  
  1474.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1475.                 <GOK:control type="label" string="Movement:" xml:lang="en_GB"></GOK:control>
  1476.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="en_GB"></GOK:control>
  1477.             </GOK:control>
  1478.     
  1479.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1480.                 <GOK:control type="label" string="Activation:" xml:lang="en_GB"></GOK:control>
  1481.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="en_GB"></GOK:control>
  1482.             </GOK:control>
  1483.  
  1484.         </GOK:control>
  1485.     </GOK:control>
  1486. </GOK:control>
  1487. </GOK:feedback>
  1488.  
  1489.  
  1490.  
  1491.  
  1492.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  1493.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  1494.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  1495.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  1496.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  1497.     <GOK:rate value="0" name="autorepeat"/>
  1498.     <GOK:rate value="30" name="repeatrate"/>
  1499.  
  1500.  
  1501.     <GOK:initialization>
  1502.         <GOK:effect call="ChunkerReset"/>
  1503.         <GOK:effect call="ChunkerChunkNone"/>
  1504.     </GOK:initialization>
  1505.  
  1506.  
  1507.     <GOK:state name="1">
  1508.  
  1509.         <GOK:handler state="enter" name="keyenter">
  1510.             <GOK:effect call="SetSelectedKey"/>
  1511.             <GOK:effect call="ChunkerKeyHighlight"/>
  1512.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  1513.         </GOK:handler>
  1514.  
  1515.         <GOK:handler state="leave" name="keyleave">
  1516.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  1517.             <GOK:effect call="SetSelectedKey"/>
  1518.         </GOK:handler>
  1519.  
  1520.         <GOK:handler name="outputselected">
  1521.             <GOK:effect call="OutputSelectedKey"/>
  1522.             <GOK:effect name="feedbackselection" call="Feedback"/>
  1523.         </GOK:handler>
  1524.  
  1525.     </GOK:state>
  1526.  
  1527.  
  1528.     <GOK:state name="repeat">
  1529.         <GOK:handler state="leave" name="keyleave">
  1530.             <GOK:effect call="StateReset"/>
  1531.             <GOK:effect call="UnhighlightAll"/>
  1532.         </GOK:handler>
  1533.     </GOK:state>
  1534.  
  1535. </GOK:accessmethod>
  1536. <GOK:accessmethod xml:lang="es" name="dwellselection" displayname="Selecci├│n al posarse">
  1537. <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>
  1538.  
  1539. <GOK:operation>
  1540. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operaci├│n" xml:lang="es">
  1541.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1542.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1543.  
  1544.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1545.                 <GOK:control type="label" string="Seleccionar:" xml:lang="es"></GOK:control>
  1546.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Seleccionar:" xml:lang="es"></GOK:control>
  1547.             </GOK:control>
  1548.  
  1549.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1550.                 <GOK:control type="label" string="Activar:" xml:lang="es"></GOK:control>
  1551.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activar:" xml:lang="es"></GOK:control>
  1552.             </GOK:control>
  1553.  
  1554.         </GOK:control>
  1555.     </GOK:control>    
  1556. </GOK:control>    
  1557. </GOK:operation>
  1558.  
  1559. <GOK:feedback>
  1560. <GOK:control type="frame" spacing="0" size="3" border="0" string="Retroalimentaci├│n" xml:lang="es">
  1561.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1562.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1563.  
  1564.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1565.                 <GOK:control type="label" string="Movimiento:" xml:lang="es"></GOK:control>
  1566.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Movimiento de realimentaci├│n:" xml:lang="es"></GOK:control>
  1567.             </GOK:control>
  1568.     
  1569.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1570.                 <GOK:control type="label" string="Activaci├│n:" xml:lang="es"></GOK:control>
  1571.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Activaci├│n de realimentaci├│n:" xml:lang="es"></GOK:control>
  1572.             </GOK:control>
  1573.  
  1574.         </GOK:control>
  1575.     </GOK:control>
  1576. </GOK:control>
  1577. </GOK:feedback>
  1578.  
  1579.  
  1580.  
  1581.  
  1582.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  1583.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  1584.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  1585.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  1586.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  1587.     <GOK:rate value="0" name="autorepeat"/>
  1588.     <GOK:rate value="30" name="repeatrate"/>
  1589.  
  1590.  
  1591.     <GOK:initialization>
  1592.         <GOK:effect call="ChunkerReset"/>
  1593.         <GOK:effect call="ChunkerChunkNone"/>
  1594.     </GOK:initialization>
  1595.  
  1596.  
  1597.     <GOK:state name="1">
  1598.  
  1599.         <GOK:handler state="enter" name="keyenter">
  1600.             <GOK:effect call="SetSelectedKey"/>
  1601.             <GOK:effect call="ChunkerKeyHighlight"/>
  1602.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  1603.         </GOK:handler>
  1604.  
  1605.         <GOK:handler state="leave" name="keyleave">
  1606.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  1607.             <GOK:effect call="SetSelectedKey"/>
  1608.         </GOK:handler>
  1609.  
  1610.         <GOK:handler name="outputselected">
  1611.             <GOK:effect call="OutputSelectedKey"/>
  1612.             <GOK:effect name="feedbackselection" call="Feedback"/>
  1613.         </GOK:handler>
  1614.  
  1615.     </GOK:state>
  1616.  
  1617.  
  1618.     <GOK:state name="repeat">
  1619.         <GOK:handler state="leave" name="keyleave">
  1620.             <GOK:effect call="StateReset"/>
  1621.             <GOK:effect call="UnhighlightAll"/>
  1622.         </GOK:handler>
  1623.     </GOK:state>
  1624.  
  1625. </GOK:accessmethod>
  1626. <GOK:accessmethod xml:lang="et" name="dwellselection" displayname="Dwell Selection">
  1627. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  1628.  
  1629. <GOK:operation>
  1630. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="et">
  1631.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1632.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1633.  
  1634.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1635.                 <GOK:control type="label" string="Select:" xml:lang="et"></GOK:control>
  1636.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" xml:lang="et"></GOK:control>
  1637.             </GOK:control>
  1638.  
  1639.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1640.                 <GOK:control type="label" string="Activate:" xml:lang="et"></GOK:control>
  1641.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="et"></GOK:control>
  1642.             </GOK:control>
  1643.  
  1644.         </GOK:control>
  1645.     </GOK:control>    
  1646. </GOK:control>    
  1647. </GOK:operation>
  1648.  
  1649. <GOK:feedback>
  1650. <GOK:control type="frame" spacing="0" size="3" border="0" string="Tagasiside" xml:lang="et">
  1651.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1652.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1653.  
  1654.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1655.                 <GOK:control type="label" string="Movement:" xml:lang="et"></GOK:control>
  1656.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="et"></GOK:control>
  1657.             </GOK:control>
  1658.     
  1659.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1660.                 <GOK:control type="label" string="Aktiveerimine:" xml:lang="et"></GOK:control>
  1661.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Tagasiside aktiveerimine:" xml:lang="et"></GOK:control>
  1662.             </GOK:control>
  1663.  
  1664.         </GOK:control>
  1665.     </GOK:control>
  1666. </GOK:control>
  1667. </GOK:feedback>
  1668.  
  1669.  
  1670.  
  1671.  
  1672.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  1673.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  1674.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  1675.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  1676.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  1677.     <GOK:rate value="0" name="autorepeat"/>
  1678.     <GOK:rate value="30" name="repeatrate"/>
  1679.  
  1680.  
  1681.     <GOK:initialization>
  1682.         <GOK:effect call="ChunkerReset"/>
  1683.         <GOK:effect call="ChunkerChunkNone"/>
  1684.     </GOK:initialization>
  1685.  
  1686.  
  1687.     <GOK:state name="1">
  1688.  
  1689.         <GOK:handler state="enter" name="keyenter">
  1690.             <GOK:effect call="SetSelectedKey"/>
  1691.             <GOK:effect call="ChunkerKeyHighlight"/>
  1692.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  1693.         </GOK:handler>
  1694.  
  1695.         <GOK:handler state="leave" name="keyleave">
  1696.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  1697.             <GOK:effect call="SetSelectedKey"/>
  1698.         </GOK:handler>
  1699.  
  1700.         <GOK:handler name="outputselected">
  1701.             <GOK:effect call="OutputSelectedKey"/>
  1702.             <GOK:effect name="feedbackselection" call="Feedback"/>
  1703.         </GOK:handler>
  1704.  
  1705.     </GOK:state>
  1706.  
  1707.  
  1708.     <GOK:state name="repeat">
  1709.         <GOK:handler state="leave" name="keyleave">
  1710.             <GOK:effect call="StateReset"/>
  1711.             <GOK:effect call="UnhighlightAll"/>
  1712.         </GOK:handler>
  1713.     </GOK:state>
  1714.  
  1715. </GOK:accessmethod>
  1716. <GOK:accessmethod xml:lang="eu" name="dwellselection" displayname="Pausatze-hautaketa">
  1717. <GOK:description xml:space="preserve" xml:lang="eu">Lekuz aldatu saguaren erakuslea tekla bat nabarmentzeko. Pausatu teklaren gainean hautatzeko.</GOK:description>
  1718.  
  1719. <GOK:operation>
  1720. <GOK:control type="frame" spacing="0" size="3" border="0" string="Eragiketa" xml:lang="eu">
  1721.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1722.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1723.  
  1724.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1725.                 <GOK:control type="label" string="Hautatu:" xml:lang="eu"></GOK:control>
  1726.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Hautatu:" xml:lang="eu"></GOK:control>
  1727.             </GOK:control>
  1728.  
  1729.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1730.                 <GOK:control type="label" string="Aktibatu:" xml:lang="eu"></GOK:control>
  1731.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktibatu:" xml:lang="eu"></GOK:control>
  1732.             </GOK:control>
  1733.  
  1734.         </GOK:control>
  1735.     </GOK:control>    
  1736. </GOK:control>    
  1737. </GOK:operation>
  1738.  
  1739. <GOK:feedback>
  1740. <GOK:control type="frame" spacing="0" size="3" border="0" string="Berrelikadura" xml:lang="eu">
  1741.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1742.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1743.  
  1744.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1745.                 <GOK:control type="label" string="Mugimendua:" xml:lang="eu"></GOK:control>
  1746.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Berrelikaduraren mugimendua:" xml:lang="eu"></GOK:control>
  1747.             </GOK:control>
  1748.     
  1749.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1750.                 <GOK:control type="label" string="Aktibatzea:" xml:lang="eu"></GOK:control>
  1751.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Berrelikaduraren aktibazioa:" xml:lang="eu"></GOK:control>
  1752.             </GOK:control>
  1753.  
  1754.         </GOK:control>
  1755.     </GOK:control>
  1756. </GOK:control>
  1757. </GOK:feedback>
  1758.  
  1759.  
  1760.  
  1761.  
  1762.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  1763.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  1764.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  1765.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  1766.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  1767.     <GOK:rate value="0" name="autorepeat"/>
  1768.     <GOK:rate value="30" name="repeatrate"/>
  1769.  
  1770.  
  1771.     <GOK:initialization>
  1772.         <GOK:effect call="ChunkerReset"/>
  1773.         <GOK:effect call="ChunkerChunkNone"/>
  1774.     </GOK:initialization>
  1775.  
  1776.  
  1777.     <GOK:state name="1">
  1778.  
  1779.         <GOK:handler state="enter" name="keyenter">
  1780.             <GOK:effect call="SetSelectedKey"/>
  1781.             <GOK:effect call="ChunkerKeyHighlight"/>
  1782.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  1783.         </GOK:handler>
  1784.  
  1785.         <GOK:handler state="leave" name="keyleave">
  1786.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  1787.             <GOK:effect call="SetSelectedKey"/>
  1788.         </GOK:handler>
  1789.  
  1790.         <GOK:handler name="outputselected">
  1791.             <GOK:effect call="OutputSelectedKey"/>
  1792.             <GOK:effect name="feedbackselection" call="Feedback"/>
  1793.         </GOK:handler>
  1794.  
  1795.     </GOK:state>
  1796.  
  1797.  
  1798.     <GOK:state name="repeat">
  1799.         <GOK:handler state="leave" name="keyleave">
  1800.             <GOK:effect call="StateReset"/>
  1801.             <GOK:effect call="UnhighlightAll"/>
  1802.         </GOK:handler>
  1803.     </GOK:state>
  1804.  
  1805. </GOK:accessmethod>
  1806. <GOK:accessmethod xml:lang="fa" name="dwellselection" displayname="╪º┘å╪¬╪«╪º╪¿ ╪¿╪º ╪¬┘ê┘é┘ü">
  1807. <GOK:description xml:space="preserve" xml:lang="fa">╪º╪┤╪º╪▒┘çΓÇî┌»╪▒ ┘à┘ê╪┤█î ╪▒╪º ╪¡╪▒┌⌐╪¬ ╪»┘ç█î╪» ╪¬╪º █î┌⌐ ┌⌐┘ä█î╪» ┘╛╪▒╪▒┘å┌» ╪┤┘ê╪».  ╪▒┘ê█î ┌⌐┘ä█î╪» ╪¬┘ê┘é┘ü ┌⌐┘å█î╪» ╪¬╪º ╪º┘å╪¬╪«╪º╪¿ ╪┤┘ê╪».</GOK:description>
  1808.  
  1809. <GOK:operation>
  1810. <GOK:control type="frame" spacing="0" size="3" border="0" string="╪╣┘à┘ä█î╪º╪¬" xml:lang="fa">
  1811.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1812.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1813.  
  1814.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1815.                 <GOK:control type="label" string="╪º┘å╪¬╪«╪º╪¿:" xml:lang="fa"></GOK:control>
  1816.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="╪º┘å╪¬╪«╪º╪¿:" xml:lang="fa"></GOK:control>
  1817.             </GOK:control>
  1818.  
  1819.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1820.                 <GOK:control type="label" string="┘ü╪╣╪º┘ä ┌⌐╪▒╪»┘å:" xml:lang="fa"></GOK:control>
  1821.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="┘ü╪╣╪º┘ä ┌⌐╪▒╪»┘å:" xml:lang="fa"></GOK:control>
  1822.             </GOK:control>
  1823.  
  1824.         </GOK:control>
  1825.     </GOK:control>    
  1826. </GOK:control>    
  1827. </GOK:operation>
  1828.  
  1829. <GOK:feedback>
  1830. <GOK:control type="frame" spacing="0" size="3" border="0" string="╪¿╪º╪▓╪«┘ê╪▒╪»" xml:lang="fa">
  1831.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1832.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1833.  
  1834.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1835.                 <GOK:control type="label" string="╪¼╪º╪¿┘çΓÇî╪¼╪º█î█î:" xml:lang="fa"></GOK:control>
  1836.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="╪¼╪º╪¿┘çΓÇî╪¼╪º█î█î ╪¿╪º╪▓╪«┘ê╪▒╪»:" xml:lang="fa"></GOK:control>
  1837.             </GOK:control>
  1838.     
  1839.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1840.                 <GOK:control type="label" string="┘ü╪╣╪º┘äΓÇî╪│╪º╪▓█î:" xml:lang="fa"></GOK:control>
  1841.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="┘ü╪╣╪º┘äΓÇî╪│╪º╪▓█î ╪¿╪º╪▓╪«┘ê╪▒╪»:" xml:lang="fa"></GOK:control>
  1842.             </GOK:control>
  1843.  
  1844.         </GOK:control>
  1845.     </GOK:control>
  1846. </GOK:control>
  1847. </GOK:feedback>
  1848.  
  1849.  
  1850.  
  1851.  
  1852.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  1853.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  1854.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  1855.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  1856.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  1857.     <GOK:rate value="0" name="autorepeat"/>
  1858.     <GOK:rate value="30" name="repeatrate"/>
  1859.  
  1860.  
  1861.     <GOK:initialization>
  1862.         <GOK:effect call="ChunkerReset"/>
  1863.         <GOK:effect call="ChunkerChunkNone"/>
  1864.     </GOK:initialization>
  1865.  
  1866.  
  1867.     <GOK:state name="1">
  1868.  
  1869.         <GOK:handler state="enter" name="keyenter">
  1870.             <GOK:effect call="SetSelectedKey"/>
  1871.             <GOK:effect call="ChunkerKeyHighlight"/>
  1872.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  1873.         </GOK:handler>
  1874.  
  1875.         <GOK:handler state="leave" name="keyleave">
  1876.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  1877.             <GOK:effect call="SetSelectedKey"/>
  1878.         </GOK:handler>
  1879.  
  1880.         <GOK:handler name="outputselected">
  1881.             <GOK:effect call="OutputSelectedKey"/>
  1882.             <GOK:effect name="feedbackselection" call="Feedback"/>
  1883.         </GOK:handler>
  1884.  
  1885.     </GOK:state>
  1886.  
  1887.  
  1888.     <GOK:state name="repeat">
  1889.         <GOK:handler state="leave" name="keyleave">
  1890.             <GOK:effect call="StateReset"/>
  1891.             <GOK:effect call="UnhighlightAll"/>
  1892.         </GOK:handler>
  1893.     </GOK:state>
  1894.  
  1895. </GOK:accessmethod>
  1896. <GOK:accessmethod xml:lang="fi" name="dwellselection" displayname="Viiv├ñst├ñ valinta">
  1897. <GOK:description xml:space="preserve" xml:lang="fi">Siirr├ñ hiiren osoitinta korostaaksesi n├ñpp├ñimen. Viivy n├ñpp├ñimen p├ñ├ñll├ñ valitaksesi.</GOK:description>
  1898.  
  1899. <GOK:operation>
  1900. <GOK:control type="frame" spacing="0" size="3" border="0" string="Toimenpide" xml:lang="fi">
  1901.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1902.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1903.  
  1904.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1905.                 <GOK:control type="label" string="Valitse:" xml:lang="fi"></GOK:control>
  1906.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Valitse:" xml:lang="fi"></GOK:control>
  1907.             </GOK:control>
  1908.  
  1909.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1910.                 <GOK:control type="label" string="Aktivoi:" xml:lang="fi"></GOK:control>
  1911.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktivoi:" xml:lang="fi"></GOK:control>
  1912.             </GOK:control>
  1913.  
  1914.         </GOK:control>
  1915.     </GOK:control>    
  1916. </GOK:control>    
  1917. </GOK:operation>
  1918.  
  1919. <GOK:feedback>
  1920. <GOK:control type="frame" spacing="0" size="3" border="0" string="Palaute" xml:lang="fi">
  1921.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1922.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1923.  
  1924.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1925.                 <GOK:control type="label" string="Liike:" xml:lang="fi"></GOK:control>
  1926.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Palautteen liike:" xml:lang="fi"></GOK:control>
  1927.             </GOK:control>
  1928.     
  1929.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1930.                 <GOK:control type="label" string="Aktivointi:" xml:lang="fi"></GOK:control>
  1931.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Palautteen aktivointi:" xml:lang="fi"></GOK:control>
  1932.             </GOK:control>
  1933.  
  1934.         </GOK:control>
  1935.     </GOK:control>
  1936. </GOK:control>
  1937. </GOK:feedback>
  1938.  
  1939.  
  1940.  
  1941.  
  1942.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  1943.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  1944.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  1945.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  1946.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  1947.     <GOK:rate value="0" name="autorepeat"/>
  1948.     <GOK:rate value="30" name="repeatrate"/>
  1949.  
  1950.  
  1951.     <GOK:initialization>
  1952.         <GOK:effect call="ChunkerReset"/>
  1953.         <GOK:effect call="ChunkerChunkNone"/>
  1954.     </GOK:initialization>
  1955.  
  1956.  
  1957.     <GOK:state name="1">
  1958.  
  1959.         <GOK:handler state="enter" name="keyenter">
  1960.             <GOK:effect call="SetSelectedKey"/>
  1961.             <GOK:effect call="ChunkerKeyHighlight"/>
  1962.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  1963.         </GOK:handler>
  1964.  
  1965.         <GOK:handler state="leave" name="keyleave">
  1966.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  1967.             <GOK:effect call="SetSelectedKey"/>
  1968.         </GOK:handler>
  1969.  
  1970.         <GOK:handler name="outputselected">
  1971.             <GOK:effect call="OutputSelectedKey"/>
  1972.             <GOK:effect name="feedbackselection" call="Feedback"/>
  1973.         </GOK:handler>
  1974.  
  1975.     </GOK:state>
  1976.  
  1977.  
  1978.     <GOK:state name="repeat">
  1979.         <GOK:handler state="leave" name="keyleave">
  1980.             <GOK:effect call="StateReset"/>
  1981.             <GOK:effect call="UnhighlightAll"/>
  1982.         </GOK:handler>
  1983.     </GOK:state>
  1984.  
  1985. </GOK:accessmethod>
  1986. <GOK:accessmethod xml:lang="fr" name="dwellselection" displayname="S├⌐lection par pointage">
  1987. <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>
  1988.  
  1989. <GOK:operation>
  1990. <GOK:control type="frame" spacing="0" size="3" border="0" string="Op├⌐ration" xml:lang="fr">
  1991.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  1992.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  1993.  
  1994.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  1995.                 <GOK:control type="label" string="S├⌐lection┬á:" xml:lang="fr"></GOK:control>
  1996.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="S├⌐lection┬á:" xml:lang="fr"></GOK:control>
  1997.             </GOK:control>
  1998.  
  1999.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2000.                 <GOK:control type="label" string="Activer┬á:" xml:lang="fr"></GOK:control>
  2001.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activer┬á:" xml:lang="fr"></GOK:control>
  2002.             </GOK:control>
  2003.  
  2004.         </GOK:control>
  2005.     </GOK:control>    
  2006. </GOK:control>    
  2007. </GOK:operation>
  2008.  
  2009. <GOK:feedback>
  2010. <GOK:control type="frame" spacing="0" size="3" border="0" string="R├⌐troactions" xml:lang="fr">
  2011.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2012.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2013.  
  2014.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2015.                 <GOK:control type="label" string="Sur un mouvement┬á:" xml:lang="fr"></GOK:control>
  2016.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Mouvement de r├⌐troaction┬á:" xml:lang="fr"></GOK:control>
  2017.             </GOK:control>
  2018.     
  2019.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2020.                 <GOK:control type="label" string="Activation┬á:" xml:lang="fr"></GOK:control>
  2021.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Activation la r├⌐troaction┬á:" xml:lang="fr"></GOK:control>
  2022.             </GOK:control>
  2023.  
  2024.         </GOK:control>
  2025.     </GOK:control>
  2026. </GOK:control>
  2027. </GOK:feedback>
  2028.  
  2029.  
  2030.  
  2031.  
  2032.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  2033.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  2034.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  2035.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  2036.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  2037.     <GOK:rate value="0" name="autorepeat"/>
  2038.     <GOK:rate value="30" name="repeatrate"/>
  2039.  
  2040.  
  2041.     <GOK:initialization>
  2042.         <GOK:effect call="ChunkerReset"/>
  2043.         <GOK:effect call="ChunkerChunkNone"/>
  2044.     </GOK:initialization>
  2045.  
  2046.  
  2047.     <GOK:state name="1">
  2048.  
  2049.         <GOK:handler state="enter" name="keyenter">
  2050.             <GOK:effect call="SetSelectedKey"/>
  2051.             <GOK:effect call="ChunkerKeyHighlight"/>
  2052.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  2053.         </GOK:handler>
  2054.  
  2055.         <GOK:handler state="leave" name="keyleave">
  2056.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  2057.             <GOK:effect call="SetSelectedKey"/>
  2058.         </GOK:handler>
  2059.  
  2060.         <GOK:handler name="outputselected">
  2061.             <GOK:effect call="OutputSelectedKey"/>
  2062.             <GOK:effect name="feedbackselection" call="Feedback"/>
  2063.         </GOK:handler>
  2064.  
  2065.     </GOK:state>
  2066.  
  2067.  
  2068.     <GOK:state name="repeat">
  2069.         <GOK:handler state="leave" name="keyleave">
  2070.             <GOK:effect call="StateReset"/>
  2071.             <GOK:effect call="UnhighlightAll"/>
  2072.         </GOK:handler>
  2073.     </GOK:state>
  2074.  
  2075. </GOK:accessmethod>
  2076. <GOK:accessmethod xml:lang="ga" name="dwellselection" displayname="Dwell Selection">
  2077. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  2078.  
  2079. <GOK:operation>
  2080. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="ga">
  2081.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2082.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2083.  
  2084.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2085.                 <GOK:control type="label" string="Select:" xml:lang="ga"></GOK:control>
  2086.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" xml:lang="ga"></GOK:control>
  2087.             </GOK:control>
  2088.  
  2089.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2090.                 <GOK:control type="label" string="Activate:" xml:lang="ga"></GOK:control>
  2091.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="ga"></GOK:control>
  2092.             </GOK:control>
  2093.  
  2094.         </GOK:control>
  2095.     </GOK:control>    
  2096. </GOK:control>    
  2097. </GOK:operation>
  2098.  
  2099. <GOK:feedback>
  2100. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="ga">
  2101.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2102.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2103.  
  2104.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2105.                 <GOK:control type="label" string="Movement:" xml:lang="ga"></GOK:control>
  2106.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="ga"></GOK:control>
  2107.             </GOK:control>
  2108.     
  2109.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2110.                 <GOK:control type="label" string="Activation:" xml:lang="ga"></GOK:control>
  2111.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ga"></GOK:control>
  2112.             </GOK:control>
  2113.  
  2114.         </GOK:control>
  2115.     </GOK:control>
  2116. </GOK:control>
  2117. </GOK:feedback>
  2118.  
  2119.  
  2120.  
  2121.  
  2122.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  2123.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  2124.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  2125.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  2126.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  2127.     <GOK:rate value="0" name="autorepeat"/>
  2128.     <GOK:rate value="30" name="repeatrate"/>
  2129.  
  2130.  
  2131.     <GOK:initialization>
  2132.         <GOK:effect call="ChunkerReset"/>
  2133.         <GOK:effect call="ChunkerChunkNone"/>
  2134.     </GOK:initialization>
  2135.  
  2136.  
  2137.     <GOK:state name="1">
  2138.  
  2139.         <GOK:handler state="enter" name="keyenter">
  2140.             <GOK:effect call="SetSelectedKey"/>
  2141.             <GOK:effect call="ChunkerKeyHighlight"/>
  2142.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  2143.         </GOK:handler>
  2144.  
  2145.         <GOK:handler state="leave" name="keyleave">
  2146.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  2147.             <GOK:effect call="SetSelectedKey"/>
  2148.         </GOK:handler>
  2149.  
  2150.         <GOK:handler name="outputselected">
  2151.             <GOK:effect call="OutputSelectedKey"/>
  2152.             <GOK:effect name="feedbackselection" call="Feedback"/>
  2153.         </GOK:handler>
  2154.  
  2155.     </GOK:state>
  2156.  
  2157.  
  2158.     <GOK:state name="repeat">
  2159.         <GOK:handler state="leave" name="keyleave">
  2160.             <GOK:effect call="StateReset"/>
  2161.             <GOK:effect call="UnhighlightAll"/>
  2162.         </GOK:handler>
  2163.     </GOK:state>
  2164.  
  2165. </GOK:accessmethod>
  2166. <GOK:accessmethod xml:lang="gl" name="dwellselection" displayname="Selecci├│n ao posarse">
  2167. <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>
  2168.  
  2169. <GOK:operation>
  2170. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operaci├│n" xml:lang="gl">
  2171.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2172.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2173.  
  2174.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2175.                 <GOK:control type="label" string="Seleccionar:" xml:lang="gl"></GOK:control>
  2176.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Seleccionar:" xml:lang="gl"></GOK:control>
  2177.             </GOK:control>
  2178.  
  2179.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2180.                 <GOK:control type="label" string="Activar:" xml:lang="gl"></GOK:control>
  2181.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activar:" xml:lang="gl"></GOK:control>
  2182.             </GOK:control>
  2183.  
  2184.         </GOK:control>
  2185.     </GOK:control>    
  2186. </GOK:control>    
  2187. </GOK:operation>
  2188.  
  2189. <GOK:feedback>
  2190. <GOK:control type="frame" spacing="0" size="3" border="0" string="Retroalimentaci├│n" xml:lang="gl">
  2191.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2192.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2193.  
  2194.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2195.                 <GOK:control type="label" string="Movemento:" xml:lang="gl"></GOK:control>
  2196.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Movemento de realimentaci├│n:" xml:lang="gl"></GOK:control>
  2197.             </GOK:control>
  2198.     
  2199.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2200.                 <GOK:control type="label" string="Activaci├│n:" xml:lang="gl"></GOK:control>
  2201.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Activaci├│n de realimentaci├│n:" xml:lang="gl"></GOK:control>
  2202.             </GOK:control>
  2203.  
  2204.         </GOK:control>
  2205.     </GOK:control>
  2206. </GOK:control>
  2207. </GOK:feedback>
  2208.  
  2209.  
  2210.  
  2211.  
  2212.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  2213.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  2214.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  2215.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  2216.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  2217.     <GOK:rate value="0" name="autorepeat"/>
  2218.     <GOK:rate value="30" name="repeatrate"/>
  2219.  
  2220.  
  2221.     <GOK:initialization>
  2222.         <GOK:effect call="ChunkerReset"/>
  2223.         <GOK:effect call="ChunkerChunkNone"/>
  2224.     </GOK:initialization>
  2225.  
  2226.  
  2227.     <GOK:state name="1">
  2228.  
  2229.         <GOK:handler state="enter" name="keyenter">
  2230.             <GOK:effect call="SetSelectedKey"/>
  2231.             <GOK:effect call="ChunkerKeyHighlight"/>
  2232.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  2233.         </GOK:handler>
  2234.  
  2235.         <GOK:handler state="leave" name="keyleave">
  2236.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  2237.             <GOK:effect call="SetSelectedKey"/>
  2238.         </GOK:handler>
  2239.  
  2240.         <GOK:handler name="outputselected">
  2241.             <GOK:effect call="OutputSelectedKey"/>
  2242.             <GOK:effect name="feedbackselection" call="Feedback"/>
  2243.         </GOK:handler>
  2244.  
  2245.     </GOK:state>
  2246.  
  2247.  
  2248.     <GOK:state name="repeat">
  2249.         <GOK:handler state="leave" name="keyleave">
  2250.             <GOK:effect call="StateReset"/>
  2251.             <GOK:effect call="UnhighlightAll"/>
  2252.         </GOK:handler>
  2253.     </GOK:state>
  2254.  
  2255. </GOK:accessmethod>
  2256. <GOK:accessmethod xml:lang="gu" name="dwellselection" displayname="α¬░α¬╣α½çα¬áα¬╛α¬ú α¬«α¬╛ᬃα½çનα½Ç α¬¬α¬╕α¬éᬪα¬ùα½Ç">
  2257. <GOK:description xml:space="preserve" xml:lang="gu">α¬òα½Çનα½ç α¬¬α½ìα¬░α¬òα¬╛α¬╢α¬┐α¬ñ α¬òα¬░α¬╡α¬╛ α¬«α¬╛ᬃα½ç α¬«α¬╛α¬ëα¬╕ α¬¿α¬┐α¬░α½ìᬪα½çα¬╢α¬ò α¬ñα½çનα¬╛ α¬¬α¬░ α¬▓α¬ê α¬£α¬╛α¬ô.  α¬òα½Çનα½ç α¬░α¬╣α½çα¬áα¬╛α¬ú α¬«α¬╛ᬃα½ç α¬¬α¬╕α¬éᬪ α¬òα¬░α½ï.</GOK:description>
  2258.  
  2259. <GOK:operation>
  2260. <GOK:control type="frame" spacing="0" size="3" border="0" string="ᬬα½ìα¬░α¬òα½ìα¬░α¬┐ᬻα¬╛" xml:lang="gu">
  2261.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2262.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2263.  
  2264.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2265.                 <GOK:control type="label" string="ᬬα¬╕α¬éᬪ α¬òα¬░α½ï:" xml:lang="gu"></GOK:control>
  2266.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="ᬬα¬╕α¬éᬪ α¬òα¬░α½ï:" xml:lang="gu"></GOK:control>
  2267.             </GOK:control>
  2268.  
  2269.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2270.                 <GOK:control type="label" string="α¬╕α¬òα½ìα¬░α¬┐ᬻ α¬òα¬░α½ï:" xml:lang="gu"></GOK:control>
  2271.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="α¬╕α¬òα½ìα¬░α¬┐ᬻ α¬òα¬░α½ï:" xml:lang="gu"></GOK:control>
  2272.             </GOK:control>
  2273.  
  2274.         </GOK:control>
  2275.     </GOK:control>    
  2276. </GOK:control>    
  2277. </GOK:operation>
  2278.  
  2279. <GOK:feedback>
  2280. <GOK:control type="frame" spacing="0" size="3" border="0" string="ᬬα½ìα¬░α¬ñα¬┐ભα¬╛α¬╡" xml:lang="gu">
  2281.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2282.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2283.  
  2284.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2285.                 <GOK:control type="label" string="α¬Üα¬╛α¬▓:" xml:lang="gu"></GOK:control>
  2286.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="ᬬα½ìα¬░α¬ñα¬┐ભα¬╛α¬╡નα½Ç α¬Üα¬╛α¬▓:" xml:lang="gu"></GOK:control>
  2287.             </GOK:control>
  2288.     
  2289.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2290.                 <GOK:control type="label" string="α¬╕α¬òα½ìα¬░α¬┐ᬻα¬òα¬░α¬ú:" xml:lang="gu"></GOK:control>
  2291.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="α¬╡α¬│α¬ñα¬░ α¬╕α¬òα½ìα¬░α¬┐ᬻα¬òα¬░α¬ú:" xml:lang="gu"></GOK:control>
  2292.             </GOK:control>
  2293.  
  2294.         </GOK:control>
  2295.     </GOK:control>
  2296. </GOK:control>
  2297. </GOK:feedback>
  2298.  
  2299.  
  2300.  
  2301.  
  2302.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  2303.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  2304.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  2305.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  2306.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  2307.     <GOK:rate value="0" name="autorepeat"/>
  2308.     <GOK:rate value="30" name="repeatrate"/>
  2309.  
  2310.  
  2311.     <GOK:initialization>
  2312.         <GOK:effect call="ChunkerReset"/>
  2313.         <GOK:effect call="ChunkerChunkNone"/>
  2314.     </GOK:initialization>
  2315.  
  2316.  
  2317.     <GOK:state name="1">
  2318.  
  2319.         <GOK:handler state="enter" name="keyenter">
  2320.             <GOK:effect call="SetSelectedKey"/>
  2321.             <GOK:effect call="ChunkerKeyHighlight"/>
  2322.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  2323.         </GOK:handler>
  2324.  
  2325.         <GOK:handler state="leave" name="keyleave">
  2326.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  2327.             <GOK:effect call="SetSelectedKey"/>
  2328.         </GOK:handler>
  2329.  
  2330.         <GOK:handler name="outputselected">
  2331.             <GOK:effect call="OutputSelectedKey"/>
  2332.             <GOK:effect name="feedbackselection" call="Feedback"/>
  2333.         </GOK:handler>
  2334.  
  2335.     </GOK:state>
  2336.  
  2337.  
  2338.     <GOK:state name="repeat">
  2339.         <GOK:handler state="leave" name="keyleave">
  2340.             <GOK:effect call="StateReset"/>
  2341.             <GOK:effect call="UnhighlightAll"/>
  2342.         </GOK:handler>
  2343.     </GOK:state>
  2344.  
  2345. </GOK:accessmethod>
  2346. <GOK:accessmethod xml:lang="hi" name="dwellselection" displayname="αñÜαñ»αñ¿ αñ░αñ╣αñ¿αÑç αñªαÑçαñé">
  2347. <GOK:description xml:space="preserve" xml:lang="hi">αñòαÑüαñéαñ£αÑÇ αñòαÑï αñëαñ¡αñ╛αñ░αñ¿αÑç αñ╣αÑçαññαÑü αñ«αñ╛αñëαñ╕ αñ¬αñ╛αñçαñéαñƒαñ░ αñòαÑï αñûαñ┐αñ╕αñòαñ╛αñÅαñü. αñÜαÑüαñ¿αñ¿αÑç αñ╣αÑçαññαÑü αñÅαñò αñ╕αÑìαñ╡αñ┐αñÜ αñ¬αñ░ αñ░αñûαÑç αñ░αñ╣αÑçαñé.</GOK:description>
  2348.  
  2349. <GOK:operation>
  2350. <GOK:control type="frame" spacing="0" size="3" border="0" string="αñæαñ¬αñ░αÑçαñ╢αñ¿" xml:lang="hi">
  2351.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2352.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2353.  
  2354.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2355.                 <GOK:control type="label" string="αñÜαÑüαñ¿αÑçαñé:" xml:lang="hi"></GOK:control>
  2356.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="αñÜαÑüαñ¿αÑçαñé:" xml:lang="hi"></GOK:control>
  2357.             </GOK:control>
  2358.  
  2359.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2360.                 <GOK:control type="label" string="αñ╕αñòαÑìαñ░αñ┐αñ» αñòαñ░αÑçαñé:" xml:lang="hi"></GOK:control>
  2361.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="αñ╕αñòαÑìαñ░αñ┐αñ» αñòαñ░αÑçαñé:" xml:lang="hi"></GOK:control>
  2362.             </GOK:control>
  2363.  
  2364.         </GOK:control>
  2365.     </GOK:control>    
  2366. </GOK:control>    
  2367. </GOK:operation>
  2368.  
  2369. <GOK:feedback>
  2370. <GOK:control type="frame" spacing="0" size="3" border="0" string="αñ½αñ╝αÑÇαñíαñ¼αÑêαñò" xml:lang="hi">
  2371.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2372.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2373.  
  2374.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2375.                 <GOK:control type="label" string="αñùαññαñ┐αñ╡αñ┐αñºαñ┐:" xml:lang="hi"></GOK:control>
  2376.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="αñ½αñ╝αÑÇαñíαñ¼αÑêαñò αñùαññαñ┐αñ╡αñ┐αñºαñ┐:" xml:lang="hi"></GOK:control>
  2377.             </GOK:control>
  2378.     
  2379.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2380.                 <GOK:control type="label" string="αñ╕αñòαÑìαñ░αñ┐αñ» αñòαñ░αÑçαñé:" xml:lang="hi"></GOK:control>
  2381.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="αñ½αñ╝αÑÇαñíαñ¼αÑêαñò αñ╕αñòαÑìαñ░αñ┐αñ»αñòαñ░αñú:" xml:lang="hi"></GOK:control>
  2382.             </GOK:control>
  2383.  
  2384.         </GOK:control>
  2385.     </GOK:control>
  2386. </GOK:control>
  2387. </GOK:feedback>
  2388.  
  2389.  
  2390.  
  2391.  
  2392.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  2393.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  2394.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  2395.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  2396.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  2397.     <GOK:rate value="0" name="autorepeat"/>
  2398.     <GOK:rate value="30" name="repeatrate"/>
  2399.  
  2400.  
  2401.     <GOK:initialization>
  2402.         <GOK:effect call="ChunkerReset"/>
  2403.         <GOK:effect call="ChunkerChunkNone"/>
  2404.     </GOK:initialization>
  2405.  
  2406.  
  2407.     <GOK:state name="1">
  2408.  
  2409.         <GOK:handler state="enter" name="keyenter">
  2410.             <GOK:effect call="SetSelectedKey"/>
  2411.             <GOK:effect call="ChunkerKeyHighlight"/>
  2412.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  2413.         </GOK:handler>
  2414.  
  2415.         <GOK:handler state="leave" name="keyleave">
  2416.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  2417.             <GOK:effect call="SetSelectedKey"/>
  2418.         </GOK:handler>
  2419.  
  2420.         <GOK:handler name="outputselected">
  2421.             <GOK:effect call="OutputSelectedKey"/>
  2422.             <GOK:effect name="feedbackselection" call="Feedback"/>
  2423.         </GOK:handler>
  2424.  
  2425.     </GOK:state>
  2426.  
  2427.  
  2428.     <GOK:state name="repeat">
  2429.         <GOK:handler state="leave" name="keyleave">
  2430.             <GOK:effect call="StateReset"/>
  2431.             <GOK:effect call="UnhighlightAll"/>
  2432.         </GOK:handler>
  2433.     </GOK:state>
  2434.  
  2435. </GOK:accessmethod>
  2436. <GOK:accessmethod xml:lang="hr" name="dwellselection" displayname="Zadr┼╛i izbor">
  2437. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  2438.  
  2439. <GOK:operation>
  2440. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operacija" xml:lang="hr">
  2441.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2442.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2443.  
  2444.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2445.                 <GOK:control type="label" string="Odaberi:" xml:lang="hr"></GOK:control>
  2446.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Odaberi:" xml:lang="hr"></GOK:control>
  2447.             </GOK:control>
  2448.  
  2449.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2450.                 <GOK:control type="label" string="Activate:" xml:lang="hr"></GOK:control>
  2451.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="hr"></GOK:control>
  2452.             </GOK:control>
  2453.  
  2454.         </GOK:control>
  2455.     </GOK:control>    
  2456. </GOK:control>    
  2457. </GOK:operation>
  2458.  
  2459. <GOK:feedback>
  2460. <GOK:control type="frame" spacing="0" size="3" border="0" string="Odgovor" xml:lang="hr">
  2461.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2462.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2463.  
  2464.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2465.                 <GOK:control type="label" string="Pomicanje:" xml:lang="hr"></GOK:control>
  2466.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Kretnja povratne veze:" xml:lang="hr"></GOK:control>
  2467.             </GOK:control>
  2468.     
  2469.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2470.                 <GOK:control type="label" string="Activation:" xml:lang="hr"></GOK:control>
  2471.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="hr"></GOK:control>
  2472.             </GOK:control>
  2473.  
  2474.         </GOK:control>
  2475.     </GOK:control>
  2476. </GOK:control>
  2477. </GOK:feedback>
  2478.  
  2479.  
  2480.  
  2481.  
  2482.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  2483.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  2484.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  2485.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  2486.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  2487.     <GOK:rate value="0" name="autorepeat"/>
  2488.     <GOK:rate value="30" name="repeatrate"/>
  2489.  
  2490.  
  2491.     <GOK:initialization>
  2492.         <GOK:effect call="ChunkerReset"/>
  2493.         <GOK:effect call="ChunkerChunkNone"/>
  2494.     </GOK:initialization>
  2495.  
  2496.  
  2497.     <GOK:state name="1">
  2498.  
  2499.         <GOK:handler state="enter" name="keyenter">
  2500.             <GOK:effect call="SetSelectedKey"/>
  2501.             <GOK:effect call="ChunkerKeyHighlight"/>
  2502.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  2503.         </GOK:handler>
  2504.  
  2505.         <GOK:handler state="leave" name="keyleave">
  2506.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  2507.             <GOK:effect call="SetSelectedKey"/>
  2508.         </GOK:handler>
  2509.  
  2510.         <GOK:handler name="outputselected">
  2511.             <GOK:effect call="OutputSelectedKey"/>
  2512.             <GOK:effect name="feedbackselection" call="Feedback"/>
  2513.         </GOK:handler>
  2514.  
  2515.     </GOK:state>
  2516.  
  2517.  
  2518.     <GOK:state name="repeat">
  2519.         <GOK:handler state="leave" name="keyleave">
  2520.             <GOK:effect call="StateReset"/>
  2521.             <GOK:effect call="UnhighlightAll"/>
  2522.         </GOK:handler>
  2523.     </GOK:state>
  2524.  
  2525. </GOK:accessmethod>
  2526. <GOK:accessmethod xml:lang="hu" name="dwellselection" displayname="Id┼æz├⌐s a kiv├ílaszt├íson">
  2527. <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>
  2528.  
  2529. <GOK:operation>
  2530. <GOK:control type="frame" spacing="0" size="3" border="0" string="M┼▒k├╢d├⌐s" xml:lang="hu">
  2531.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2532.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2533.  
  2534.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2535.                 <GOK:control type="label" string="Kiv├ílaszt├ís:" xml:lang="hu"></GOK:control>
  2536.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Kiv├ílaszt├ís:" xml:lang="hu"></GOK:control>
  2537.             </GOK:control>
  2538.  
  2539.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2540.                 <GOK:control type="label" string="Aktiv├íl├ís:" xml:lang="hu"></GOK:control>
  2541.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktiv├íl├ís:" xml:lang="hu"></GOK:control>
  2542.             </GOK:control>
  2543.  
  2544.         </GOK:control>
  2545.     </GOK:control>    
  2546. </GOK:control>    
  2547. </GOK:operation>
  2548.  
  2549. <GOK:feedback>
  2550. <GOK:control type="frame" spacing="0" size="3" border="0" string="Visszajelz├⌐s" xml:lang="hu">
  2551.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2552.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2553.  
  2554.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2555.                 <GOK:control type="label" string="Mozg├ís:" xml:lang="hu"></GOK:control>
  2556.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Mozg├ís visszajelz├⌐se:" xml:lang="hu"></GOK:control>
  2557.             </GOK:control>
  2558.     
  2559.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2560.                 <GOK:control type="label" string="Aktiv├íl├ís:" xml:lang="hu"></GOK:control>
  2561.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Visszajelz├⌐s aktiv├íl├ísa:" xml:lang="hu"></GOK:control>
  2562.             </GOK:control>
  2563.  
  2564.         </GOK:control>
  2565.     </GOK:control>
  2566. </GOK:control>
  2567. </GOK:feedback>
  2568.  
  2569.  
  2570.  
  2571.  
  2572.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  2573.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  2574.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  2575.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  2576.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  2577.     <GOK:rate value="0" name="autorepeat"/>
  2578.     <GOK:rate value="30" name="repeatrate"/>
  2579.  
  2580.  
  2581.     <GOK:initialization>
  2582.         <GOK:effect call="ChunkerReset"/>
  2583.         <GOK:effect call="ChunkerChunkNone"/>
  2584.     </GOK:initialization>
  2585.  
  2586.  
  2587.     <GOK:state name="1">
  2588.  
  2589.         <GOK:handler state="enter" name="keyenter">
  2590.             <GOK:effect call="SetSelectedKey"/>
  2591.             <GOK:effect call="ChunkerKeyHighlight"/>
  2592.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  2593.         </GOK:handler>
  2594.  
  2595.         <GOK:handler state="leave" name="keyleave">
  2596.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  2597.             <GOK:effect call="SetSelectedKey"/>
  2598.         </GOK:handler>
  2599.  
  2600.         <GOK:handler name="outputselected">
  2601.             <GOK:effect call="OutputSelectedKey"/>
  2602.             <GOK:effect name="feedbackselection" call="Feedback"/>
  2603.         </GOK:handler>
  2604.  
  2605.     </GOK:state>
  2606.  
  2607.  
  2608.     <GOK:state name="repeat">
  2609.         <GOK:handler state="leave" name="keyleave">
  2610.             <GOK:effect call="StateReset"/>
  2611.             <GOK:effect call="UnhighlightAll"/>
  2612.         </GOK:handler>
  2613.     </GOK:state>
  2614.  
  2615. </GOK:accessmethod>
  2616. <GOK:accessmethod xml:lang="id" name="dwellselection" displayname="Pilihan Diam">
  2617. <GOK:description xml:space="preserve" xml:lang="id">Pindahkan penunjuk mouse untuk menandai sebuah tombol. Diamkan untuk memilih.</GOK:description>
  2618.  
  2619. <GOK:operation>
  2620. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operasi" xml:lang="id">
  2621.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2622.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2623.  
  2624.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2625.                 <GOK:control type="label" string="Pilih:" xml:lang="id"></GOK:control>
  2626.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Pilih:" xml:lang="id"></GOK:control>
  2627.             </GOK:control>
  2628.  
  2629.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2630.                 <GOK:control type="label" string="Aktifkan:" xml:lang="id"></GOK:control>
  2631.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktifkan:" xml:lang="id"></GOK:control>
  2632.             </GOK:control>
  2633.  
  2634.         </GOK:control>
  2635.     </GOK:control>    
  2636. </GOK:control>    
  2637. </GOK:operation>
  2638.  
  2639. <GOK:feedback>
  2640. <GOK:control type="frame" spacing="0" size="3" border="0" string="Umpan balik" xml:lang="id">
  2641.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2642.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2643.  
  2644.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2645.                 <GOK:control type="label" string="Pergerakan:" xml:lang="id"></GOK:control>
  2646.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Pergerakan UmpanBalik:" xml:lang="id"></GOK:control>
  2647.             </GOK:control>
  2648.     
  2649.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2650.                 <GOK:control type="label" string="Pengaktifan:" xml:lang="id"></GOK:control>
  2651.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Pengaktifan Umpan Balik:" xml:lang="id"></GOK:control>
  2652.             </GOK:control>
  2653.  
  2654.         </GOK:control>
  2655.     </GOK:control>
  2656. </GOK:control>
  2657. </GOK:feedback>
  2658.  
  2659.  
  2660.  
  2661.  
  2662.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  2663.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  2664.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  2665.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  2666.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  2667.     <GOK:rate value="0" name="autorepeat"/>
  2668.     <GOK:rate value="30" name="repeatrate"/>
  2669.  
  2670.  
  2671.     <GOK:initialization>
  2672.         <GOK:effect call="ChunkerReset"/>
  2673.         <GOK:effect call="ChunkerChunkNone"/>
  2674.     </GOK:initialization>
  2675.  
  2676.  
  2677.     <GOK:state name="1">
  2678.  
  2679.         <GOK:handler state="enter" name="keyenter">
  2680.             <GOK:effect call="SetSelectedKey"/>
  2681.             <GOK:effect call="ChunkerKeyHighlight"/>
  2682.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  2683.         </GOK:handler>
  2684.  
  2685.         <GOK:handler state="leave" name="keyleave">
  2686.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  2687.             <GOK:effect call="SetSelectedKey"/>
  2688.         </GOK:handler>
  2689.  
  2690.         <GOK:handler name="outputselected">
  2691.             <GOK:effect call="OutputSelectedKey"/>
  2692.             <GOK:effect name="feedbackselection" call="Feedback"/>
  2693.         </GOK:handler>
  2694.  
  2695.     </GOK:state>
  2696.  
  2697.  
  2698.     <GOK:state name="repeat">
  2699.         <GOK:handler state="leave" name="keyleave">
  2700.             <GOK:effect call="StateReset"/>
  2701.             <GOK:effect call="UnhighlightAll"/>
  2702.         </GOK:handler>
  2703.     </GOK:state>
  2704.  
  2705. </GOK:accessmethod>
  2706. <GOK:accessmethod xml:lang="it" name="dwellselection" displayname="Selezione indugiante">
  2707. <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>
  2708.  
  2709. <GOK:operation>
  2710. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operazione" xml:lang="it">
  2711.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2712.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2713.  
  2714.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2715.                 <GOK:control type="label" string="Seleziona:" xml:lang="it"></GOK:control>
  2716.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Seleziona:" xml:lang="it"></GOK:control>
  2717.             </GOK:control>
  2718.  
  2719.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2720.                 <GOK:control type="label" string="Attivare:" xml:lang="it"></GOK:control>
  2721.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Attivare:" xml:lang="it"></GOK:control>
  2722.             </GOK:control>
  2723.  
  2724.         </GOK:control>
  2725.     </GOK:control>    
  2726. </GOK:control>    
  2727. </GOK:operation>
  2728.  
  2729. <GOK:feedback>
  2730. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="it">
  2731.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2732.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2733.  
  2734.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2735.                 <GOK:control type="label" string="Movimento:" xml:lang="it"></GOK:control>
  2736.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback di movimento:" xml:lang="it"></GOK:control>
  2737.             </GOK:control>
  2738.     
  2739.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2740.                 <GOK:control type="label" string="Attivazione:" xml:lang="it"></GOK:control>
  2741.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback di attivazione:" xml:lang="it"></GOK:control>
  2742.             </GOK:control>
  2743.  
  2744.         </GOK:control>
  2745.     </GOK:control>
  2746. </GOK:control>
  2747. </GOK:feedback>
  2748.  
  2749.  
  2750.  
  2751.  
  2752.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  2753.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  2754.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  2755.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  2756.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  2757.     <GOK:rate value="0" name="autorepeat"/>
  2758.     <GOK:rate value="30" name="repeatrate"/>
  2759.  
  2760.  
  2761.     <GOK:initialization>
  2762.         <GOK:effect call="ChunkerReset"/>
  2763.         <GOK:effect call="ChunkerChunkNone"/>
  2764.     </GOK:initialization>
  2765.  
  2766.  
  2767.     <GOK:state name="1">
  2768.  
  2769.         <GOK:handler state="enter" name="keyenter">
  2770.             <GOK:effect call="SetSelectedKey"/>
  2771.             <GOK:effect call="ChunkerKeyHighlight"/>
  2772.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  2773.         </GOK:handler>
  2774.  
  2775.         <GOK:handler state="leave" name="keyleave">
  2776.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  2777.             <GOK:effect call="SetSelectedKey"/>
  2778.         </GOK:handler>
  2779.  
  2780.         <GOK:handler name="outputselected">
  2781.             <GOK:effect call="OutputSelectedKey"/>
  2782.             <GOK:effect name="feedbackselection" call="Feedback"/>
  2783.         </GOK:handler>
  2784.  
  2785.     </GOK:state>
  2786.  
  2787.  
  2788.     <GOK:state name="repeat">
  2789.         <GOK:handler state="leave" name="keyleave">
  2790.             <GOK:effect call="StateReset"/>
  2791.             <GOK:effect call="UnhighlightAll"/>
  2792.         </GOK:handler>
  2793.     </GOK:state>
  2794.  
  2795. </GOK:accessmethod>
  2796. <GOK:accessmethod xml:lang="ja" name="dwellselection" displayname="πâ₧πéªπé╣πüºΘü╕µè₧">
  2797. <GOK:description xml:space="preserve" xml:lang="ja">πâ₧πéªπé╣πü«πâ¥πéñπâ│πé┐πéÆτº╗σïòπüÖπéïπü¿πé¡πâ╝πüîσ╝╖Φ¬┐Φí¿τñ║πüòπéîπü╛πüÖπÇéπé¡πâ╝πéÆΘü╕µè₧πüÖπéïσá┤σÉêπü»πâ¥πéñπâ│πé┐πéÆπé¡πâ╝πü«Σ╕èπü½πüùπü░πéëπüÅτ╜«πüäπüªΣ╕ïπüòπüäπÇé</GOK:description>
  2798.  
  2799. <GOK:operation>
  2800. <GOK:control type="frame" spacing="0" size="3" border="0" string="πé¬πâÜπâ¼πâ╝πé╖πâºπâ│" xml:lang="ja">
  2801.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2802.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2803.  
  2804.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2805.                 <GOK:control type="label" string="Θü╕µè₧:" xml:lang="ja"></GOK:control>
  2806.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Θü╕µè₧:" xml:lang="ja"></GOK:control>
  2807.             </GOK:control>
  2808.  
  2809.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2810.                 <GOK:control type="label" string="σ«ƒΦíî:" xml:lang="ja"></GOK:control>
  2811.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="σ«ƒΦíî:" xml:lang="ja"></GOK:control>
  2812.             </GOK:control>
  2813.  
  2814.         </GOK:control>
  2815.     </GOK:control>    
  2816. </GOK:control>    
  2817. </GOK:operation>
  2818.  
  2819. <GOK:feedback>
  2820. <GOK:control type="frame" spacing="0" size="3" border="0" string="πâòπéúπâ╝πâëπâÉπââπé»" xml:lang="ja">
  2821.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2822.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2823.  
  2824.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2825.                 <GOK:control type="label" string="ΘÇÜτƒÑ:" xml:lang="ja"></GOK:control>
  2826.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="πâòπéúπâ╝πâëπâÉπââπé»πü«ΘÇÜτƒÑ:" xml:lang="ja"></GOK:control>
  2827.             </GOK:control>
  2828.     
  2829.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2830.                 <GOK:control type="label" string="σ«ƒΦíî:" xml:lang="ja"></GOK:control>
  2831.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="µ┤╗µÇºσîûπü«πâòπéúπâ╝πâëπâÉπââπé»:" xml:lang="ja"></GOK:control>
  2832.             </GOK:control>
  2833.  
  2834.         </GOK:control>
  2835.     </GOK:control>
  2836. </GOK:control>
  2837. </GOK:feedback>
  2838.  
  2839.  
  2840.  
  2841.  
  2842.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  2843.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  2844.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  2845.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  2846.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  2847.     <GOK:rate value="0" name="autorepeat"/>
  2848.     <GOK:rate value="30" name="repeatrate"/>
  2849.  
  2850.  
  2851.     <GOK:initialization>
  2852.         <GOK:effect call="ChunkerReset"/>
  2853.         <GOK:effect call="ChunkerChunkNone"/>
  2854.     </GOK:initialization>
  2855.  
  2856.  
  2857.     <GOK:state name="1">
  2858.  
  2859.         <GOK:handler state="enter" name="keyenter">
  2860.             <GOK:effect call="SetSelectedKey"/>
  2861.             <GOK:effect call="ChunkerKeyHighlight"/>
  2862.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  2863.         </GOK:handler>
  2864.  
  2865.         <GOK:handler state="leave" name="keyleave">
  2866.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  2867.             <GOK:effect call="SetSelectedKey"/>
  2868.         </GOK:handler>
  2869.  
  2870.         <GOK:handler name="outputselected">
  2871.             <GOK:effect call="OutputSelectedKey"/>
  2872.             <GOK:effect name="feedbackselection" call="Feedback"/>
  2873.         </GOK:handler>
  2874.  
  2875.     </GOK:state>
  2876.  
  2877.  
  2878.     <GOK:state name="repeat">
  2879.         <GOK:handler state="leave" name="keyleave">
  2880.             <GOK:effect call="StateReset"/>
  2881.             <GOK:effect call="UnhighlightAll"/>
  2882.         </GOK:handler>
  2883.     </GOK:state>
  2884.  
  2885. </GOK:accessmethod>
  2886. <GOK:accessmethod xml:lang="ka" name="dwellselection" displayname="Dwell Selection">
  2887. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  2888.  
  2889. <GOK:operation>
  2890. <GOK:control type="frame" spacing="0" size="3" border="0" string="ßâ¥ßâ₧ßâößâáßâÉßâ¬ßâÿßâÉ" xml:lang="ka">
  2891.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2892.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2893.  
  2894.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2895.                 <GOK:control type="label" string="ßâÉßâ¢ßâ¥ßâáßâ⌐ßâößâòßâÉ:" xml:lang="ka"></GOK:control>
  2896.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="ßâÉßâ¢ßâ¥ßâáßâ⌐ßâößâòßâÉ:" xml:lang="ka"></GOK:control>
  2897.             </GOK:control>
  2898.  
  2899.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2900.                 <GOK:control type="label" string="ßâÉßâÑßâóßâÿßâòßâÿßâáßâößâæßâÉ:" xml:lang="ka"></GOK:control>
  2901.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="ßâÉßâÑßâóßâÿßâòßâÿßâáßâößâæßâÉ:" xml:lang="ka"></GOK:control>
  2902.             </GOK:control>
  2903.  
  2904.         </GOK:control>
  2905.     </GOK:control>    
  2906. </GOK:control>    
  2907. </GOK:operation>
  2908.  
  2909. <GOK:feedback>
  2910. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="ka">
  2911.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2912.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2913.  
  2914.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2915.                 <GOK:control type="label" string="Movement:" xml:lang="ka"></GOK:control>
  2916.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="ka"></GOK:control>
  2917.             </GOK:control>
  2918.     
  2919.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2920.                 <GOK:control type="label" string="Activation:" xml:lang="ka"></GOK:control>
  2921.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ka"></GOK:control>
  2922.             </GOK:control>
  2923.  
  2924.         </GOK:control>
  2925.     </GOK:control>
  2926. </GOK:control>
  2927. </GOK:feedback>
  2928.  
  2929.  
  2930.  
  2931.  
  2932.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  2933.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  2934.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  2935.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  2936.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  2937.     <GOK:rate value="0" name="autorepeat"/>
  2938.     <GOK:rate value="30" name="repeatrate"/>
  2939.  
  2940.  
  2941.     <GOK:initialization>
  2942.         <GOK:effect call="ChunkerReset"/>
  2943.         <GOK:effect call="ChunkerChunkNone"/>
  2944.     </GOK:initialization>
  2945.  
  2946.  
  2947.     <GOK:state name="1">
  2948.  
  2949.         <GOK:handler state="enter" name="keyenter">
  2950.             <GOK:effect call="SetSelectedKey"/>
  2951.             <GOK:effect call="ChunkerKeyHighlight"/>
  2952.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  2953.         </GOK:handler>
  2954.  
  2955.         <GOK:handler state="leave" name="keyleave">
  2956.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  2957.             <GOK:effect call="SetSelectedKey"/>
  2958.         </GOK:handler>
  2959.  
  2960.         <GOK:handler name="outputselected">
  2961.             <GOK:effect call="OutputSelectedKey"/>
  2962.             <GOK:effect name="feedbackselection" call="Feedback"/>
  2963.         </GOK:handler>
  2964.  
  2965.     </GOK:state>
  2966.  
  2967.  
  2968.     <GOK:state name="repeat">
  2969.         <GOK:handler state="leave" name="keyleave">
  2970.             <GOK:effect call="StateReset"/>
  2971.             <GOK:effect call="UnhighlightAll"/>
  2972.         </GOK:handler>
  2973.     </GOK:state>
  2974.  
  2975. </GOK:accessmethod>
  2976. <GOK:accessmethod xml:lang="ko" name="dwellselection" displayname="δ¿╕δ¼┤δÑ┤Ω╕░ ∞äáφâ¥">
  2977. <GOK:description xml:space="preserve" xml:lang="ko">δºê∞Ü░∞èñ φż∞¥╕φä░δÑ╝ ∞¢Ç∞ºü∞ù¼ φéñδÑ╝ δ░ÿ∞áä∞ï£φéñ∞ï¡∞ï£∞ÿñ.  ∞äáφâ¥φòÿδáñδ⌐┤ Ω╖╕ φéñ∞ùÉ δ¿╕δ¼╝러 ∞₧ê∞£╝∞ï¡∞ï£∞ÿñ.</GOK:description>
  2978.  
  2979. <GOK:operation>
  2980. <GOK:control type="frame" spacing="0" size="3" border="0" string="δÅÖ∞₧æ" xml:lang="ko">
  2981.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  2982.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  2983.  
  2984.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2985.                 <GOK:control type="label" string="∞äáφâ¥:" xml:lang="ko"></GOK:control>
  2986.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="∞äáφâ¥:" xml:lang="ko"></GOK:control>
  2987.             </GOK:control>
  2988.  
  2989.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  2990.                 <GOK:control type="label" string="φÖ£∞ä▒φÖö:" xml:lang="ko"></GOK:control>
  2991.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="φÖ£∞ä▒φÖö:" xml:lang="ko"></GOK:control>
  2992.             </GOK:control>
  2993.  
  2994.         </GOK:control>
  2995.     </GOK:control>    
  2996. </GOK:control>    
  2997. </GOK:operation>
  2998.  
  2999. <GOK:feedback>
  3000. <GOK:control type="frame" spacing="0" size="3" border="0" string="∞òîδª╝ δ░ÿ∞¥æ" xml:lang="ko">
  3001.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3002.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3003.  
  3004.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3005.                 <GOK:control type="label" string="∞¢Ç∞ºü∞₧ä:" xml:lang="ko"></GOK:control>
  3006.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="∞òîδª╝ δ░ÿ∞¥æ ∞¢Ç∞ºü∞₧ä:" xml:lang="ko"></GOK:control>
  3007.             </GOK:control>
  3008.     
  3009.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3010.                 <GOK:control type="label" string="φÖ£∞ä▒φÖö:" xml:lang="ko"></GOK:control>
  3011.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="∞òîδª╝ δ░ÿ∞¥æ φÖ£∞ä▒φÖö:" xml:lang="ko"></GOK:control>
  3012.             </GOK:control>
  3013.  
  3014.         </GOK:control>
  3015.     </GOK:control>
  3016. </GOK:control>
  3017. </GOK:feedback>
  3018.  
  3019.  
  3020.  
  3021.  
  3022.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  3023.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  3024.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  3025.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  3026.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  3027.     <GOK:rate value="0" name="autorepeat"/>
  3028.     <GOK:rate value="30" name="repeatrate"/>
  3029.  
  3030.  
  3031.     <GOK:initialization>
  3032.         <GOK:effect call="ChunkerReset"/>
  3033.         <GOK:effect call="ChunkerChunkNone"/>
  3034.     </GOK:initialization>
  3035.  
  3036.  
  3037.     <GOK:state name="1">
  3038.  
  3039.         <GOK:handler state="enter" name="keyenter">
  3040.             <GOK:effect call="SetSelectedKey"/>
  3041.             <GOK:effect call="ChunkerKeyHighlight"/>
  3042.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  3043.         </GOK:handler>
  3044.  
  3045.         <GOK:handler state="leave" name="keyleave">
  3046.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  3047.             <GOK:effect call="SetSelectedKey"/>
  3048.         </GOK:handler>
  3049.  
  3050.         <GOK:handler name="outputselected">
  3051.             <GOK:effect call="OutputSelectedKey"/>
  3052.             <GOK:effect name="feedbackselection" call="Feedback"/>
  3053.         </GOK:handler>
  3054.  
  3055.     </GOK:state>
  3056.  
  3057.  
  3058.     <GOK:state name="repeat">
  3059.         <GOK:handler state="leave" name="keyleave">
  3060.             <GOK:effect call="StateReset"/>
  3061.             <GOK:effect call="UnhighlightAll"/>
  3062.         </GOK:handler>
  3063.     </GOK:state>
  3064.  
  3065. </GOK:accessmethod>
  3066. <GOK:accessmethod xml:lang="ku" name="dwellselection" displayname="Dwell Selection">
  3067. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  3068.  
  3069. <GOK:operation>
  3070. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="ku">
  3071.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3072.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3073.  
  3074.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3075.                 <GOK:control type="label" string="Hilbij├¬re:" xml:lang="ku"></GOK:control>
  3076.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Hilbij├¬re:" xml:lang="ku"></GOK:control>
  3077.             </GOK:control>
  3078.  
  3079.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3080.                 <GOK:control type="label" string="├çalak bike:" xml:lang="ku"></GOK:control>
  3081.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="├çalak bike:" xml:lang="ku"></GOK:control>
  3082.             </GOK:control>
  3083.  
  3084.         </GOK:control>
  3085.     </GOK:control>    
  3086. </GOK:control>    
  3087. </GOK:operation>
  3088.  
  3089. <GOK:feedback>
  3090. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="ku">
  3091.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3092.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3093.  
  3094.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3095.                 <GOK:control type="label" string="Movement:" xml:lang="ku"></GOK:control>
  3096.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="ku"></GOK:control>
  3097.             </GOK:control>
  3098.     
  3099.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3100.                 <GOK:control type="label" string="Activation:" xml:lang="ku"></GOK:control>
  3101.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ku"></GOK:control>
  3102.             </GOK:control>
  3103.  
  3104.         </GOK:control>
  3105.     </GOK:control>
  3106. </GOK:control>
  3107. </GOK:feedback>
  3108.  
  3109.  
  3110.  
  3111.  
  3112.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  3113.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  3114.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  3115.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  3116.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  3117.     <GOK:rate value="0" name="autorepeat"/>
  3118.     <GOK:rate value="30" name="repeatrate"/>
  3119.  
  3120.  
  3121.     <GOK:initialization>
  3122.         <GOK:effect call="ChunkerReset"/>
  3123.         <GOK:effect call="ChunkerChunkNone"/>
  3124.     </GOK:initialization>
  3125.  
  3126.  
  3127.     <GOK:state name="1">
  3128.  
  3129.         <GOK:handler state="enter" name="keyenter">
  3130.             <GOK:effect call="SetSelectedKey"/>
  3131.             <GOK:effect call="ChunkerKeyHighlight"/>
  3132.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  3133.         </GOK:handler>
  3134.  
  3135.         <GOK:handler state="leave" name="keyleave">
  3136.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  3137.             <GOK:effect call="SetSelectedKey"/>
  3138.         </GOK:handler>
  3139.  
  3140.         <GOK:handler name="outputselected">
  3141.             <GOK:effect call="OutputSelectedKey"/>
  3142.             <GOK:effect name="feedbackselection" call="Feedback"/>
  3143.         </GOK:handler>
  3144.  
  3145.     </GOK:state>
  3146.  
  3147.  
  3148.     <GOK:state name="repeat">
  3149.         <GOK:handler state="leave" name="keyleave">
  3150.             <GOK:effect call="StateReset"/>
  3151.             <GOK:effect call="UnhighlightAll"/>
  3152.         </GOK:handler>
  3153.     </GOK:state>
  3154.  
  3155. </GOK:accessmethod>
  3156. <GOK:accessmethod xml:lang="lt" name="dwellselection" displayname="Pasirinkimas u┼╛slenkant">
  3157. <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>
  3158.  
  3159. <GOK:operation>
  3160. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operacija" xml:lang="lt">
  3161.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3162.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3163.  
  3164.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3165.                 <GOK:control type="label" string="Pasirinkti:" xml:lang="lt"></GOK:control>
  3166.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Pasirinkti:" xml:lang="lt"></GOK:control>
  3167.             </GOK:control>
  3168.  
  3169.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3170.                 <GOK:control type="label" string="Aktyvuoti:" xml:lang="lt"></GOK:control>
  3171.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktyvuoti:" xml:lang="lt"></GOK:control>
  3172.             </GOK:control>
  3173.  
  3174.         </GOK:control>
  3175.     </GOK:control>    
  3176. </GOK:control>    
  3177. </GOK:operation>
  3178.  
  3179. <GOK:feedback>
  3180. <GOK:control type="frame" spacing="0" size="3" border="0" string="Reakcija" xml:lang="lt">
  3181.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3182.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3183.  
  3184.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3185.                 <GOK:control type="label" string="Jud─ùjimas:" xml:lang="lt"></GOK:control>
  3186.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Reakcijos jud─ùjimas:" xml:lang="lt"></GOK:control>
  3187.             </GOK:control>
  3188.     
  3189.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3190.                 <GOK:control type="label" string="Aktyvacija:" xml:lang="lt"></GOK:control>
  3191.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Reakcijos aktyvacija:" xml:lang="lt"></GOK:control>
  3192.             </GOK:control>
  3193.  
  3194.         </GOK:control>
  3195.     </GOK:control>
  3196. </GOK:control>
  3197. </GOK:feedback>
  3198.  
  3199.  
  3200.  
  3201.  
  3202.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  3203.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  3204.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  3205.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  3206.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  3207.     <GOK:rate value="0" name="autorepeat"/>
  3208.     <GOK:rate value="30" name="repeatrate"/>
  3209.  
  3210.  
  3211.     <GOK:initialization>
  3212.         <GOK:effect call="ChunkerReset"/>
  3213.         <GOK:effect call="ChunkerChunkNone"/>
  3214.     </GOK:initialization>
  3215.  
  3216.  
  3217.     <GOK:state name="1">
  3218.  
  3219.         <GOK:handler state="enter" name="keyenter">
  3220.             <GOK:effect call="SetSelectedKey"/>
  3221.             <GOK:effect call="ChunkerKeyHighlight"/>
  3222.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  3223.         </GOK:handler>
  3224.  
  3225.         <GOK:handler state="leave" name="keyleave">
  3226.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  3227.             <GOK:effect call="SetSelectedKey"/>
  3228.         </GOK:handler>
  3229.  
  3230.         <GOK:handler name="outputselected">
  3231.             <GOK:effect call="OutputSelectedKey"/>
  3232.             <GOK:effect name="feedbackselection" call="Feedback"/>
  3233.         </GOK:handler>
  3234.  
  3235.     </GOK:state>
  3236.  
  3237.  
  3238.     <GOK:state name="repeat">
  3239.         <GOK:handler state="leave" name="keyleave">
  3240.             <GOK:effect call="StateReset"/>
  3241.             <GOK:effect call="UnhighlightAll"/>
  3242.         </GOK:handler>
  3243.     </GOK:state>
  3244.  
  3245. </GOK:accessmethod>
  3246. <GOK:accessmethod xml:lang="lv" name="dwellselection" displayname="Uztur─ô┼ían─üs izv─ôle">
  3247. <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>
  3248.  
  3249. <GOK:operation>
  3250. <GOK:control type="frame" spacing="0" size="3" border="0" string="Oper─ücija" xml:lang="lv">
  3251.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3252.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3253.  
  3254.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3255.                 <GOK:control type="label" string="Izv─ôl─ôties:" xml:lang="lv"></GOK:control>
  3256.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Izv─ôl─ôties:" xml:lang="lv"></GOK:control>
  3257.             </GOK:control>
  3258.  
  3259.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3260.                 <GOK:control type="label" string="Aktiviz─ôt:" xml:lang="lv"></GOK:control>
  3261.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktiviz─ôt:" xml:lang="lv"></GOK:control>
  3262.             </GOK:control>
  3263.  
  3264.         </GOK:control>
  3265.     </GOK:control>    
  3266. </GOK:control>    
  3267. </GOK:operation>
  3268.  
  3269. <GOK:feedback>
  3270. <GOK:control type="frame" spacing="0" size="3" border="0" string="Atgriezenisk─ü saite" xml:lang="lv">
  3271.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3272.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3273.  
  3274.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3275.                 <GOK:control type="label" string="P─ürvieto┼íana:" xml:lang="lv"></GOK:control>
  3276.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Atgriezenisk─üs saites p─ürvieto┼íana:" xml:lang="lv"></GOK:control>
  3277.             </GOK:control>
  3278.     
  3279.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3280.                 <GOK:control type="label" string="Aktiviz─ô┼íana:" xml:lang="lv"></GOK:control>
  3281.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Atgriezenisk─üs saites aktiviz─ô┼íana:" xml:lang="lv"></GOK:control>
  3282.             </GOK:control>
  3283.  
  3284.         </GOK:control>
  3285.     </GOK:control>
  3286. </GOK:control>
  3287. </GOK:feedback>
  3288.  
  3289.  
  3290.  
  3291.  
  3292.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  3293.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  3294.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  3295.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  3296.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  3297.     <GOK:rate value="0" name="autorepeat"/>
  3298.     <GOK:rate value="30" name="repeatrate"/>
  3299.  
  3300.  
  3301.     <GOK:initialization>
  3302.         <GOK:effect call="ChunkerReset"/>
  3303.         <GOK:effect call="ChunkerChunkNone"/>
  3304.     </GOK:initialization>
  3305.  
  3306.  
  3307.     <GOK:state name="1">
  3308.  
  3309.         <GOK:handler state="enter" name="keyenter">
  3310.             <GOK:effect call="SetSelectedKey"/>
  3311.             <GOK:effect call="ChunkerKeyHighlight"/>
  3312.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  3313.         </GOK:handler>
  3314.  
  3315.         <GOK:handler state="leave" name="keyleave">
  3316.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  3317.             <GOK:effect call="SetSelectedKey"/>
  3318.         </GOK:handler>
  3319.  
  3320.         <GOK:handler name="outputselected">
  3321.             <GOK:effect call="OutputSelectedKey"/>
  3322.             <GOK:effect name="feedbackselection" call="Feedback"/>
  3323.         </GOK:handler>
  3324.  
  3325.     </GOK:state>
  3326.  
  3327.  
  3328.     <GOK:state name="repeat">
  3329.         <GOK:handler state="leave" name="keyleave">
  3330.             <GOK:effect call="StateReset"/>
  3331.             <GOK:effect call="UnhighlightAll"/>
  3332.         </GOK:handler>
  3333.     </GOK:state>
  3334.  
  3335. </GOK:accessmethod>
  3336. <GOK:accessmethod xml:lang="mk" name="dwellselection" displayname="╨ÿ╨╖╨▒╨╛╤Ç ╤ü╨╛ ╨╖╨░╨┤╤Ç╤ê╨║╨░">
  3337. <GOK:description xml:space="preserve" xml:lang="mk">╨ƒ╨╛╨╝╨╡╤ü╤é╨╡╤é╨╡ ╨│╨╛ ╨┐╨╛╨║╨░╨╢╤â╨▓╨░╤ç╨╛╤é ╨╜╨░ ╨│╨╗╤â╨▓╤ç╨╡╤é╨╛ ╨╖╨░ ╨┤╨░ ╨╛╨╖╨╜╨░╤ç╨╕╤é╨╡ ╨║╨╛╨┐╤ç╨╡. ╨ù╨░╨┤╤Ç╨╢╨╡╤é╨╡ ╨│╨╛ ╤é╨░╤ü╤é╨╡╤Ç╨╛╤é ╨┐╤Ç╨╕╤é╨╕╤ü╨╜╨░╤é ╨╖╨░ ╨┤╨░ ╨╕╨╖╨▒╨╡╤Ç╨╡╤é╨╡.</GOK:description>
  3338.  
  3339. <GOK:operation>
  3340. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨₧╨┐╨╡╤Ç╨░╤å╨╕╤ÿ╨░" xml:lang="mk">
  3341.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3342.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3343.  
  3344.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3345.                 <GOK:control type="label" string="╨ÿ╨╖╨▒╨╡╤Ç╨╡╤é╨╡:" xml:lang="mk"></GOK:control>
  3346.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="╨ÿ╨╖╨▒╨╡╤Ç╨╡╤é╨╡:" xml:lang="mk"></GOK:control>
  3347.             </GOK:control>
  3348.  
  3349.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3350.                 <GOK:control type="label" string="╨É╨║╤é╨╕╨▓╨╕╤Ç╨░╤ÿ:" xml:lang="mk"></GOK:control>
  3351.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="╨É╨║╤é╨╕╨▓╨╕╤Ç╨░╤ÿ:" xml:lang="mk"></GOK:control>
  3352.             </GOK:control>
  3353.  
  3354.         </GOK:control>
  3355.     </GOK:control>    
  3356. </GOK:control>    
  3357. </GOK:operation>
  3358.  
  3359. <GOK:feedback>
  3360. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨ƒ╨╛╨▓╤Ç╨░╤é╨╜╨░ ╨╕╨╜╤ä╨╛╤Ç╨╝╨░╤å╨╕╤ÿ╨░" xml:lang="mk">
  3361.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3362.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3363.  
  3364.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3365.                 <GOK:control type="label" string="╨ö╨▓╨╕╨╢╨╡╤Ü╨╡:" xml:lang="mk"></GOK:control>
  3366.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="╨ö╨▓╨╕╨╢╨╡╤Ü╨╡ ╨╜╨░ ╨┐╨╛╨▓╤Ç╨░╤é╨╜╨░╤é╨░ ╨╕╨╜╤ä╨╛╤Ç╨╝╨░╤å╨╕╤ÿ╨░:" xml:lang="mk"></GOK:control>
  3367.             </GOK:control>
  3368.     
  3369.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3370.                 <GOK:control type="label" string="╨É╨║╤é╨╕╨▓╨╕╤Ç╨░╤Ü╨╡:" xml:lang="mk"></GOK:control>
  3371.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="╨É╨║╤é╨╕╨▓╨╕╤Ç╨░╤Ü╨╡ ╨╜╨░ ╨┐╨╛╨▓╤Ç╨░╤é╨╜╨░╤é╨░ ╨╕╨╜╤ä╨╛╤Ç╨╝╨░╤å╨╕╤ÿ╨░:" xml:lang="mk"></GOK:control>
  3372.             </GOK:control>
  3373.  
  3374.         </GOK:control>
  3375.     </GOK:control>
  3376. </GOK:control>
  3377. </GOK:feedback>
  3378.  
  3379.  
  3380.  
  3381.  
  3382.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  3383.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  3384.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  3385.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  3386.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  3387.     <GOK:rate value="0" name="autorepeat"/>
  3388.     <GOK:rate value="30" name="repeatrate"/>
  3389.  
  3390.  
  3391.     <GOK:initialization>
  3392.         <GOK:effect call="ChunkerReset"/>
  3393.         <GOK:effect call="ChunkerChunkNone"/>
  3394.     </GOK:initialization>
  3395.  
  3396.  
  3397.     <GOK:state name="1">
  3398.  
  3399.         <GOK:handler state="enter" name="keyenter">
  3400.             <GOK:effect call="SetSelectedKey"/>
  3401.             <GOK:effect call="ChunkerKeyHighlight"/>
  3402.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  3403.         </GOK:handler>
  3404.  
  3405.         <GOK:handler state="leave" name="keyleave">
  3406.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  3407.             <GOK:effect call="SetSelectedKey"/>
  3408.         </GOK:handler>
  3409.  
  3410.         <GOK:handler name="outputselected">
  3411.             <GOK:effect call="OutputSelectedKey"/>
  3412.             <GOK:effect name="feedbackselection" call="Feedback"/>
  3413.         </GOK:handler>
  3414.  
  3415.     </GOK:state>
  3416.  
  3417.  
  3418.     <GOK:state name="repeat">
  3419.         <GOK:handler state="leave" name="keyleave">
  3420.             <GOK:effect call="StateReset"/>
  3421.             <GOK:effect call="UnhighlightAll"/>
  3422.         </GOK:handler>
  3423.     </GOK:state>
  3424.  
  3425. </GOK:accessmethod>
  3426. <GOK:accessmethod xml:lang="ml" name="dwellselection" displayname="Dwell Selection">
  3427. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  3428.  
  3429. <GOK:operation>
  3430. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="ml">
  3431.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3432.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3433.  
  3434.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3435.                 <GOK:control type="label" string="Select:" xml:lang="ml"></GOK:control>
  3436.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" xml:lang="ml"></GOK:control>
  3437.             </GOK:control>
  3438.  
  3439.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3440.                 <GOK:control type="label" string="Activate:" xml:lang="ml"></GOK:control>
  3441.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="ml"></GOK:control>
  3442.             </GOK:control>
  3443.  
  3444.         </GOK:control>
  3445.     </GOK:control>    
  3446. </GOK:control>    
  3447. </GOK:operation>
  3448.  
  3449. <GOK:feedback>
  3450. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="ml">
  3451.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3452.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3453.  
  3454.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3455.                 <GOK:control type="label" string="Movement:" xml:lang="ml"></GOK:control>
  3456.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="ml"></GOK:control>
  3457.             </GOK:control>
  3458.     
  3459.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3460.                 <GOK:control type="label" string="Activation:" xml:lang="ml"></GOK:control>
  3461.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ml"></GOK:control>
  3462.             </GOK:control>
  3463.  
  3464.         </GOK:control>
  3465.     </GOK:control>
  3466. </GOK:control>
  3467. </GOK:feedback>
  3468.  
  3469.  
  3470.  
  3471.  
  3472.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  3473.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  3474.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  3475.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  3476.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  3477.     <GOK:rate value="0" name="autorepeat"/>
  3478.     <GOK:rate value="30" name="repeatrate"/>
  3479.  
  3480.  
  3481.     <GOK:initialization>
  3482.         <GOK:effect call="ChunkerReset"/>
  3483.         <GOK:effect call="ChunkerChunkNone"/>
  3484.     </GOK:initialization>
  3485.  
  3486.  
  3487.     <GOK:state name="1">
  3488.  
  3489.         <GOK:handler state="enter" name="keyenter">
  3490.             <GOK:effect call="SetSelectedKey"/>
  3491.             <GOK:effect call="ChunkerKeyHighlight"/>
  3492.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  3493.         </GOK:handler>
  3494.  
  3495.         <GOK:handler state="leave" name="keyleave">
  3496.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  3497.             <GOK:effect call="SetSelectedKey"/>
  3498.         </GOK:handler>
  3499.  
  3500.         <GOK:handler name="outputselected">
  3501.             <GOK:effect call="OutputSelectedKey"/>
  3502.             <GOK:effect name="feedbackselection" call="Feedback"/>
  3503.         </GOK:handler>
  3504.  
  3505.     </GOK:state>
  3506.  
  3507.  
  3508.     <GOK:state name="repeat">
  3509.         <GOK:handler state="leave" name="keyleave">
  3510.             <GOK:effect call="StateReset"/>
  3511.             <GOK:effect call="UnhighlightAll"/>
  3512.         </GOK:handler>
  3513.     </GOK:state>
  3514.  
  3515. </GOK:accessmethod>
  3516. <GOK:accessmethod xml:lang="mn" name="dwellselection" displayname="╨ö╨░╤Ç╨░╨│╨┤╤ü╨░╨╜-╨í╨╛╨╜╨│╨╛╨╗╤é">
  3517. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  3518.  
  3519. <GOK:operation>
  3520. <GOK:control type="frame" spacing="0" size="3" border="0" string="╥«╨╣╨╗╨┤╤ì╨╗" xml:lang="mn">
  3521.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3522.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3523.  
  3524.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3525.                 <GOK:control type="label" string="╨í╨╛╨╜╨│╨╛╤à:" xml:lang="mn"></GOK:control>
  3526.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="╨í╨╛╨╜╨│╨╛╤à:" xml:lang="mn"></GOK:control>
  3527.             </GOK:control>
  3528.  
  3529.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3530.                 <GOK:control type="label" string="Activate:" xml:lang="mn"></GOK:control>
  3531.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="mn"></GOK:control>
  3532.             </GOK:control>
  3533.  
  3534.         </GOK:control>
  3535.     </GOK:control>    
  3536. </GOK:control>    
  3537. </GOK:operation>
  3538.  
  3539. <GOK:feedback>
  3540. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨í╨░╨╜╨░╨╗ ╤à╥»╤ü╤ì╨╗╤é" xml:lang="mn">
  3541.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3542.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3543.  
  3544.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3545.                 <GOK:control type="label" string="╨¿╨╕╨╗╨╢╥»╥»╨╗╤ì╨╗╤é:" xml:lang="mn"></GOK:control>
  3546.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="╨í╨░╨╜╨░╨╗ ╤à╥»╤ü╤ì╨╗╤é ╤ê╨╕╨╗╨╢╥»╥»╨╗╤ì╨╗╤é:" xml:lang="mn"></GOK:control>
  3547.             </GOK:control>
  3548.     
  3549.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3550.                 <GOK:control type="label" string="Activation:" xml:lang="mn"></GOK:control>
  3551.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="mn"></GOK:control>
  3552.             </GOK:control>
  3553.  
  3554.         </GOK:control>
  3555.     </GOK:control>
  3556. </GOK:control>
  3557. </GOK:feedback>
  3558.  
  3559.  
  3560.  
  3561.  
  3562.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  3563.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  3564.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  3565.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  3566.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  3567.     <GOK:rate value="0" name="autorepeat"/>
  3568.     <GOK:rate value="30" name="repeatrate"/>
  3569.  
  3570.  
  3571.     <GOK:initialization>
  3572.         <GOK:effect call="ChunkerReset"/>
  3573.         <GOK:effect call="ChunkerChunkNone"/>
  3574.     </GOK:initialization>
  3575.  
  3576.  
  3577.     <GOK:state name="1">
  3578.  
  3579.         <GOK:handler state="enter" name="keyenter">
  3580.             <GOK:effect call="SetSelectedKey"/>
  3581.             <GOK:effect call="ChunkerKeyHighlight"/>
  3582.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  3583.         </GOK:handler>
  3584.  
  3585.         <GOK:handler state="leave" name="keyleave">
  3586.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  3587.             <GOK:effect call="SetSelectedKey"/>
  3588.         </GOK:handler>
  3589.  
  3590.         <GOK:handler name="outputselected">
  3591.             <GOK:effect call="OutputSelectedKey"/>
  3592.             <GOK:effect name="feedbackselection" call="Feedback"/>
  3593.         </GOK:handler>
  3594.  
  3595.     </GOK:state>
  3596.  
  3597.  
  3598.     <GOK:state name="repeat">
  3599.         <GOK:handler state="leave" name="keyleave">
  3600.             <GOK:effect call="StateReset"/>
  3601.             <GOK:effect call="UnhighlightAll"/>
  3602.         </GOK:handler>
  3603.     </GOK:state>
  3604.  
  3605. </GOK:accessmethod>
  3606. <GOK:accessmethod xml:lang="mr" name="dwellselection" displayname="αñíαÑìαñ╡αÑçαñ▓ αñ¿αñ┐αñ╡αñí ">
  3607. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  3608.  
  3609. <GOK:operation>
  3610. <GOK:control type="frame" spacing="0" size="3" border="0" string="αñæαñ¬αñ░αÑçαñ╢αñ¿" xml:lang="mr">
  3611.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3612.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3613.  
  3614.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3615.                 <GOK:control type="label" string="αñ¿αñ┐αñ╡αñíαñ╛:" xml:lang="mr"></GOK:control>
  3616.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="αñ¿αñ┐αñ╡αñíαñ╛:" xml:lang="mr"></GOK:control>
  3617.             </GOK:control>
  3618.  
  3619.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3620.                 <GOK:control type="label" string="αñòαñ╛αñ░αÑìαñ»αñ╛αñ¿αÑìαñ╡αñ┐αññ αñòαñ░αñ╛:" xml:lang="mr"></GOK:control>
  3621.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="αñòαñ╛αñ░αÑìαñ»αñ╛αñ¿αÑìαñ╡αñ┐αññ αñòαñ░αñ╛:" xml:lang="mr"></GOK:control>
  3622.             </GOK:control>
  3623.  
  3624.         </GOK:control>
  3625.     </GOK:control>    
  3626. </GOK:control>    
  3627. </GOK:operation>
  3628.  
  3629. <GOK:feedback>
  3630. <GOK:control type="frame" spacing="0" size="3" border="0" string="αñ¬αÑìαñ░αññαñ┐αñ╕αñ╛αñª" xml:lang="mr">
  3631.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3632.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3633.  
  3634.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3635.                 <GOK:control type="label" string="αñ╣αñ▓αñ╡αñ╛αñ╣αñ▓αñ╡:" xml:lang="mr"></GOK:control>
  3636.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="αñ¬αÑìαñ░αññαñ┐αñ╕αñ╛αñª αñ╣αñ▓αñ╡αñ╛αñ╣αñ▓αñ╡:" xml:lang="mr"></GOK:control>
  3637.             </GOK:control>
  3638.     
  3639.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3640.                 <GOK:control type="label" string="αñòαñ╛αñ░αÑìαñ»αñ╛αñ¿αÑìαñ╡αñ┐αññαÑÇαñòαñ░αñú:" xml:lang="mr"></GOK:control>
  3641.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="αñ¬αÑìαñ░αññαñ┐αñ╕αñ╛αñª αñòαñ╛αñ░αÑìαñ»αñ╛αñ¿αÑìαñ╡αñ┐αññαÑÇαñòαñ░αñú:" xml:lang="mr"></GOK:control>
  3642.             </GOK:control>
  3643.  
  3644.         </GOK:control>
  3645.     </GOK:control>
  3646. </GOK:control>
  3647. </GOK:feedback>
  3648.  
  3649.  
  3650.  
  3651.  
  3652.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  3653.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  3654.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  3655.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  3656.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  3657.     <GOK:rate value="0" name="autorepeat"/>
  3658.     <GOK:rate value="30" name="repeatrate"/>
  3659.  
  3660.  
  3661.     <GOK:initialization>
  3662.         <GOK:effect call="ChunkerReset"/>
  3663.         <GOK:effect call="ChunkerChunkNone"/>
  3664.     </GOK:initialization>
  3665.  
  3666.  
  3667.     <GOK:state name="1">
  3668.  
  3669.         <GOK:handler state="enter" name="keyenter">
  3670.             <GOK:effect call="SetSelectedKey"/>
  3671.             <GOK:effect call="ChunkerKeyHighlight"/>
  3672.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  3673.         </GOK:handler>
  3674.  
  3675.         <GOK:handler state="leave" name="keyleave">
  3676.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  3677.             <GOK:effect call="SetSelectedKey"/>
  3678.         </GOK:handler>
  3679.  
  3680.         <GOK:handler name="outputselected">
  3681.             <GOK:effect call="OutputSelectedKey"/>
  3682.             <GOK:effect name="feedbackselection" call="Feedback"/>
  3683.         </GOK:handler>
  3684.  
  3685.     </GOK:state>
  3686.  
  3687.  
  3688.     <GOK:state name="repeat">
  3689.         <GOK:handler state="leave" name="keyleave">
  3690.             <GOK:effect call="StateReset"/>
  3691.             <GOK:effect call="UnhighlightAll"/>
  3692.         </GOK:handler>
  3693.     </GOK:state>
  3694.  
  3695. </GOK:accessmethod>
  3696. <GOK:accessmethod xml:lang="ms" name="dwellselection" displayname="Pilihan Dwell">
  3697. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  3698.  
  3699. <GOK:operation>
  3700. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="ms">
  3701.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3702.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3703.  
  3704.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3705.                 <GOK:control type="label" string="Select:" xml:lang="ms"></GOK:control>
  3706.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" xml:lang="ms"></GOK:control>
  3707.             </GOK:control>
  3708.  
  3709.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3710.                 <GOK:control type="label" string="Activate:" xml:lang="ms"></GOK:control>
  3711.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="ms"></GOK:control>
  3712.             </GOK:control>
  3713.  
  3714.         </GOK:control>
  3715.     </GOK:control>    
  3716. </GOK:control>    
  3717. </GOK:operation>
  3718.  
  3719. <GOK:feedback>
  3720. <GOK:control type="frame" spacing="0" size="3" border="0" string="Maklumbalas" xml:lang="ms">
  3721.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3722.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3723.  
  3724.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3725.                 <GOK:control type="label" string="Movement:" xml:lang="ms"></GOK:control>
  3726.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="ms"></GOK:control>
  3727.             </GOK:control>
  3728.     
  3729.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3730.                 <GOK:control type="label" string="Activation:" xml:lang="ms"></GOK:control>
  3731.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ms"></GOK:control>
  3732.             </GOK:control>
  3733.  
  3734.         </GOK:control>
  3735.     </GOK:control>
  3736. </GOK:control>
  3737. </GOK:feedback>
  3738.  
  3739.  
  3740.  
  3741.  
  3742.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  3743.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  3744.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  3745.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  3746.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  3747.     <GOK:rate value="0" name="autorepeat"/>
  3748.     <GOK:rate value="30" name="repeatrate"/>
  3749.  
  3750.  
  3751.     <GOK:initialization>
  3752.         <GOK:effect call="ChunkerReset"/>
  3753.         <GOK:effect call="ChunkerChunkNone"/>
  3754.     </GOK:initialization>
  3755.  
  3756.  
  3757.     <GOK:state name="1">
  3758.  
  3759.         <GOK:handler state="enter" name="keyenter">
  3760.             <GOK:effect call="SetSelectedKey"/>
  3761.             <GOK:effect call="ChunkerKeyHighlight"/>
  3762.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  3763.         </GOK:handler>
  3764.  
  3765.         <GOK:handler state="leave" name="keyleave">
  3766.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  3767.             <GOK:effect call="SetSelectedKey"/>
  3768.         </GOK:handler>
  3769.  
  3770.         <GOK:handler name="outputselected">
  3771.             <GOK:effect call="OutputSelectedKey"/>
  3772.             <GOK:effect name="feedbackselection" call="Feedback"/>
  3773.         </GOK:handler>
  3774.  
  3775.     </GOK:state>
  3776.  
  3777.  
  3778.     <GOK:state name="repeat">
  3779.         <GOK:handler state="leave" name="keyleave">
  3780.             <GOK:effect call="StateReset"/>
  3781.             <GOK:effect call="UnhighlightAll"/>
  3782.         </GOK:handler>
  3783.     </GOK:state>
  3784.  
  3785. </GOK:accessmethod>
  3786. <GOK:accessmethod xml:lang="nb" name="dwellselection" displayname="Velg ved ├Ñ henge over">
  3787. <GOK:description xml:space="preserve" xml:lang="nb">Flytt muspekeren for ├Ñ utheve en tast. Heng over den for ├Ñ velge den.</GOK:description>
  3788.  
  3789. <GOK:operation>
  3790. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operasjon" xml:lang="nb">
  3791.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3792.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3793.  
  3794.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3795.                 <GOK:control type="label" string="Velg:" xml:lang="nb"></GOK:control>
  3796.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Velg:" xml:lang="nb"></GOK:control>
  3797.             </GOK:control>
  3798.  
  3799.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3800.                 <GOK:control type="label" string="Aktiver:" xml:lang="nb"></GOK:control>
  3801.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktiver:" xml:lang="nb"></GOK:control>
  3802.             </GOK:control>
  3803.  
  3804.         </GOK:control>
  3805.     </GOK:control>    
  3806. </GOK:control>    
  3807. </GOK:operation>
  3808.  
  3809. <GOK:feedback>
  3810. <GOK:control type="frame" spacing="0" size="3" border="0" string="Tilbakemelding" xml:lang="nb">
  3811.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3812.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3813.  
  3814.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3815.                 <GOK:control type="label" string="Flytting:" xml:lang="nb"></GOK:control>
  3816.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Flytting av tilbakemelding:" xml:lang="nb"></GOK:control>
  3817.             </GOK:control>
  3818.     
  3819.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3820.                 <GOK:control type="label" string="Aktivering:" xml:lang="nb"></GOK:control>
  3821.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Aktivering av tilbakemelding:" xml:lang="nb"></GOK:control>
  3822.             </GOK:control>
  3823.  
  3824.         </GOK:control>
  3825.     </GOK:control>
  3826. </GOK:control>
  3827. </GOK:feedback>
  3828.  
  3829.  
  3830.  
  3831.  
  3832.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  3833.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  3834.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  3835.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  3836.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  3837.     <GOK:rate value="0" name="autorepeat"/>
  3838.     <GOK:rate value="30" name="repeatrate"/>
  3839.  
  3840.  
  3841.     <GOK:initialization>
  3842.         <GOK:effect call="ChunkerReset"/>
  3843.         <GOK:effect call="ChunkerChunkNone"/>
  3844.     </GOK:initialization>
  3845.  
  3846.  
  3847.     <GOK:state name="1">
  3848.  
  3849.         <GOK:handler state="enter" name="keyenter">
  3850.             <GOK:effect call="SetSelectedKey"/>
  3851.             <GOK:effect call="ChunkerKeyHighlight"/>
  3852.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  3853.         </GOK:handler>
  3854.  
  3855.         <GOK:handler state="leave" name="keyleave">
  3856.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  3857.             <GOK:effect call="SetSelectedKey"/>
  3858.         </GOK:handler>
  3859.  
  3860.         <GOK:handler name="outputselected">
  3861.             <GOK:effect call="OutputSelectedKey"/>
  3862.             <GOK:effect name="feedbackselection" call="Feedback"/>
  3863.         </GOK:handler>
  3864.  
  3865.     </GOK:state>
  3866.  
  3867.  
  3868.     <GOK:state name="repeat">
  3869.         <GOK:handler state="leave" name="keyleave">
  3870.             <GOK:effect call="StateReset"/>
  3871.             <GOK:effect call="UnhighlightAll"/>
  3872.         </GOK:handler>
  3873.     </GOK:state>
  3874.  
  3875. </GOK:accessmethod>
  3876. <GOK:accessmethod xml:lang="ne" name="dwellselection" displayname="αñ╕αÑìαñÑαñ┐αñ░ αñ¢αñ¿αÑïαñƒ">
  3877. <GOK:description xml:space="preserve" xml:lang="ne">αñòαñ┐αñ▓αñ╛αñê αñ¼αñ┐αñ╢αÑçαñ╖ αñ¬αÑìαñ░αñòαñ╛αñ░αñ▓αÑç αñªαÑçαñûαñ╛αñëαñ¿ αñ«αñ╛αñëαñ╕ αñ╕αÑüαñÜαñòαñ▓αÑç αñÜαñ╛αñ▓αÑìαñ¿αÑüαñ╣αÑïαñ▓αñ╛, αñ¢αñ╛αñ¿αÑìαñ¿αñòαÑï αñ▓αñ╛αñùαÑÇ αñòαñ┐αñ«αñ╛ αñ╕αÑìαñÑαñ┐αñ░ αñ░αñ╛αñûαÑìαñ¿αÑüαñ╣αÑïαñ▓αñ╛αñ╣αÑïαñ▓αñ╛ αÑñ</GOK:description>
  3878.  
  3879. <GOK:operation>
  3880. <GOK:control type="frame" spacing="0" size="3" border="0" string="αñ¬αñ░αñ┐αñÜαñ╛αñ▓αñ¿" xml:lang="ne">
  3881.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3882.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3883.  
  3884.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3885.                 <GOK:control type="label" string="αñ¢αñ╛αñ¿αÑìαñ¿αÑü:" xml:lang="ne"></GOK:control>
  3886.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="αñ¢αñ╛αñ¿αÑìαñ¿αÑü:" xml:lang="ne"></GOK:control>
  3887.             </GOK:control>
  3888.  
  3889.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3890.                 <GOK:control type="label" string="αñ╕αñòαÑìαñ░αñ┐αñ» αñ¼αñ¿αñ╛αñè:" xml:lang="ne"></GOK:control>
  3891.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="αñ╕αñòαÑìαñ░αñ┐αñ» αñ¼αñ¿αñ╛αñè:" xml:lang="ne"></GOK:control>
  3892.             </GOK:control>
  3893.  
  3894.         </GOK:control>
  3895.     </GOK:control>    
  3896. </GOK:control>    
  3897. </GOK:operation>
  3898.  
  3899. <GOK:feedback>
  3900. <GOK:control type="frame" spacing="0" size="3" border="0" string="αñ¬αÑìαñ░αññαñ┐αñòαÑìαñ░αñ»αñ╛" xml:lang="ne">
  3901.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3902.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3903.  
  3904.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3905.                 <GOK:control type="label" string="αñÜαñ╛αñ▓:" xml:lang="ne"></GOK:control>
  3906.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="αñÜαñ╛αñ▓αñòαÑï αñ¬αÑìαñ░αññαñ┐αñòαÑìαñ░αñ┐αñ»αñ╛ :" xml:lang="ne"></GOK:control>
  3907.             </GOK:control>
  3908.     
  3909.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3910.                 <GOK:control type="label" string="αñ╕αñòαÑìαñ░αñ┐αñ»αññαñ╛ :" xml:lang="ne"></GOK:control>
  3911.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="αñ¬αÑìαñ░αññαñ┐αñòαÑìαñ░αñ┐αñ»αñ╛ αñ╕αñòαÑìαñ░αñ┐αñ» αñùαñ░αÑìαñ¿:" xml:lang="ne"></GOK:control>
  3912.             </GOK:control>
  3913.  
  3914.         </GOK:control>
  3915.     </GOK:control>
  3916. </GOK:control>
  3917. </GOK:feedback>
  3918.  
  3919.  
  3920.  
  3921.  
  3922.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  3923.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  3924.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  3925.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  3926.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  3927.     <GOK:rate value="0" name="autorepeat"/>
  3928.     <GOK:rate value="30" name="repeatrate"/>
  3929.  
  3930.  
  3931.     <GOK:initialization>
  3932.         <GOK:effect call="ChunkerReset"/>
  3933.         <GOK:effect call="ChunkerChunkNone"/>
  3934.     </GOK:initialization>
  3935.  
  3936.  
  3937.     <GOK:state name="1">
  3938.  
  3939.         <GOK:handler state="enter" name="keyenter">
  3940.             <GOK:effect call="SetSelectedKey"/>
  3941.             <GOK:effect call="ChunkerKeyHighlight"/>
  3942.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  3943.         </GOK:handler>
  3944.  
  3945.         <GOK:handler state="leave" name="keyleave">
  3946.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  3947.             <GOK:effect call="SetSelectedKey"/>
  3948.         </GOK:handler>
  3949.  
  3950.         <GOK:handler name="outputselected">
  3951.             <GOK:effect call="OutputSelectedKey"/>
  3952.             <GOK:effect name="feedbackselection" call="Feedback"/>
  3953.         </GOK:handler>
  3954.  
  3955.     </GOK:state>
  3956.  
  3957.  
  3958.     <GOK:state name="repeat">
  3959.         <GOK:handler state="leave" name="keyleave">
  3960.             <GOK:effect call="StateReset"/>
  3961.             <GOK:effect call="UnhighlightAll"/>
  3962.         </GOK:handler>
  3963.     </GOK:state>
  3964.  
  3965. </GOK:accessmethod>
  3966. <GOK:accessmethod xml:lang="nl" name="dwellselection" displayname="Blijven-selectie">
  3967. <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>
  3968.  
  3969. <GOK:operation>
  3970. <GOK:control type="frame" spacing="0" size="3" border="0" string="Bewerking" xml:lang="nl">
  3971.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3972.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3973.  
  3974.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3975.                 <GOK:control type="label" string="Selecteren:" xml:lang="nl"></GOK:control>
  3976.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Selecteren:" xml:lang="nl"></GOK:control>
  3977.             </GOK:control>
  3978.  
  3979.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3980.                 <GOK:control type="label" string="Activeren:" xml:lang="nl"></GOK:control>
  3981.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activeren:" xml:lang="nl"></GOK:control>
  3982.             </GOK:control>
  3983.  
  3984.         </GOK:control>
  3985.     </GOK:control>    
  3986. </GOK:control>    
  3987. </GOK:operation>
  3988.  
  3989. <GOK:feedback>
  3990. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="nl">
  3991.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  3992.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  3993.  
  3994.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  3995.                 <GOK:control type="label" string="Beweging:" xml:lang="nl"></GOK:control>
  3996.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback beweging:" xml:lang="nl"></GOK:control>
  3997.             </GOK:control>
  3998.     
  3999.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4000.                 <GOK:control type="label" string="Activering:" xml:lang="nl"></GOK:control>
  4001.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback activering:" xml:lang="nl"></GOK:control>
  4002.             </GOK:control>
  4003.  
  4004.         </GOK:control>
  4005.     </GOK:control>
  4006. </GOK:control>
  4007. </GOK:feedback>
  4008.  
  4009.  
  4010.  
  4011.  
  4012.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  4013.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  4014.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  4015.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  4016.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  4017.     <GOK:rate value="0" name="autorepeat"/>
  4018.     <GOK:rate value="30" name="repeatrate"/>
  4019.  
  4020.  
  4021.     <GOK:initialization>
  4022.         <GOK:effect call="ChunkerReset"/>
  4023.         <GOK:effect call="ChunkerChunkNone"/>
  4024.     </GOK:initialization>
  4025.  
  4026.  
  4027.     <GOK:state name="1">
  4028.  
  4029.         <GOK:handler state="enter" name="keyenter">
  4030.             <GOK:effect call="SetSelectedKey"/>
  4031.             <GOK:effect call="ChunkerKeyHighlight"/>
  4032.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  4033.         </GOK:handler>
  4034.  
  4035.         <GOK:handler state="leave" name="keyleave">
  4036.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  4037.             <GOK:effect call="SetSelectedKey"/>
  4038.         </GOK:handler>
  4039.  
  4040.         <GOK:handler name="outputselected">
  4041.             <GOK:effect call="OutputSelectedKey"/>
  4042.             <GOK:effect name="feedbackselection" call="Feedback"/>
  4043.         </GOK:handler>
  4044.  
  4045.     </GOK:state>
  4046.  
  4047.  
  4048.     <GOK:state name="repeat">
  4049.         <GOK:handler state="leave" name="keyleave">
  4050.             <GOK:effect call="StateReset"/>
  4051.             <GOK:effect call="UnhighlightAll"/>
  4052.         </GOK:handler>
  4053.     </GOK:state>
  4054.  
  4055. </GOK:accessmethod>
  4056. <GOK:accessmethod xml:lang="or" name="dwellselection" displayname="α¼Üୟନ α¼ëପα¼░α¡ç α¼¼α¼┐α¼╢ଦ α¼Üα¼┐ନα¡ìα¼ñନ α¼òα¼░ନα¡ìα¼ñα¡ü">
  4057. <GOK:description xml:space="preserve" xml:lang="or">α¼ùα¡ïଟα¼┐α¼Å α¼Üα¼╛α¼¼α¼┐α¼òα¡ü α¼åα¼▓α¡ïα¼òପα¼╛α¼ñ α¼òα¼░α¼┐α¼¼α¼╛ α¼¬α¼╛α¼çα¼ü α¼«α¼╛α¼ëα¼╕ α¼╕α¡éα¼Üα¼òα¼òα¡ü α¼ñα¼╛α¼╣α¼╛ α¼ëପα¼░α¼òα¡ü α¼ÿα¡üα¼₧α¡ìα¼Üα¼╛ନα¡ìα¼ñα¡üαÑñ α¼Üୟନ α¼òα¼░α¼╛α¼»α¼┐α¼¼α¼╛ α¼Üα¼╛α¼¼α¼┐ α¼¬α¼╛α¼çα¼ü α¼¼α¼┐α¼╢ଦ α¼Üα¼┐ନα¡ìα¼ñନ α¼òα¼░ନα¡ìα¼ñα¡üαÑñ</GOK:description>
  4058.  
  4059. <GOK:operation>
  4060. <GOK:control type="frame" spacing="0" size="3" border="0" string="α¼Üα¼╛α¼│ନα¼╛" xml:lang="or">
  4061.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4062.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4063.  
  4064.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4065.                 <GOK:control type="label" string="α¼Üୟନ α¼òα¼░ନα¡ìα¼ñα¡ü:" xml:lang="or"></GOK:control>
  4066.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="α¼Üୟନ α¼òα¼░ନα¡ìα¼ñα¡ü:" xml:lang="or"></GOK:control>
  4067.             </GOK:control>
  4068.  
  4069.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4070.                 <GOK:control type="label" string="α¼╕α¼òα¡ìα¼░α¼┐ୟ α¼òα¼░ନα¡ìα¼ñα¡ü:" xml:lang="or"></GOK:control>
  4071.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="α¼╕α¼òα¡ìα¼░α¼┐ୟ α¼òα¼░ନα¡ìα¼ñα¡ü:" xml:lang="or"></GOK:control>
  4072.             </GOK:control>
  4073.  
  4074.         </GOK:control>
  4075.     </GOK:control>    
  4076. </GOK:control>    
  4077. </GOK:operation>
  4078.  
  4079. <GOK:feedback>
  4080. <GOK:control type="frame" spacing="0" size="3" border="0" string="ପα¡ìα¼░α¼ñα¼┐α¼òα¡ìα¼░α¼┐ୟα¼╛" xml:lang="or">
  4081.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4082.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4083.  
  4084.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4085.                 <GOK:control type="label" string="α¼ùα¼ñα¼┐α¼¼α¼┐ଧα¼┐:" xml:lang="or"></GOK:control>
  4086.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="ପα¡ìα¼░α¼ñα¼┐α¼òα¡ìα¼░α¼┐ୟα¼╛ α¼ùα¼ñα¼┐α¼¼α¼┐ଧα¼┐:" xml:lang="or"></GOK:control>
  4087.             </GOK:control>
  4088.     
  4089.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4090.                 <GOK:control type="label" string="α¼╕α¼òα¡ìα¼░α¼┐ୟα¼ú:" xml:lang="or"></GOK:control>
  4091.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="ପα¡ìα¼░α¼ñα¼┐α¼òα¡ìα¼░α¼┐ୟα¼╛ α¼╕α¼òα¡ìα¼░α¼┐ୟα¼ú:" xml:lang="or"></GOK:control>
  4092.             </GOK:control>
  4093.  
  4094.         </GOK:control>
  4095.     </GOK:control>
  4096. </GOK:control>
  4097. </GOK:feedback>
  4098.  
  4099.  
  4100.  
  4101.  
  4102.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  4103.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  4104.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  4105.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  4106.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  4107.     <GOK:rate value="0" name="autorepeat"/>
  4108.     <GOK:rate value="30" name="repeatrate"/>
  4109.  
  4110.  
  4111.     <GOK:initialization>
  4112.         <GOK:effect call="ChunkerReset"/>
  4113.         <GOK:effect call="ChunkerChunkNone"/>
  4114.     </GOK:initialization>
  4115.  
  4116.  
  4117.     <GOK:state name="1">
  4118.  
  4119.         <GOK:handler state="enter" name="keyenter">
  4120.             <GOK:effect call="SetSelectedKey"/>
  4121.             <GOK:effect call="ChunkerKeyHighlight"/>
  4122.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  4123.         </GOK:handler>
  4124.  
  4125.         <GOK:handler state="leave" name="keyleave">
  4126.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  4127.             <GOK:effect call="SetSelectedKey"/>
  4128.         </GOK:handler>
  4129.  
  4130.         <GOK:handler name="outputselected">
  4131.             <GOK:effect call="OutputSelectedKey"/>
  4132.             <GOK:effect name="feedbackselection" call="Feedback"/>
  4133.         </GOK:handler>
  4134.  
  4135.     </GOK:state>
  4136.  
  4137.  
  4138.     <GOK:state name="repeat">
  4139.         <GOK:handler state="leave" name="keyleave">
  4140.             <GOK:effect call="StateReset"/>
  4141.             <GOK:effect call="UnhighlightAll"/>
  4142.         </GOK:handler>
  4143.     </GOK:state>
  4144.  
  4145. </GOK:accessmethod>
  4146. <GOK:accessmethod xml:lang="pa" name="dwellselection" displayname="α¿╕α¿Ñα¿╛ਪα¿ñ α¿Üα⌐ïα¿ú">
  4147. <GOK:description xml:space="preserve" xml:lang="pa">α¿╕α¿╡α¿┐α⌐▒α¿Ü α¿¿α⌐éα⌐░ α¿╕α¿░α¿ùα¿░α¿« α¿òα¿░α¿¿ α¿▓α¿ê α¿«α¿╛α¿èα¿╕ α¿╕α⌐░α¿òα⌐çα¿ñα¿ò α¿¿α⌐éα⌐░ α¿╣α¿┐α¿▓α¿╛α¿ôαÑñ α¿Üα⌐üα¿úα¿¿ α¿▓α¿ê α¿╕α¿╡α¿┐α⌐▒α¿Ü α¿¼α¿╛α¿░α⌐ç α¿╕α⌐ïα¿Üα⌐ïαÑñ</GOK:description>
  4148.  
  4149. <GOK:operation>
  4150. <GOK:control type="frame" spacing="0" size="3" border="0" string="α¿òα¿╛α¿░α¿╡α¿╛α¿ê" xml:lang="pa">
  4151.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4152.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4153.  
  4154.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4155.                 <GOK:control type="label" string="α¿Üα⌐üα¿úα⌐ï:" xml:lang="pa"></GOK:control>
  4156.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="α¿Üα⌐üα¿úα⌐ï:" xml:lang="pa"></GOK:control>
  4157.             </GOK:control>
  4158.  
  4159.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4160.                 <GOK:control type="label" string="α¿╕α¿░α¿ùα¿░α¿«:" xml:lang="pa"></GOK:control>
  4161.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="α¿╕α¿░α¿ùα¿░α¿«:" xml:lang="pa"></GOK:control>
  4162.             </GOK:control>
  4163.  
  4164.         </GOK:control>
  4165.     </GOK:control>    
  4166. </GOK:control>    
  4167. </GOK:operation>
  4168.  
  4169. <GOK:feedback>
  4170. <GOK:control type="frame" spacing="0" size="3" border="0" string="α¿½α⌐Çα¿íα¿¼α⌐êα¿ò" xml:lang="pa">
  4171.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4172.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4173.  
  4174.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4175.                 <GOK:control type="label" string="α¿ùα¿ñα⌐Ç:" xml:lang="pa"></GOK:control>
  4176.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="α¿½α⌐Çα¿íα¿¼α⌐êα¿ò α¿ùα¿ñα⌐Ç:" xml:lang="pa"></GOK:control>
  4177.             </GOK:control>
  4178.     
  4179.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4180.                 <GOK:control type="label" string="α¿╕α¿░α¿ùα¿░α¿«:" xml:lang="pa"></GOK:control>
  4181.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="α¿½α⌐Çα¿íα¿¼α⌐êα¿ò α¿╕α¿░α¿ùα¿░α¿«:" xml:lang="pa"></GOK:control>
  4182.             </GOK:control>
  4183.  
  4184.         </GOK:control>
  4185.     </GOK:control>
  4186. </GOK:control>
  4187. </GOK:feedback>
  4188.  
  4189.  
  4190.  
  4191.  
  4192.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  4193.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  4194.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  4195.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  4196.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  4197.     <GOK:rate value="0" name="autorepeat"/>
  4198.     <GOK:rate value="30" name="repeatrate"/>
  4199.  
  4200.  
  4201.     <GOK:initialization>
  4202.         <GOK:effect call="ChunkerReset"/>
  4203.         <GOK:effect call="ChunkerChunkNone"/>
  4204.     </GOK:initialization>
  4205.  
  4206.  
  4207.     <GOK:state name="1">
  4208.  
  4209.         <GOK:handler state="enter" name="keyenter">
  4210.             <GOK:effect call="SetSelectedKey"/>
  4211.             <GOK:effect call="ChunkerKeyHighlight"/>
  4212.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  4213.         </GOK:handler>
  4214.  
  4215.         <GOK:handler state="leave" name="keyleave">
  4216.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  4217.             <GOK:effect call="SetSelectedKey"/>
  4218.         </GOK:handler>
  4219.  
  4220.         <GOK:handler name="outputselected">
  4221.             <GOK:effect call="OutputSelectedKey"/>
  4222.             <GOK:effect name="feedbackselection" call="Feedback"/>
  4223.         </GOK:handler>
  4224.  
  4225.     </GOK:state>
  4226.  
  4227.  
  4228.     <GOK:state name="repeat">
  4229.         <GOK:handler state="leave" name="keyleave">
  4230.             <GOK:effect call="StateReset"/>
  4231.             <GOK:effect call="UnhighlightAll"/>
  4232.         </GOK:handler>
  4233.     </GOK:state>
  4234.  
  4235. </GOK:accessmethod>
  4236. <GOK:accessmethod xml:lang="pl" name="dwellselection" displayname="Wyb├│r wyd┼éu┼╝ony">
  4237. <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>
  4238.  
  4239. <GOK:operation>
  4240. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operacja" xml:lang="pl">
  4241.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4242.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4243.  
  4244.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4245.                 <GOK:control type="label" string="Wyb├│r:" xml:lang="pl"></GOK:control>
  4246.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Wyb├│r:" xml:lang="pl"></GOK:control>
  4247.             </GOK:control>
  4248.  
  4249.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4250.                 <GOK:control type="label" string="Uaktywnij:" xml:lang="pl"></GOK:control>
  4251.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Uaktywnij:" xml:lang="pl"></GOK:control>
  4252.             </GOK:control>
  4253.  
  4254.         </GOK:control>
  4255.     </GOK:control>    
  4256. </GOK:control>    
  4257. </GOK:operation>
  4258.  
  4259. <GOK:feedback>
  4260. <GOK:control type="frame" spacing="0" size="3" border="0" string="Sprz─Ö┼╝enie zwrotne" xml:lang="pl">
  4261.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4262.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4263.  
  4264.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4265.                 <GOK:control type="label" string="Przesuni─Öcie:" xml:lang="pl"></GOK:control>
  4266.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Przesuni─Öcie sprz─Ö┼╝enia zwrotnego:" xml:lang="pl"></GOK:control>
  4267.             </GOK:control>
  4268.     
  4269.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4270.                 <GOK:control type="label" string="Aktywacja:" xml:lang="pl"></GOK:control>
  4271.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Aktywacja sprz─Ö┼╝enia zwrotnego:" xml:lang="pl"></GOK:control>
  4272.             </GOK:control>
  4273.  
  4274.         </GOK:control>
  4275.     </GOK:control>
  4276. </GOK:control>
  4277. </GOK:feedback>
  4278.  
  4279.  
  4280.  
  4281.  
  4282.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  4283.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  4284.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  4285.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  4286.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  4287.     <GOK:rate value="0" name="autorepeat"/>
  4288.     <GOK:rate value="30" name="repeatrate"/>
  4289.  
  4290.  
  4291.     <GOK:initialization>
  4292.         <GOK:effect call="ChunkerReset"/>
  4293.         <GOK:effect call="ChunkerChunkNone"/>
  4294.     </GOK:initialization>
  4295.  
  4296.  
  4297.     <GOK:state name="1">
  4298.  
  4299.         <GOK:handler state="enter" name="keyenter">
  4300.             <GOK:effect call="SetSelectedKey"/>
  4301.             <GOK:effect call="ChunkerKeyHighlight"/>
  4302.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  4303.         </GOK:handler>
  4304.  
  4305.         <GOK:handler state="leave" name="keyleave">
  4306.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  4307.             <GOK:effect call="SetSelectedKey"/>
  4308.         </GOK:handler>
  4309.  
  4310.         <GOK:handler name="outputselected">
  4311.             <GOK:effect call="OutputSelectedKey"/>
  4312.             <GOK:effect name="feedbackselection" call="Feedback"/>
  4313.         </GOK:handler>
  4314.  
  4315.     </GOK:state>
  4316.  
  4317.  
  4318.     <GOK:state name="repeat">
  4319.         <GOK:handler state="leave" name="keyleave">
  4320.             <GOK:effect call="StateReset"/>
  4321.             <GOK:effect call="UnhighlightAll"/>
  4322.         </GOK:handler>
  4323.     </GOK:state>
  4324.  
  4325. </GOK:accessmethod>
  4326. <GOK:accessmethod xml:lang="pt" name="dwellselection" displayname="Selec├º├úo ao Sobrevoar">
  4327. <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>
  4328.  
  4329. <GOK:operation>
  4330. <GOK:control type="frame" spacing="0" size="3" border="0" string="Opera├º├úo" xml:lang="pt">
  4331.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4332.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4333.  
  4334.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4335.                 <GOK:control type="label" string="Seleccionar:" xml:lang="pt"></GOK:control>
  4336.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Seleccionar:" xml:lang="pt"></GOK:control>
  4337.             </GOK:control>
  4338.  
  4339.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4340.                 <GOK:control type="label" string="Activar:" xml:lang="pt"></GOK:control>
  4341.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activar:" xml:lang="pt"></GOK:control>
  4342.             </GOK:control>
  4343.  
  4344.         </GOK:control>
  4345.     </GOK:control>    
  4346. </GOK:control>    
  4347. </GOK:operation>
  4348.  
  4349. <GOK:feedback>
  4350. <GOK:control type="frame" spacing="0" size="3" border="0" string="Pergunta" xml:lang="pt">
  4351.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4352.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4353.  
  4354.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4355.                 <GOK:control type="label" string="Movimento:" xml:lang="pt"></GOK:control>
  4356.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Movimento de Pergunta:" xml:lang="pt"></GOK:control>
  4357.             </GOK:control>
  4358.     
  4359.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4360.                 <GOK:control type="label" string="Activa├º├úo:" xml:lang="pt"></GOK:control>
  4361.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Activa├º├úo de Pergunta:" xml:lang="pt"></GOK:control>
  4362.             </GOK:control>
  4363.  
  4364.         </GOK:control>
  4365.     </GOK:control>
  4366. </GOK:control>
  4367. </GOK:feedback>
  4368.  
  4369.  
  4370.  
  4371.  
  4372.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  4373.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  4374.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  4375.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  4376.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  4377.     <GOK:rate value="0" name="autorepeat"/>
  4378.     <GOK:rate value="30" name="repeatrate"/>
  4379.  
  4380.  
  4381.     <GOK:initialization>
  4382.         <GOK:effect call="ChunkerReset"/>
  4383.         <GOK:effect call="ChunkerChunkNone"/>
  4384.     </GOK:initialization>
  4385.  
  4386.  
  4387.     <GOK:state name="1">
  4388.  
  4389.         <GOK:handler state="enter" name="keyenter">
  4390.             <GOK:effect call="SetSelectedKey"/>
  4391.             <GOK:effect call="ChunkerKeyHighlight"/>
  4392.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  4393.         </GOK:handler>
  4394.  
  4395.         <GOK:handler state="leave" name="keyleave">
  4396.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  4397.             <GOK:effect call="SetSelectedKey"/>
  4398.         </GOK:handler>
  4399.  
  4400.         <GOK:handler name="outputselected">
  4401.             <GOK:effect call="OutputSelectedKey"/>
  4402.             <GOK:effect name="feedbackselection" call="Feedback"/>
  4403.         </GOK:handler>
  4404.  
  4405.     </GOK:state>
  4406.  
  4407.  
  4408.     <GOK:state name="repeat">
  4409.         <GOK:handler state="leave" name="keyleave">
  4410.             <GOK:effect call="StateReset"/>
  4411.             <GOK:effect call="UnhighlightAll"/>
  4412.         </GOK:handler>
  4413.     </GOK:state>
  4414.  
  4415. </GOK:accessmethod>
  4416. <GOK:accessmethod xml:lang="pt_BR" name="dwellselection" displayname="Sele├º├úo ao apontar">
  4417. <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>
  4418.  
  4419. <GOK:operation>
  4420. <GOK:control type="frame" spacing="0" size="3" border="0" string="Opera├º├úo" xml:lang="pt_BR">
  4421.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4422.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4423.  
  4424.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4425.                 <GOK:control type="label" string="Selecionar:" xml:lang="pt_BR"></GOK:control>
  4426.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Selecionar:" xml:lang="pt_BR"></GOK:control>
  4427.             </GOK:control>
  4428.  
  4429.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4430.                 <GOK:control type="label" string="Ativar:" xml:lang="pt_BR"></GOK:control>
  4431.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Ativar:" xml:lang="pt_BR"></GOK:control>
  4432.             </GOK:control>
  4433.  
  4434.         </GOK:control>
  4435.     </GOK:control>    
  4436. </GOK:control>    
  4437. </GOK:operation>
  4438.  
  4439. <GOK:feedback>
  4440. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="pt_BR">
  4441.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4442.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4443.  
  4444.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4445.                 <GOK:control type="label" string="Movimento:" xml:lang="pt_BR"></GOK:control>
  4446.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Movimento de Feedback:" xml:lang="pt_BR"></GOK:control>
  4447.             </GOK:control>
  4448.     
  4449.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4450.                 <GOK:control type="label" string="Ativa├º├úo:" xml:lang="pt_BR"></GOK:control>
  4451.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Ativa├º├úo de Feedback:" xml:lang="pt_BR"></GOK:control>
  4452.             </GOK:control>
  4453.  
  4454.         </GOK:control>
  4455.     </GOK:control>
  4456. </GOK:control>
  4457. </GOK:feedback>
  4458.  
  4459.  
  4460.  
  4461.  
  4462.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  4463.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  4464.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  4465.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  4466.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  4467.     <GOK:rate value="0" name="autorepeat"/>
  4468.     <GOK:rate value="30" name="repeatrate"/>
  4469.  
  4470.  
  4471.     <GOK:initialization>
  4472.         <GOK:effect call="ChunkerReset"/>
  4473.         <GOK:effect call="ChunkerChunkNone"/>
  4474.     </GOK:initialization>
  4475.  
  4476.  
  4477.     <GOK:state name="1">
  4478.  
  4479.         <GOK:handler state="enter" name="keyenter">
  4480.             <GOK:effect call="SetSelectedKey"/>
  4481.             <GOK:effect call="ChunkerKeyHighlight"/>
  4482.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  4483.         </GOK:handler>
  4484.  
  4485.         <GOK:handler state="leave" name="keyleave">
  4486.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  4487.             <GOK:effect call="SetSelectedKey"/>
  4488.         </GOK:handler>
  4489.  
  4490.         <GOK:handler name="outputselected">
  4491.             <GOK:effect call="OutputSelectedKey"/>
  4492.             <GOK:effect name="feedbackselection" call="Feedback"/>
  4493.         </GOK:handler>
  4494.  
  4495.     </GOK:state>
  4496.  
  4497.  
  4498.     <GOK:state name="repeat">
  4499.         <GOK:handler state="leave" name="keyleave">
  4500.             <GOK:effect call="StateReset"/>
  4501.             <GOK:effect call="UnhighlightAll"/>
  4502.         </GOK:handler>
  4503.     </GOK:state>
  4504.  
  4505. </GOK:accessmethod>
  4506. <GOK:accessmethod xml:lang="ro" name="dwellselection" displayname="Selec┼úie Dwell">
  4507. <GOK:description xml:space="preserve" xml:lang="ro">Eviden┼úia┼úi tasta cu mausul. Selecta┼úi tasta prin oprirea pe ea.</GOK:description>
  4508.  
  4509. <GOK:operation>
  4510. <GOK:control type="frame" spacing="0" size="3" border="0" string="Opera┼úie" xml:lang="ro">
  4511.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4512.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4513.  
  4514.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4515.                 <GOK:control type="label" string="Selectare:" xml:lang="ro"></GOK:control>
  4516.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Selectare:" xml:lang="ro"></GOK:control>
  4517.             </GOK:control>
  4518.  
  4519.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4520.                 <GOK:control type="label" string="Activeaz─â:" xml:lang="ro"></GOK:control>
  4521.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activeaz─â:" xml:lang="ro"></GOK:control>
  4522.             </GOK:control>
  4523.  
  4524.         </GOK:control>
  4525.     </GOK:control>    
  4526. </GOK:control>    
  4527. </GOK:operation>
  4528.  
  4529. <GOK:feedback>
  4530. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="ro">
  4531.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4532.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4533.  
  4534.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4535.                 <GOK:control type="label" string="Mi┼ƒcare:" xml:lang="ro"></GOK:control>
  4536.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback mi┼ƒcare:" xml:lang="ro"></GOK:control>
  4537.             </GOK:control>
  4538.     
  4539.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4540.                 <GOK:control type="label" string="Activare:" xml:lang="ro"></GOK:control>
  4541.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback activare:" xml:lang="ro"></GOK:control>
  4542.             </GOK:control>
  4543.  
  4544.         </GOK:control>
  4545.     </GOK:control>
  4546. </GOK:control>
  4547. </GOK:feedback>
  4548.  
  4549.  
  4550.  
  4551.  
  4552.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  4553.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  4554.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  4555.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  4556.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  4557.     <GOK:rate value="0" name="autorepeat"/>
  4558.     <GOK:rate value="30" name="repeatrate"/>
  4559.  
  4560.  
  4561.     <GOK:initialization>
  4562.         <GOK:effect call="ChunkerReset"/>
  4563.         <GOK:effect call="ChunkerChunkNone"/>
  4564.     </GOK:initialization>
  4565.  
  4566.  
  4567.     <GOK:state name="1">
  4568.  
  4569.         <GOK:handler state="enter" name="keyenter">
  4570.             <GOK:effect call="SetSelectedKey"/>
  4571.             <GOK:effect call="ChunkerKeyHighlight"/>
  4572.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  4573.         </GOK:handler>
  4574.  
  4575.         <GOK:handler state="leave" name="keyleave">
  4576.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  4577.             <GOK:effect call="SetSelectedKey"/>
  4578.         </GOK:handler>
  4579.  
  4580.         <GOK:handler name="outputselected">
  4581.             <GOK:effect call="OutputSelectedKey"/>
  4582.             <GOK:effect name="feedbackselection" call="Feedback"/>
  4583.         </GOK:handler>
  4584.  
  4585.     </GOK:state>
  4586.  
  4587.  
  4588.     <GOK:state name="repeat">
  4589.         <GOK:handler state="leave" name="keyleave">
  4590.             <GOK:effect call="StateReset"/>
  4591.             <GOK:effect call="UnhighlightAll"/>
  4592.         </GOK:handler>
  4593.     </GOK:state>
  4594.  
  4595. </GOK:accessmethod>
  4596. <GOK:accessmethod xml:lang="ru" name="dwellselection" displayname="╨₧╤ü╤é╨░╨╜╨░╨▓╨╗╨╕╨▓╨░╤Ä╤ë╨╡╨╡╤ü╤Å ╨▓╤ï╨┤╨╡╨╗╨╡╨╜╨╕╨╡">
  4597. <GOK:description xml:space="preserve" xml:lang="ru">╨ƒ╨╛╨╝╨╡╤ü╤é╨╕╤é╨╡ ╤â╨║╨░╨╖╨░╤é╨╡╨╗╤î ╨╝╤ï╤ê╨╕ ╨┤╨╗╤Å ╨┐╨╛╨┤╤ü╨▓╨╡╤é╨║╨╕ ╨║╨╗╨░╨▓╨╕╤ê╨╕. ╨₧╤ü╤é╨░╨▓╨░╨╣╤é╨╡╤ü╤î ╨╜╨░ ╨║╨╗╨░╨▓╨╕╤ê╨╡ ╨┤╨╗╤Å ╨▓╤ï╨▒╨╛╤Ç╨░.</GOK:description>
  4598.  
  4599. <GOK:operation>
  4600. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨₧╨┐╨╡╤Ç╨░╤å╨╕╤Å" xml:lang="ru">
  4601.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4602.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4603.  
  4604.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4605.                 <GOK:control type="label" string="╨Æ╤ï╨▒╤Ç╨░╤é╤î:" xml:lang="ru"></GOK:control>
  4606.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="╨Æ╤ï╨▒╤Ç╨░╤é╤î:" xml:lang="ru"></GOK:control>
  4607.             </GOK:control>
  4608.  
  4609.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4610.                 <GOK:control type="label" string="╨É╨║╤é╨╕╨▓╨╕╤Ç╨╛╨▓╨░╤é╤î:" xml:lang="ru"></GOK:control>
  4611.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="╨É╨║╤é╨╕╨▓╨╕╤Ç╨╛╨▓╨░╤é╤î:" xml:lang="ru"></GOK:control>
  4612.             </GOK:control>
  4613.  
  4614.         </GOK:control>
  4615.     </GOK:control>    
  4616. </GOK:control>    
  4617. </GOK:operation>
  4618.  
  4619. <GOK:feedback>
  4620. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨á╨╡╨░╨║╤å╨╕╨╕" xml:lang="ru">
  4621.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4622.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4623.  
  4624.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4625.                 <GOK:control type="label" string="╨ö╨▓╨╕╨╢╨╡╨╜╨╕╨╡:" xml:lang="ru"></GOK:control>
  4626.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="╨á╨╡╨░╨║╤é╨╕╨▓╨╜╨╛╨╡ ╤ü╨╝╨╡╤ë╨╡╨╜╨╕╨╡:" xml:lang="ru"></GOK:control>
  4627.             </GOK:control>
  4628.     
  4629.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4630.                 <GOK:control type="label" string="╨É╨║╤é╨╕╨▓╨░╤å╨╕╤Å:" xml:lang="ru"></GOK:control>
  4631.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="╨á╨╡╨░╨║╤é╨╕╨▓╨╜╨░╤Å ╨░╨║╤é╨╕╨▓╨░╤å╨╕╤Å:" xml:lang="ru"></GOK:control>
  4632.             </GOK:control>
  4633.  
  4634.         </GOK:control>
  4635.     </GOK:control>
  4636. </GOK:control>
  4637. </GOK:feedback>
  4638.  
  4639.  
  4640.  
  4641.  
  4642.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  4643.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  4644.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  4645.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  4646.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  4647.     <GOK:rate value="0" name="autorepeat"/>
  4648.     <GOK:rate value="30" name="repeatrate"/>
  4649.  
  4650.  
  4651.     <GOK:initialization>
  4652.         <GOK:effect call="ChunkerReset"/>
  4653.         <GOK:effect call="ChunkerChunkNone"/>
  4654.     </GOK:initialization>
  4655.  
  4656.  
  4657.     <GOK:state name="1">
  4658.  
  4659.         <GOK:handler state="enter" name="keyenter">
  4660.             <GOK:effect call="SetSelectedKey"/>
  4661.             <GOK:effect call="ChunkerKeyHighlight"/>
  4662.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  4663.         </GOK:handler>
  4664.  
  4665.         <GOK:handler state="leave" name="keyleave">
  4666.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  4667.             <GOK:effect call="SetSelectedKey"/>
  4668.         </GOK:handler>
  4669.  
  4670.         <GOK:handler name="outputselected">
  4671.             <GOK:effect call="OutputSelectedKey"/>
  4672.             <GOK:effect name="feedbackselection" call="Feedback"/>
  4673.         </GOK:handler>
  4674.  
  4675.     </GOK:state>
  4676.  
  4677.  
  4678.     <GOK:state name="repeat">
  4679.         <GOK:handler state="leave" name="keyleave">
  4680.             <GOK:effect call="StateReset"/>
  4681.             <GOK:effect call="UnhighlightAll"/>
  4682.         </GOK:handler>
  4683.     </GOK:state>
  4684.  
  4685. </GOK:accessmethod>
  4686. <GOK:accessmethod xml:lang="rw" name="dwellselection" displayname="Dwell Selection">
  4687. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  4688.  
  4689. <GOK:operation>
  4690. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="rw">
  4691.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4692.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4693.  
  4694.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4695.                 <GOK:control type="label" string="Select:" xml:lang="rw"></GOK:control>
  4696.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" xml:lang="rw"></GOK:control>
  4697.             </GOK:control>
  4698.  
  4699.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4700.                 <GOK:control type="label" string="Activate:" xml:lang="rw"></GOK:control>
  4701.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="rw"></GOK:control>
  4702.             </GOK:control>
  4703.  
  4704.         </GOK:control>
  4705.     </GOK:control>    
  4706. </GOK:control>    
  4707. </GOK:operation>
  4708.  
  4709. <GOK:feedback>
  4710. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="rw">
  4711.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4712.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4713.  
  4714.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4715.                 <GOK:control type="label" string="Movement:" xml:lang="rw"></GOK:control>
  4716.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="rw"></GOK:control>
  4717.             </GOK:control>
  4718.     
  4719.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4720.                 <GOK:control type="label" string="Activation:" xml:lang="rw"></GOK:control>
  4721.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="rw"></GOK:control>
  4722.             </GOK:control>
  4723.  
  4724.         </GOK:control>
  4725.     </GOK:control>
  4726. </GOK:control>
  4727. </GOK:feedback>
  4728.  
  4729.  
  4730.  
  4731.  
  4732.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  4733.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  4734.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  4735.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  4736.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  4737.     <GOK:rate value="0" name="autorepeat"/>
  4738.     <GOK:rate value="30" name="repeatrate"/>
  4739.  
  4740.  
  4741.     <GOK:initialization>
  4742.         <GOK:effect call="ChunkerReset"/>
  4743.         <GOK:effect call="ChunkerChunkNone"/>
  4744.     </GOK:initialization>
  4745.  
  4746.  
  4747.     <GOK:state name="1">
  4748.  
  4749.         <GOK:handler state="enter" name="keyenter">
  4750.             <GOK:effect call="SetSelectedKey"/>
  4751.             <GOK:effect call="ChunkerKeyHighlight"/>
  4752.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  4753.         </GOK:handler>
  4754.  
  4755.         <GOK:handler state="leave" name="keyleave">
  4756.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  4757.             <GOK:effect call="SetSelectedKey"/>
  4758.         </GOK:handler>
  4759.  
  4760.         <GOK:handler name="outputselected">
  4761.             <GOK:effect call="OutputSelectedKey"/>
  4762.             <GOK:effect name="feedbackselection" call="Feedback"/>
  4763.         </GOK:handler>
  4764.  
  4765.     </GOK:state>
  4766.  
  4767.  
  4768.     <GOK:state name="repeat">
  4769.         <GOK:handler state="leave" name="keyleave">
  4770.             <GOK:effect call="StateReset"/>
  4771.             <GOK:effect call="UnhighlightAll"/>
  4772.         </GOK:handler>
  4773.     </GOK:state>
  4774.  
  4775. </GOK:accessmethod>
  4776. <GOK:accessmethod xml:lang="sl" name="dwellselection" displayname="Izbira s postankom">
  4777. <GOK:description xml:space="preserve">Move the mouse pointer to highlight a key.  Dwell on the key to select.</GOK:description>
  4778.  
  4779. <GOK:operation>
  4780. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operation" xml:lang="sl">
  4781.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4782.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4783.  
  4784.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4785.                 <GOK:control type="label" string="Select:" xml:lang="sl"></GOK:control>
  4786.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Select:" xml:lang="sl"></GOK:control>
  4787.             </GOK:control>
  4788.  
  4789.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4790.                 <GOK:control type="label" string="Activate:" xml:lang="sl"></GOK:control>
  4791.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="sl"></GOK:control>
  4792.             </GOK:control>
  4793.  
  4794.         </GOK:control>
  4795.     </GOK:control>    
  4796. </GOK:control>    
  4797. </GOK:operation>
  4798.  
  4799. <GOK:feedback>
  4800. <GOK:control type="frame" spacing="0" size="3" border="0" string="Povratna informacija" xml:lang="sl">
  4801.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4802.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4803.  
  4804.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4805.                 <GOK:control type="label" string="Movement:" xml:lang="sl"></GOK:control>
  4806.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Feedback Movement:" xml:lang="sl"></GOK:control>
  4807.             </GOK:control>
  4808.     
  4809.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4810.                 <GOK:control type="label" string="Activation:" xml:lang="sl"></GOK:control>
  4811.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="sl"></GOK:control>
  4812.             </GOK:control>
  4813.  
  4814.         </GOK:control>
  4815.     </GOK:control>
  4816. </GOK:control>
  4817. </GOK:feedback>
  4818.  
  4819.  
  4820.  
  4821.  
  4822.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  4823.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  4824.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  4825.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  4826.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  4827.     <GOK:rate value="0" name="autorepeat"/>
  4828.     <GOK:rate value="30" name="repeatrate"/>
  4829.  
  4830.  
  4831.     <GOK:initialization>
  4832.         <GOK:effect call="ChunkerReset"/>
  4833.         <GOK:effect call="ChunkerChunkNone"/>
  4834.     </GOK:initialization>
  4835.  
  4836.  
  4837.     <GOK:state name="1">
  4838.  
  4839.         <GOK:handler state="enter" name="keyenter">
  4840.             <GOK:effect call="SetSelectedKey"/>
  4841.             <GOK:effect call="ChunkerKeyHighlight"/>
  4842.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  4843.         </GOK:handler>
  4844.  
  4845.         <GOK:handler state="leave" name="keyleave">
  4846.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  4847.             <GOK:effect call="SetSelectedKey"/>
  4848.         </GOK:handler>
  4849.  
  4850.         <GOK:handler name="outputselected">
  4851.             <GOK:effect call="OutputSelectedKey"/>
  4852.             <GOK:effect name="feedbackselection" call="Feedback"/>
  4853.         </GOK:handler>
  4854.  
  4855.     </GOK:state>
  4856.  
  4857.  
  4858.     <GOK:state name="repeat">
  4859.         <GOK:handler state="leave" name="keyleave">
  4860.             <GOK:effect call="StateReset"/>
  4861.             <GOK:effect call="UnhighlightAll"/>
  4862.         </GOK:handler>
  4863.     </GOK:state>
  4864.  
  4865. </GOK:accessmethod>
  4866. <GOK:accessmethod xml:lang="sq" name="dwellselection" displayname="Zgjedhja pa klikim">
  4867. <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>
  4868.  
  4869. <GOK:operation>
  4870. <GOK:control type="frame" spacing="0" size="3" border="0" string="Veprimi" xml:lang="sq">
  4871.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4872.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4873.  
  4874.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4875.                 <GOK:control type="label" string="Zgjidh:" xml:lang="sq"></GOK:control>
  4876.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Zgjidh:" xml:lang="sq"></GOK:control>
  4877.             </GOK:control>
  4878.  
  4879.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4880.                 <GOK:control type="label" string="Aktivo:" xml:lang="sq"></GOK:control>
  4881.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktivo:" xml:lang="sq"></GOK:control>
  4882.             </GOK:control>
  4883.  
  4884.         </GOK:control>
  4885.     </GOK:control>    
  4886. </GOK:control>    
  4887. </GOK:operation>
  4888.  
  4889. <GOK:feedback>
  4890. <GOK:control type="frame" spacing="0" size="3" border="0" string="Feedback" xml:lang="sq">
  4891.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4892.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4893.  
  4894.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4895.                 <GOK:control type="label" string="L├½vizja:" xml:lang="sq"></GOK:control>
  4896.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="L├½vizja e feedback:" xml:lang="sq"></GOK:control>
  4897.             </GOK:control>
  4898.     
  4899.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4900.                 <GOK:control type="label" string="Aktivimi:" xml:lang="sq"></GOK:control>
  4901.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Aktivimi i feedback:" xml:lang="sq"></GOK:control>
  4902.             </GOK:control>
  4903.  
  4904.         </GOK:control>
  4905.     </GOK:control>
  4906. </GOK:control>
  4907. </GOK:feedback>
  4908.  
  4909.  
  4910.  
  4911.  
  4912.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  4913.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  4914.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  4915.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  4916.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  4917.     <GOK:rate value="0" name="autorepeat"/>
  4918.     <GOK:rate value="30" name="repeatrate"/>
  4919.  
  4920.  
  4921.     <GOK:initialization>
  4922.         <GOK:effect call="ChunkerReset"/>
  4923.         <GOK:effect call="ChunkerChunkNone"/>
  4924.     </GOK:initialization>
  4925.  
  4926.  
  4927.     <GOK:state name="1">
  4928.  
  4929.         <GOK:handler state="enter" name="keyenter">
  4930.             <GOK:effect call="SetSelectedKey"/>
  4931.             <GOK:effect call="ChunkerKeyHighlight"/>
  4932.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  4933.         </GOK:handler>
  4934.  
  4935.         <GOK:handler state="leave" name="keyleave">
  4936.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  4937.             <GOK:effect call="SetSelectedKey"/>
  4938.         </GOK:handler>
  4939.  
  4940.         <GOK:handler name="outputselected">
  4941.             <GOK:effect call="OutputSelectedKey"/>
  4942.             <GOK:effect name="feedbackselection" call="Feedback"/>
  4943.         </GOK:handler>
  4944.  
  4945.     </GOK:state>
  4946.  
  4947.  
  4948.     <GOK:state name="repeat">
  4949.         <GOK:handler state="leave" name="keyleave">
  4950.             <GOK:effect call="StateReset"/>
  4951.             <GOK:effect call="UnhighlightAll"/>
  4952.         </GOK:handler>
  4953.     </GOK:state>
  4954.  
  4955. </GOK:accessmethod>
  4956. <GOK:accessmethod xml:lang="sr" name="dwellselection" displayname="╨ù╨░╨┤╤Ç╨╢╨╕ ╨╕╨╖╨▒╨╛╤Ç">
  4957. <GOK:description xml:space="preserve" xml:lang="sr">╨ƒ╨╛╨╝╨╡╤Ç╨╕╤é╨╡ ╨┐╨╛╨║╨░╨╖╨╕╨▓╨░╤ç ╨╝╨╕╤ê╨░ ╨┤╨░ ╨▒╨╕╤ü╤é╨╡ ╨╕╤ü╤é╨░╨║╨╗╨╕ ╤é╨░╤ü╤é╨╡╤Ç.  ╨ù╨░╨┤╤Ç╨╢╨╕╤é╨╡ ╤é╨░╤ü╤é╨╡╤Ç ╨┤╨░ ╨╕╨╖╨░╨▒╨╡╤Ç╨╡╤é╨╡.</GOK:description>
  4958.  
  4959. <GOK:operation>
  4960. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨₧╨┐╨╡╤Ç╨░╤å╨╕╤ÿ╨░" xml:lang="sr">
  4961.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4962.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4963.  
  4964.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4965.                 <GOK:control type="label" string="╨ÿ╨╖╨░╨▒╨╡╤Ç╨╕╤é╨╡:" xml:lang="sr"></GOK:control>
  4966.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="╨ÿ╨╖╨░╨▒╨╡╤Ç╨╕╤é╨╡:" xml:lang="sr"></GOK:control>
  4967.             </GOK:control>
  4968.  
  4969.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4970.                 <GOK:control type="label" string="╨ƒ╨╛╨║╤Ç╨╡╨╜╨╕:" xml:lang="sr"></GOK:control>
  4971.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="╨ƒ╨╛╨║╤Ç╨╡╨╜╨╕:" xml:lang="sr"></GOK:control>
  4972.             </GOK:control>
  4973.  
  4974.         </GOK:control>
  4975.     </GOK:control>    
  4976. </GOK:control>    
  4977. </GOK:operation>
  4978.  
  4979. <GOK:feedback>
  4980. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨₧╨┤╨│╨╛╨▓╨╛╤Ç" xml:lang="sr">
  4981.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  4982.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  4983.  
  4984.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4985.                 <GOK:control type="label" string="╨Ü╤Ç╨╡╤é╨░╤Ü╨╡:" xml:lang="sr"></GOK:control>
  4986.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="╨₧╨┤╨│╨╛╨▓╨╛╤Ç ╨╜╨░ ╨║╤Ç╨╡╤é╨░╤Ü╨╡:" xml:lang="sr"></GOK:control>
  4987.             </GOK:control>
  4988.     
  4989.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  4990.                 <GOK:control type="label" string="╨ƒ╨╛╨║╤Ç╨╡╤é╨░╤Ü╨╡:" xml:lang="sr"></GOK:control>
  4991.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="╨₧╨┤╨│╨╛╨▓╨╛╤Ç ╨╜╨░ ╨┐╨╛╨║╤Ç╨╡╤é╨░╤Ü╨╡:" xml:lang="sr"></GOK:control>
  4992.             </GOK:control>
  4993.  
  4994.         </GOK:control>
  4995.     </GOK:control>
  4996. </GOK:control>
  4997. </GOK:feedback>
  4998.  
  4999.  
  5000.  
  5001.  
  5002.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  5003.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  5004.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  5005.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  5006.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  5007.     <GOK:rate value="0" name="autorepeat"/>
  5008.     <GOK:rate value="30" name="repeatrate"/>
  5009.  
  5010.  
  5011.     <GOK:initialization>
  5012.         <GOK:effect call="ChunkerReset"/>
  5013.         <GOK:effect call="ChunkerChunkNone"/>
  5014.     </GOK:initialization>
  5015.  
  5016.  
  5017.     <GOK:state name="1">
  5018.  
  5019.         <GOK:handler state="enter" name="keyenter">
  5020.             <GOK:effect call="SetSelectedKey"/>
  5021.             <GOK:effect call="ChunkerKeyHighlight"/>
  5022.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  5023.         </GOK:handler>
  5024.  
  5025.         <GOK:handler state="leave" name="keyleave">
  5026.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  5027.             <GOK:effect call="SetSelectedKey"/>
  5028.         </GOK:handler>
  5029.  
  5030.         <GOK:handler name="outputselected">
  5031.             <GOK:effect call="OutputSelectedKey"/>
  5032.             <GOK:effect name="feedbackselection" call="Feedback"/>
  5033.         </GOK:handler>
  5034.  
  5035.     </GOK:state>
  5036.  
  5037.  
  5038.     <GOK:state name="repeat">
  5039.         <GOK:handler state="leave" name="keyleave">
  5040.             <GOK:effect call="StateReset"/>
  5041.             <GOK:effect call="UnhighlightAll"/>
  5042.         </GOK:handler>
  5043.     </GOK:state>
  5044.  
  5045. </GOK:accessmethod>
  5046. <GOK:accessmethod xml:lang="sr@Latn" name="dwellselection" displayname="Zadr┼╛i izbor">
  5047. <GOK:description xml:space="preserve" xml:lang="sr@Latn">Pomerite pokaziva─ì mi┼ía da biste istakli taster.  Zadr┼╛ite taster da izaberete.</GOK:description>
  5048.  
  5049. <GOK:operation>
  5050. <GOK:control type="frame" spacing="0" size="3" border="0" string="Operacija" xml:lang="sr@Latn">
  5051.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5052.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5053.  
  5054.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5055.                 <GOK:control type="label" string="Izaberite:" xml:lang="sr@Latn"></GOK:control>
  5056.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Izaberite:" xml:lang="sr@Latn"></GOK:control>
  5057.             </GOK:control>
  5058.  
  5059.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5060.                 <GOK:control type="label" string="Pokreni:" xml:lang="sr@Latn"></GOK:control>
  5061.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Pokreni:" xml:lang="sr@Latn"></GOK:control>
  5062.             </GOK:control>
  5063.  
  5064.         </GOK:control>
  5065.     </GOK:control>    
  5066. </GOK:control>    
  5067. </GOK:operation>
  5068.  
  5069. <GOK:feedback>
  5070. <GOK:control type="frame" spacing="0" size="3" border="0" string="Odgovor" xml:lang="sr@Latn">
  5071.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5072.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5073.  
  5074.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5075.                 <GOK:control type="label" string="Kretanje:" xml:lang="sr@Latn"></GOK:control>
  5076.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Odgovor na kretanje:" xml:lang="sr@Latn"></GOK:control>
  5077.             </GOK:control>
  5078.     
  5079.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5080.                 <GOK:control type="label" string="Pokretanje:" xml:lang="sr@Latn"></GOK:control>
  5081.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Odgovor na pokretanje:" xml:lang="sr@Latn"></GOK:control>
  5082.             </GOK:control>
  5083.  
  5084.         </GOK:control>
  5085.     </GOK:control>
  5086. </GOK:control>
  5087. </GOK:feedback>
  5088.  
  5089.  
  5090.  
  5091.  
  5092.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  5093.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  5094.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  5095.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  5096.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  5097.     <GOK:rate value="0" name="autorepeat"/>
  5098.     <GOK:rate value="30" name="repeatrate"/>
  5099.  
  5100.  
  5101.     <GOK:initialization>
  5102.         <GOK:effect call="ChunkerReset"/>
  5103.         <GOK:effect call="ChunkerChunkNone"/>
  5104.     </GOK:initialization>
  5105.  
  5106.  
  5107.     <GOK:state name="1">
  5108.  
  5109.         <GOK:handler state="enter" name="keyenter">
  5110.             <GOK:effect call="SetSelectedKey"/>
  5111.             <GOK:effect call="ChunkerKeyHighlight"/>
  5112.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  5113.         </GOK:handler>
  5114.  
  5115.         <GOK:handler state="leave" name="keyleave">
  5116.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  5117.             <GOK:effect call="SetSelectedKey"/>
  5118.         </GOK:handler>
  5119.  
  5120.         <GOK:handler name="outputselected">
  5121.             <GOK:effect call="OutputSelectedKey"/>
  5122.             <GOK:effect name="feedbackselection" call="Feedback"/>
  5123.         </GOK:handler>
  5124.  
  5125.     </GOK:state>
  5126.  
  5127.  
  5128.     <GOK:state name="repeat">
  5129.         <GOK:handler state="leave" name="keyleave">
  5130.             <GOK:effect call="StateReset"/>
  5131.             <GOK:effect call="UnhighlightAll"/>
  5132.         </GOK:handler>
  5133.     </GOK:state>
  5134.  
  5135. </GOK:accessmethod>
  5136. <GOK:accessmethod xml:lang="sv" name="dwellselection" displayname="Kvardr├╢jningsmarkering">
  5137. <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>
  5138.  
  5139. <GOK:operation>
  5140. <GOK:control type="frame" spacing="0" size="3" border="0" string="├àtg├ñrd" xml:lang="sv">
  5141.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5142.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5143.  
  5144.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5145.                 <GOK:control type="label" string="Markera:" xml:lang="sv"></GOK:control>
  5146.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Markera:" xml:lang="sv"></GOK:control>
  5147.             </GOK:control>
  5148.  
  5149.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5150.                 <GOK:control type="label" string="Aktivera:" xml:lang="sv"></GOK:control>
  5151.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Aktivera:" xml:lang="sv"></GOK:control>
  5152.             </GOK:control>
  5153.  
  5154.         </GOK:control>
  5155.     </GOK:control>    
  5156. </GOK:control>    
  5157. </GOK:operation>
  5158.  
  5159. <GOK:feedback>
  5160. <GOK:control type="frame" spacing="0" size="3" border="0" string="├àterkoppling" xml:lang="sv">
  5161.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5162.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5163.  
  5164.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5165.                 <GOK:control type="label" string="R├╢relse:" xml:lang="sv"></GOK:control>
  5166.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="├àterkopplingsr├╢relse:" xml:lang="sv"></GOK:control>
  5167.             </GOK:control>
  5168.     
  5169.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5170.                 <GOK:control type="label" string="Aktivering:" xml:lang="sv"></GOK:control>
  5171.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="├àterkopplingsaktivering:" xml:lang="sv"></GOK:control>
  5172.             </GOK:control>
  5173.  
  5174.         </GOK:control>
  5175.     </GOK:control>
  5176. </GOK:control>
  5177. </GOK:feedback>
  5178.  
  5179.  
  5180.  
  5181.  
  5182.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  5183.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  5184.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  5185.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  5186.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  5187.     <GOK:rate value="0" name="autorepeat"/>
  5188.     <GOK:rate value="30" name="repeatrate"/>
  5189.  
  5190.  
  5191.     <GOK:initialization>
  5192.         <GOK:effect call="ChunkerReset"/>
  5193.         <GOK:effect call="ChunkerChunkNone"/>
  5194.     </GOK:initialization>
  5195.  
  5196.  
  5197.     <GOK:state name="1">
  5198.  
  5199.         <GOK:handler state="enter" name="keyenter">
  5200.             <GOK:effect call="SetSelectedKey"/>
  5201.             <GOK:effect call="ChunkerKeyHighlight"/>
  5202.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  5203.         </GOK:handler>
  5204.  
  5205.         <GOK:handler state="leave" name="keyleave">
  5206.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  5207.             <GOK:effect call="SetSelectedKey"/>
  5208.         </GOK:handler>
  5209.  
  5210.         <GOK:handler name="outputselected">
  5211.             <GOK:effect call="OutputSelectedKey"/>
  5212.             <GOK:effect name="feedbackselection" call="Feedback"/>
  5213.         </GOK:handler>
  5214.  
  5215.     </GOK:state>
  5216.  
  5217.  
  5218.     <GOK:state name="repeat">
  5219.         <GOK:handler state="leave" name="keyleave">
  5220.             <GOK:effect call="StateReset"/>
  5221.             <GOK:effect call="UnhighlightAll"/>
  5222.         </GOK:handler>
  5223.     </GOK:state>
  5224.  
  5225. </GOK:accessmethod>
  5226. <GOK:accessmethod xml:lang="ta" name="dwellselection" displayname="α«¿α»Ç᫃α»ì᫃α«┐α«ñα»ìα«ñ α»åα«▓α»ì α«ñα»çα«░α»ìα«╡α»ü">
  5227. <GOK:description xml:space="preserve" xml:lang="ta">α«╡α«┐α«Üα»êα«»α»ê α«ñα«⌐α«┐᫬α»ì᫬᫃α»üα«ñα»ìα«ñ α«Üα»ü᫃α»ì᫃α«┐α«»α»ê α«¿α«òα«░α»ìα«ñα»ìα«ñα«╡α»üα««α»ì. α«╡α«┐α«Üα»êα«»α»ê α«¿α»Ç᫃α»ì᫃α«┐α«ñα»ìα«ñα»ü α«ñα»çα«░α»ìα«╡α»ü α«Üα»åα«»α»ìα«»α«╡α»üα««α»ì</GOK:description>
  5228.  
  5229. <GOK:operation>
  5230. <GOK:control type="frame" spacing="0" size="3" border="0" string="α«Üα»åα«»α«▓α»ì" xml:lang="ta">
  5231.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5232.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5233.  
  5234.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5235.                 <GOK:control type="label" string="α«ñα»çα«░α»ìα«╡α»ü α«Üα»åα«»α»ì" xml:lang="ta"></GOK:control>
  5236.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="α«ñα»çα«░α»ìα«╡α»ü α«Üα»åα«»α»ì" xml:lang="ta"></GOK:control>
  5237.             </GOK:control>
  5238.  
  5239.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5240.                 <GOK:control type="label" string="Activate:" xml:lang="ta"></GOK:control>
  5241.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="Activate:" xml:lang="ta"></GOK:control>
  5242.             </GOK:control>
  5243.  
  5244.         </GOK:control>
  5245.     </GOK:control>    
  5246. </GOK:control>    
  5247. </GOK:operation>
  5248.  
  5249. <GOK:feedback>
  5250. <GOK:control type="frame" spacing="0" size="3" border="0" string="α«òα«░α»üα«ñα»ìα«ñα»ü" xml:lang="ta">
  5251.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5252.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5253.  
  5254.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5255.                 <GOK:control type="label" string="α«ñα«▒α»ìα«Üα««α«»α««α»ì:" xml:lang="ta"></GOK:control>
  5256.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="α«òα«░α»üα«ñα»ìα«ñα»ü α«ñα«▒α»ì᫬α»ïα«ñα»ü:" xml:lang="ta"></GOK:control>
  5257.             </GOK:control>
  5258.     
  5259.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5260.                 <GOK:control type="label" string="Activation:" xml:lang="ta"></GOK:control>
  5261.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="Feedback Activation:" xml:lang="ta"></GOK:control>
  5262.             </GOK:control>
  5263.  
  5264.         </GOK:control>
  5265.     </GOK:control>
  5266. </GOK:control>
  5267. </GOK:feedback>
  5268.  
  5269.  
  5270.  
  5271.  
  5272.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  5273.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  5274.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  5275.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  5276.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  5277.     <GOK:rate value="0" name="autorepeat"/>
  5278.     <GOK:rate value="30" name="repeatrate"/>
  5279.  
  5280.  
  5281.     <GOK:initialization>
  5282.         <GOK:effect call="ChunkerReset"/>
  5283.         <GOK:effect call="ChunkerChunkNone"/>
  5284.     </GOK:initialization>
  5285.  
  5286.  
  5287.     <GOK:state name="1">
  5288.  
  5289.         <GOK:handler state="enter" name="keyenter">
  5290.             <GOK:effect call="SetSelectedKey"/>
  5291.             <GOK:effect call="ChunkerKeyHighlight"/>
  5292.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  5293.         </GOK:handler>
  5294.  
  5295.         <GOK:handler state="leave" name="keyleave">
  5296.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  5297.             <GOK:effect call="SetSelectedKey"/>
  5298.         </GOK:handler>
  5299.  
  5300.         <GOK:handler name="outputselected">
  5301.             <GOK:effect call="OutputSelectedKey"/>
  5302.             <GOK:effect name="feedbackselection" call="Feedback"/>
  5303.         </GOK:handler>
  5304.  
  5305.     </GOK:state>
  5306.  
  5307.  
  5308.     <GOK:state name="repeat">
  5309.         <GOK:handler state="leave" name="keyleave">
  5310.             <GOK:effect call="StateReset"/>
  5311.             <GOK:effect call="UnhighlightAll"/>
  5312.         </GOK:handler>
  5313.     </GOK:state>
  5314.  
  5315. </GOK:accessmethod>
  5316. <GOK:accessmethod xml:lang="uk" name="dwellselection" displayname="╨ù╨░╤é╤Ç╨╕╨╝╨░╨╜╨╕╨╣ ╨▓╨╕╨▒╤û╤Ç">
  5317. <GOK:description xml:space="preserve" xml:lang="uk">╨ƒ╨╡╤Ç╨╡╨╝╤û╤ü╤é╤û╤é╤î ╨▓╨║╨░╨╖╤û╨▓╨╜╨╕╨║ ╨╝╨╕╤ê╤û ╨╜╨░ ╨┐╤û╨┤╤ü╨▓╤û╤ç╨╡╨╜╤â ╨║╨╗╨░╨▓╤û╤ê╤â. ╨ù╨░╤é╤Ç╨╕╨╝╨░╨╣╤é╨╡╤ü╤î ╨╜╨░ ╨║╨╗╨░╨▓╤û╤ê╤û, ╤ë╨╛╨▒ ╨▓╨╕╨▒╤Ç╨░╤é╨╕ ╤ù╤ù.</GOK:description>
  5318.  
  5319. <GOK:operation>
  5320. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨₧╤Ç╤û╤ö╨╜╤é╨░╤å╤û╤Å" xml:lang="uk">
  5321.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5322.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5323.  
  5324.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5325.                 <GOK:control type="label" string="╨Æ╨╕╨▒╤û╤Ç:" xml:lang="uk"></GOK:control>
  5326.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="╨Æ╨╕╨▒╤û╤Ç:" xml:lang="uk"></GOK:control>
  5327.             </GOK:control>
  5328.  
  5329.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5330.                 <GOK:control type="label" string="╨É╨║╤é╨╕╨▓╤â╨▓╨░╤é╨╕:" xml:lang="uk"></GOK:control>
  5331.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="╨É╨║╤é╨╕╨▓╤â╨▓╨░╤é╨╕:" xml:lang="uk"></GOK:control>
  5332.             </GOK:control>
  5333.  
  5334.         </GOK:control>
  5335.     </GOK:control>    
  5336. </GOK:control>    
  5337. </GOK:operation>
  5338.  
  5339. <GOK:feedback>
  5340. <GOK:control type="frame" spacing="0" size="3" border="0" string="╨ù╨▓╨╛╤Ç╨╛╤é╨╜╤û╨╣ ╨╖╨▓'╤Å╨╖╨╛╨║" xml:lang="uk">
  5341.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5342.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5343.  
  5344.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5345.                 <GOK:control type="label" string="╨á╤â╤à:" xml:lang="uk"></GOK:control>
  5346.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="╨ù╨▓╨╛╤Ç╨╛╤é╨╜╤û╨╣ ╨╖╨▓'╤Å╨╖╨╛╨║ ╤Ç╤â╤à╤â:" xml:lang="uk"></GOK:control>
  5347.             </GOK:control>
  5348.     
  5349.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5350.                 <GOK:control type="label" string="╨É╨║╤é╨╕╨▓╨░╤å╤û╤Å:" xml:lang="uk"></GOK:control>
  5351.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="╨É╨║╤é╨╕╨▓╨░╤å╤û╤Å ╨╖╨▓╨╛╤Ç╨╛╤é╨╜╨╛╨│╨╛ ╨╖╨▓'╤Å╨╖╨║╤â:" xml:lang="uk"></GOK:control>
  5352.             </GOK:control>
  5353.  
  5354.         </GOK:control>
  5355.     </GOK:control>
  5356. </GOK:control>
  5357. </GOK:feedback>
  5358.  
  5359.  
  5360.  
  5361.  
  5362.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  5363.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  5364.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  5365.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  5366.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  5367.     <GOK:rate value="0" name="autorepeat"/>
  5368.     <GOK:rate value="30" name="repeatrate"/>
  5369.  
  5370.  
  5371.     <GOK:initialization>
  5372.         <GOK:effect call="ChunkerReset"/>
  5373.         <GOK:effect call="ChunkerChunkNone"/>
  5374.     </GOK:initialization>
  5375.  
  5376.  
  5377.     <GOK:state name="1">
  5378.  
  5379.         <GOK:handler state="enter" name="keyenter">
  5380.             <GOK:effect call="SetSelectedKey"/>
  5381.             <GOK:effect call="ChunkerKeyHighlight"/>
  5382.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  5383.         </GOK:handler>
  5384.  
  5385.         <GOK:handler state="leave" name="keyleave">
  5386.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  5387.             <GOK:effect call="SetSelectedKey"/>
  5388.         </GOK:handler>
  5389.  
  5390.         <GOK:handler name="outputselected">
  5391.             <GOK:effect call="OutputSelectedKey"/>
  5392.             <GOK:effect name="feedbackselection" call="Feedback"/>
  5393.         </GOK:handler>
  5394.  
  5395.     </GOK:state>
  5396.  
  5397.  
  5398.     <GOK:state name="repeat">
  5399.         <GOK:handler state="leave" name="keyleave">
  5400.             <GOK:effect call="StateReset"/>
  5401.             <GOK:effect call="UnhighlightAll"/>
  5402.         </GOK:handler>
  5403.     </GOK:state>
  5404.  
  5405. </GOK:accessmethod>
  5406. <GOK:accessmethod xml:lang="vi" name="dwellselection" displayname="Chß╗ìn nhß║Ñn l├óu">
  5407. <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>
  5408.  
  5409. <GOK:operation>
  5410. <GOK:control type="frame" spacing="0" size="3" border="0" string="Thao t├íc" xml:lang="vi">
  5411.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5412.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5413.  
  5414.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5415.                 <GOK:control type="label" string="Chß╗ìn:" xml:lang="vi"></GOK:control>
  5416.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Chß╗ìn:" xml:lang="vi"></GOK:control>
  5417.             </GOK:control>
  5418.  
  5419.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5420.                 <GOK:control type="label" string="K├¡ch hoß║ít:" xml:lang="vi"></GOK:control>
  5421.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="K├¡ch hoß║ít:" xml:lang="vi"></GOK:control>
  5422.             </GOK:control>
  5423.  
  5424.         </GOK:control>
  5425.     </GOK:control>    
  5426. </GOK:control>    
  5427. </GOK:operation>
  5428.  
  5429. <GOK:feedback>
  5430. <GOK:control type="frame" spacing="0" size="3" border="0" string="Hß╗ôi ├óm" xml:lang="vi">
  5431.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5432.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5433.  
  5434.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5435.                 <GOK:control type="label" string="Di chuyß╗ân:" xml:lang="vi"></GOK:control>
  5436.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="Di chuyß╗ân hß╗ôi ├óm:" xml:lang="vi"></GOK:control>
  5437.             </GOK:control>
  5438.     
  5439.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5440.                 <GOK:control type="label" string="Sß╗▒ k├¡ch hoß║ít:" xml:lang="vi"></GOK:control>
  5441.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="C├ích k├¡ch hoß║ít hß╗ôi ├óm:" xml:lang="vi"></GOK:control>
  5442.             </GOK:control>
  5443.  
  5444.         </GOK:control>
  5445.     </GOK:control>
  5446. </GOK:control>
  5447. </GOK:feedback>
  5448.  
  5449.  
  5450.  
  5451.  
  5452.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  5453.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  5454.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  5455.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  5456.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  5457.     <GOK:rate value="0" name="autorepeat"/>
  5458.     <GOK:rate value="30" name="repeatrate"/>
  5459.  
  5460.  
  5461.     <GOK:initialization>
  5462.         <GOK:effect call="ChunkerReset"/>
  5463.         <GOK:effect call="ChunkerChunkNone"/>
  5464.     </GOK:initialization>
  5465.  
  5466.  
  5467.     <GOK:state name="1">
  5468.  
  5469.         <GOK:handler state="enter" name="keyenter">
  5470.             <GOK:effect call="SetSelectedKey"/>
  5471.             <GOK:effect call="ChunkerKeyHighlight"/>
  5472.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  5473.         </GOK:handler>
  5474.  
  5475.         <GOK:handler state="leave" name="keyleave">
  5476.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  5477.             <GOK:effect call="SetSelectedKey"/>
  5478.         </GOK:handler>
  5479.  
  5480.         <GOK:handler name="outputselected">
  5481.             <GOK:effect call="OutputSelectedKey"/>
  5482.             <GOK:effect name="feedbackselection" call="Feedback"/>
  5483.         </GOK:handler>
  5484.  
  5485.     </GOK:state>
  5486.  
  5487.  
  5488.     <GOK:state name="repeat">
  5489.         <GOK:handler state="leave" name="keyleave">
  5490.             <GOK:effect call="StateReset"/>
  5491.             <GOK:effect call="UnhighlightAll"/>
  5492.         </GOK:handler>
  5493.     </GOK:state>
  5494.  
  5495. </GOK:accessmethod>
  5496. <GOK:accessmethod xml:lang="zh_CN" name="dwellselection" displayname="µé¼σü£ΘÇëµï⌐">
  5497. <GOK:description xml:space="preserve" xml:lang="zh_CN">σ░åΘ╝áµáçµîçΘÆêµîçσÉæσÅ»τ¬üσç║µÿ╛τñ║µîëΘö«πÇéσåìσü£Σ╕ÇΣ╝Üσä┐σÅ»ΘÇëµï⌐πÇé</GOK:description>
  5498.  
  5499. <GOK:operation>
  5500. <GOK:control type="frame" spacing="0" size="3" border="0" string="µôìΣ╜£" xml:lang="zh_CN">
  5501.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5502.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5503.  
  5504.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5505.                 <GOK:control type="label" string="ΘÇëµï⌐∩╝Ü" xml:lang="zh_CN"></GOK:control>
  5506.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="ΘÇëµï⌐∩╝Ü" xml:lang="zh_CN"></GOK:control>
  5507.             </GOK:control>
  5508.  
  5509.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5510.                 <GOK:control type="label" string="µ┐ǵ┤╗∩╝Ü" xml:lang="zh_CN"></GOK:control>
  5511.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="µ┐ǵ┤╗∩╝Ü" xml:lang="zh_CN"></GOK:control>
  5512.             </GOK:control>
  5513.  
  5514.         </GOK:control>
  5515.     </GOK:control>    
  5516. </GOK:control>    
  5517. </GOK:operation>
  5518.  
  5519. <GOK:feedback>
  5520. <GOK:control type="frame" spacing="0" size="3" border="0" string="σÅìΘªê" xml:lang="zh_CN">
  5521.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5522.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5523.  
  5524.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5525.                 <GOK:control type="label" string="τº╗σè¿∩╝Ü" xml:lang="zh_CN"></GOK:control>
  5526.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="σÅìΘªêτº╗σè¿∩╝Ü" xml:lang="zh_CN"></GOK:control>
  5527.             </GOK:control>
  5528.     
  5529.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5530.                 <GOK:control type="label" string="µ┐ǵ┤╗∩╝Ü" xml:lang="zh_CN"></GOK:control>
  5531.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="σÅìΘªêµ┐ǵ┤╗∩╝Ü" xml:lang="zh_CN"></GOK:control>
  5532.             </GOK:control>
  5533.  
  5534.         </GOK:control>
  5535.     </GOK:control>
  5536. </GOK:control>
  5537. </GOK:feedback>
  5538.  
  5539.  
  5540.  
  5541.  
  5542.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  5543.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  5544.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  5545.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  5546.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  5547.     <GOK:rate value="0" name="autorepeat"/>
  5548.     <GOK:rate value="30" name="repeatrate"/>
  5549.  
  5550.  
  5551.     <GOK:initialization>
  5552.         <GOK:effect call="ChunkerReset"/>
  5553.         <GOK:effect call="ChunkerChunkNone"/>
  5554.     </GOK:initialization>
  5555.  
  5556.  
  5557.     <GOK:state name="1">
  5558.  
  5559.         <GOK:handler state="enter" name="keyenter">
  5560.             <GOK:effect call="SetSelectedKey"/>
  5561.             <GOK:effect call="ChunkerKeyHighlight"/>
  5562.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  5563.         </GOK:handler>
  5564.  
  5565.         <GOK:handler state="leave" name="keyleave">
  5566.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  5567.             <GOK:effect call="SetSelectedKey"/>
  5568.         </GOK:handler>
  5569.  
  5570.         <GOK:handler name="outputselected">
  5571.             <GOK:effect call="OutputSelectedKey"/>
  5572.             <GOK:effect name="feedbackselection" call="Feedback"/>
  5573.         </GOK:handler>
  5574.  
  5575.     </GOK:state>
  5576.  
  5577.  
  5578.     <GOK:state name="repeat">
  5579.         <GOK:handler state="leave" name="keyleave">
  5580.             <GOK:effect call="StateReset"/>
  5581.             <GOK:effect call="UnhighlightAll"/>
  5582.         </GOK:handler>
  5583.     </GOK:state>
  5584.  
  5585. </GOK:accessmethod>
  5586. <GOK:accessmethod xml:lang="zh_HK" name="dwellselection" displayname="µÜ½τòÖΘü╕σÅû">
  5587. <GOK:description xml:space="preserve" xml:lang="zh_HK">τº╗σïòµ╗æΘ╝áΣ╛嵿Öτñ║Σ╕ǵîëΘì╡∩╝îτä╢σ╛îµÜ½τòÖΣ╕ǵ£âΣ╛åΘü╕µôçΦ⌐▓µîëΘì╡πÇé</GOK:description>
  5588.  
  5589. <GOK:operation>
  5590. <GOK:control type="frame" spacing="0" size="3" border="0" string="µôìΣ╜£" xml:lang="zh_HK">
  5591.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5592.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5593.  
  5594.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5595.                 <GOK:control type="label" string="Θü╕σÅû" xml:lang="zh_HK"></GOK:control>
  5596.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Θü╕σÅû" xml:lang="zh_HK"></GOK:control>
  5597.             </GOK:control>
  5598.  
  5599.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5600.                 <GOK:control type="label" string="σòƒτö¿∩╝Ü" xml:lang="zh_HK"></GOK:control>
  5601.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="σòƒτö¿∩╝Ü" xml:lang="zh_HK"></GOK:control>
  5602.             </GOK:control>
  5603.  
  5604.         </GOK:control>
  5605.     </GOK:control>    
  5606. </GOK:control>    
  5607. </GOK:operation>
  5608.  
  5609. <GOK:feedback>
  5610. <GOK:control type="frame" spacing="0" size="3" border="0" string="σÅìΘÑï" xml:lang="zh_HK">
  5611.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5612.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5613.  
  5614.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5615.                 <GOK:control type="label" string="σïòΣ╜£∩╝Ü" xml:lang="zh_HK"></GOK:control>
  5616.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="σÅìΘÑïσïòΣ╜£∩╝Ü" xml:lang="zh_HK"></GOK:control>
  5617.             </GOK:control>
  5618.     
  5619.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5620.                 <GOK:control type="label" string="σòƒτö¿∩╝Ü" xml:lang="zh_HK"></GOK:control>
  5621.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="σÅìΘÑïσòƒτö¿∩╝Ü" xml:lang="zh_HK"></GOK:control>
  5622.             </GOK:control>
  5623.  
  5624.         </GOK:control>
  5625.     </GOK:control>
  5626. </GOK:control>
  5627. </GOK:feedback>
  5628.  
  5629.  
  5630.  
  5631.  
  5632.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  5633.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  5634.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  5635.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  5636.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  5637.     <GOK:rate value="0" name="autorepeat"/>
  5638.     <GOK:rate value="30" name="repeatrate"/>
  5639.  
  5640.  
  5641.     <GOK:initialization>
  5642.         <GOK:effect call="ChunkerReset"/>
  5643.         <GOK:effect call="ChunkerChunkNone"/>
  5644.     </GOK:initialization>
  5645.  
  5646.  
  5647.     <GOK:state name="1">
  5648.  
  5649.         <GOK:handler state="enter" name="keyenter">
  5650.             <GOK:effect call="SetSelectedKey"/>
  5651.             <GOK:effect call="ChunkerKeyHighlight"/>
  5652.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  5653.         </GOK:handler>
  5654.  
  5655.         <GOK:handler state="leave" name="keyleave">
  5656.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  5657.             <GOK:effect call="SetSelectedKey"/>
  5658.         </GOK:handler>
  5659.  
  5660.         <GOK:handler name="outputselected">
  5661.             <GOK:effect call="OutputSelectedKey"/>
  5662.             <GOK:effect name="feedbackselection" call="Feedback"/>
  5663.         </GOK:handler>
  5664.  
  5665.     </GOK:state>
  5666.  
  5667.  
  5668.     <GOK:state name="repeat">
  5669.         <GOK:handler state="leave" name="keyleave">
  5670.             <GOK:effect call="StateReset"/>
  5671.             <GOK:effect call="UnhighlightAll"/>
  5672.         </GOK:handler>
  5673.     </GOK:state>
  5674.  
  5675. </GOK:accessmethod>
  5676. <GOK:accessmethod xml:lang="zh_TW" name="dwellselection" displayname="µÜ½τòÖΘü╕σÅû">
  5677. <GOK:description xml:space="preserve" xml:lang="zh_TW">τº╗σïòµ╗æΘ╝áΣ╛嵿Öτñ║Σ╕ǵîëΘì╡∩╝îτä╢σ╛îµÜ½τòÖΣ╕ǵ£âΣ╛åΘü╕µôçΦ⌐▓µîëΘì╡πÇé</GOK:description>
  5678.  
  5679. <GOK:operation>
  5680. <GOK:control type="frame" spacing="0" size="3" border="0" string="µôìΣ╜£" xml:lang="zh_TW">
  5681.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5682.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5683.  
  5684.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5685.                 <GOK:control type="label" string="Θü╕σÅû" xml:lang="zh_TW"></GOK:control>
  5686.                 <GOK:control type="combobox" qualifier="mousepointer" name="keyenter+keyleave" fillwith="actions" string="Θü╕σÅû" xml:lang="zh_TW"></GOK:control>
  5687.             </GOK:control>
  5688.  
  5689.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5690.                 <GOK:control type="label" string="σòƒτö¿∩╝Ü" xml:lang="zh_TW"></GOK:control>
  5691.                 <GOK:control type="combobox" qualifier="dwell" name="outputselected" fillwith="actions" string="σòƒτö¿∩╝Ü" xml:lang="zh_TW"></GOK:control>
  5692.             </GOK:control>
  5693.  
  5694.         </GOK:control>
  5695.     </GOK:control>    
  5696. </GOK:control>    
  5697. </GOK:operation>
  5698.  
  5699. <GOK:feedback>
  5700. <GOK:control type="frame" spacing="0" size="3" border="0" string="σÅìΘÑï" xml:lang="zh_TW">
  5701.     <GOK:control type="hbox" spacing="0" size="1" border="0">
  5702.         <GOK:control type="vbox" spacing="10" size="3" border="5">
  5703.  
  5704.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5705.                 <GOK:control type="label" string="σïòΣ╜£∩╝Ü" xml:lang="zh_TW"></GOK:control>
  5706.                 <GOK:control type="combobox" name="feedbackmovement" fillwith="feedbacks" string="σÅìΘÑïσïòΣ╜£∩╝Ü" xml:lang="zh_TW"></GOK:control>
  5707.             </GOK:control>
  5708.     
  5709.             <GOK:control type="hbox" spacing="5" size="2" border="0">
  5710.                 <GOK:control type="label" string="σòƒτö¿∩╝Ü" xml:lang="zh_TW"></GOK:control>
  5711.                 <GOK:control type="combobox" name="feedbackselection" fillwith="feedbacks" string="σÅìΘÑïσòƒτö¿∩╝Ü" xml:lang="zh_TW"></GOK:control>
  5712.             </GOK:control>
  5713.  
  5714.         </GOK:control>
  5715.     </GOK:control>
  5716. </GOK:control>
  5717. </GOK:feedback>
  5718.  
  5719.  
  5720.  
  5721.  
  5722.     <GOK:rate stringvalue="dwell" name="outputselected"/>
  5723.     <GOK:rate stringvalue="mousepointer" name="keyenter"/>
  5724.     <GOK:rate stringvalue="mousepointer" name="keyleave"/>
  5725.     <GOK:rate stringvalue="" name="feedbackmovement"/>
  5726.     <GOK:rate stringvalue="key_flashing" name="feedbackselection"/>
  5727.     <GOK:rate value="0" name="autorepeat"/>
  5728.     <GOK:rate value="30" name="repeatrate"/>
  5729.  
  5730.  
  5731.     <GOK:initialization>
  5732.         <GOK:effect call="ChunkerReset"/>
  5733.         <GOK:effect call="ChunkerChunkNone"/>
  5734.     </GOK:initialization>
  5735.  
  5736.  
  5737.     <GOK:state name="1">
  5738.  
  5739.         <GOK:handler state="enter" name="keyenter">
  5740.             <GOK:effect call="SetSelectedKey"/>
  5741.             <GOK:effect call="ChunkerKeyHighlight"/>
  5742.             <GOK:effect name="feedbackmovement" call="Feedback"/>
  5743.         </GOK:handler>
  5744.  
  5745.         <GOK:handler state="leave" name="keyleave">
  5746.             <GOK:effect call="ChunkerKeyUnHighlight"/>
  5747.             <GOK:effect call="SetSelectedKey"/>
  5748.         </GOK:handler>
  5749.  
  5750.         <GOK:handler name="outputselected">
  5751.             <GOK:effect call="OutputSelectedKey"/>
  5752.             <GOK:effect name="feedbackselection" call="Feedback"/>
  5753.         </GOK:handler>
  5754.  
  5755.     </GOK:state>
  5756.  
  5757.  
  5758.     <GOK:state name="repeat">
  5759.         <GOK:handler state="leave" name="keyleave">
  5760.             <GOK:effect call="StateReset"/>
  5761.             <GOK:effect call="UnhighlightAll"/>
  5762.         </GOK:handler>
  5763.     </GOK:state>
  5764.  
  5765. </GOK:accessmethod>
  5766. </GOK:accessmethodroot>