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