Commit 9705cef63d14cc7bebe1603e4b1b3b7f445ab00a

Authored by perry.werneck@gmail.com
1 parent 4e294695

Reincluindo menu de Debug

Showing 3 changed files with 279 additions and 232 deletions   Show diff stats
ui/00default.xml 0 → 100644
... ... @@ -0,0 +1,232 @@
  1 +<!-----------------------------------------------------------------------------
  2 +
  3 + "Software pw3270, desenvolvido com base nos códigos fontes do WC3270 e X3270
  4 + (Paul Mattes Paul.Mattes@usa.net), de emulação de terminal 3270 para acesso a
  5 + aplicativos mainframe. Registro no INPI sob o nome G3270.
  6 +
  7 + Copyright (C) <2008> <Banco do Brasil S.A.>
  8 +
  9 + Este programa é software livre. Você pode redistribuí-lo e/ou modificá-lo sob
  10 + os termos da GPL v.2 - Licença Pública Geral GNU, conforme publicado pela
  11 + Free Software Foundation.
  12 +
  13 + Este programa é distribuído na expectativa de ser útil, mas SEM QUALQUER
  14 + GARANTIA; sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou de ADEQUAÇÃO
  15 + A QUALQUER PROPÓSITO EM PARTICULAR. Consulte a Licença Pública Geral GNU para
  16 + obter mais detalhes.
  17 +
  18 + Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este
  19 + programa; se não, escreva para a Free Software Foundation, Inc., 59 Temple
  20 + Place, Suite 330, Boston, MA, 02111-1307, USA
  21 +
  22 + Contatos:
  23 +
  24 + perry.werneck@gmail.com (Alexandre Perry de Souza Werneck)
  25 + erico.mendonca@gmail.com (Erico Mascarenhas Mendonça)
  26 + licinio@bb.com.br (Licínio Luis Branco)
  27 + kraucer@bb.com.br (Kraucer Fernandes Mazuco)
  28 + macmiranda@bb.com.br (Marco Aurélio Caldas Miranda)
  29 +
  30 +------------------------------------------------------------------------------>
  31 +
  32 +<ui>
  33 + <menubar name='topmenu' topmenu='yes'>
  34 +
  35 + <menu name='FileMenu' label='_File' >
  36 + <menuitem action='SaveScreen' group='online' label='Save screen' />
  37 + <menuitem action='SaveSelected' group='selection' label='Save selected' />
  38 + <menuitem action='SaveClipboard' group='clipboard' label='Save copy' />
  39 + <separator/>
  40 + <menuitem action='PrintScreen' key='Print' icon='print' group='online' label='Print' />
  41 + <menuitem action='PrintSelected' group='selection' label='Print selected' />
  42 + <menuitem action='PrintClipboard' group='clipboard' label='Print copy' />
  43 + <separator/>
  44 + <menu name='FTMenu' group='filetransfer' label='Send/Receive' >
  45 + <menuitem action='Download' key='<alt>d' group='filetransfer' label='Receive file' />
  46 + <menuitem action='Upload' key='<alt>u' group='filetransfer' label='Send file' />
  47 + </menu>
  48 + <menuitem action='Quit' key='<ctrl>q' icon="quit" />
  49 + </menu>
  50 +
  51 + <menu name='EditMenu' label='_Edit' >
  52 + <menuitem action='Copy' key='<ctrl>c' icon='copy' group='selection' label='Copy' />
  53 + <menuitem action='CopyAsTable' key='<ctrl><alt>c' group='selection' label='Copy as table' />
  54 + <menuitem action='CopyAsImage' group='selection' label='Copy as image' />
  55 + <menuitem action='Append' key='<shift><ctrl>c' group='selection' label='Add to copy' />
  56 + <menuitem action='Paste' key='<ctrl>v' icon='paste' group='paste' label='Paste' />
  57 + <menuitem action='PasteNext' key='<shift><ctrl>v' label='Paste next' />
  58 + <menuitem action='PasteTextFile' group='online' label='Paste text file' />
  59 +
  60 + <separator/>
  61 + <menuitem action='selectall' key='<ctrl>a' icon='select-all' group='online' label='Select all' />
  62 +
  63 + <menuitem action='selectfield' key='<Ctrl>f' group='online' label='Select Field' />
  64 + <menuitem action='unselect' group='selection' label='unselect' />
  65 + <menuitem action='reselect' key='<Ctrl>r' group='online' label='Reselect' />
  66 +
  67 + <separator/>
  68 + <menuitem action='clear' group='online' key='Pause' label='Clear' />
  69 + <menuitem action='EraseInput' icon='clear' group='online' label='Erase input' />
  70 +<!--- <menuitem action='EraseField' key='<Ctrl>u' group='online' /> -->
  71 + <menuitem action='EraseEOF' group='online' label='Erase to end of field' />
  72 + <menuitem action='EraseEOL' group='online' label='Erase to end of line' />
  73 + </menu>
  74 +
  75 + <!--- Special action - View menu will be populated with labeled toolbars, menubars and keypads --->
  76 + <menu name='View' label='_View' />
  77 +
  78 + <menu name='ScriptsMenu' label='Scripts' />
  79 +
  80 + <menu name='NetworkMenu' label='_Network' >
  81 + <menuitem action='SetHostname' icon='home' group='offline' label='Set hostname' />
  82 + <menuitem action='Connect' icon='connect' group='offline' label='_Connect' />
  83 + <menuitem action='Disconnect' icon='disconnect' group='online' label='_Disconnect' />
  84 + </menu>
  85 +
  86 + <menu name='SettingsMenu' label='Settings' sysmenu='yes' >
  87 + <menuitem action='SelectColors' icon='select-color' label='Colors' />
  88 +
  89 + <!--- Special action - The fontselect menu will be populated with all available monospaced fonts --->
  90 + <menuitem name='fontselect' icon='select-font' label='Select font' />
  91 +
  92 + <!--- Special action - The Scrensize menu will be populate with the available screen sizes --->
  93 + <menuitem name='ScreenSizes' group='offline' label='Screen size' />
  94 +
  95 + <menu name='OptionsMenu' label='_Options' >
  96 + <menuitem action='Toggle' id='AutoConnect' label='Connect on startup' />
  97 + <menuitem action='Toggle' id='CursorBlink' label='Blinking Cursor' />
  98 + <menuitem action='Toggle' id='Monocase' label='Monocase' />
  99 + <menuitem action='Toggle' id='CursorPos' label='Track Cursor' />
  100 + <menuitem action='Toggle' id='FullScreen' key='<alt>Home' label='Full Screen' />
  101 + <menuitem action='Toggle' id='MarginedPaste' label='Paste with left margin' />
  102 + <menuitem action='Toggle' id='CrossHair' key='<alt>x' label='Cross Hair Cursor' />
  103 + <menuitem action='Toggle' id='BlankFill' label='Blank Fill' />
  104 + <menuitem action='Toggle' id='RectSelect' label='Select by rectangles' />
  105 + <menuitem action='Toggle' id='Reconnect' label='Auto-Reconnect' />
  106 + <menuitem action='Toggle' id='Bold' label='Bold' />
  107 + <menuitem action='Toggle' id='Underline' label='Show Underline' />
  108 + <menuitem action='Toggle' id='KeepSelected' label='Keep selected' />
  109 + <menuitem action='Toggle' id='SmartPaste' label='Smart paste' />
  110 + <menuitem action='Toggle' id='Beep' label='Alert sound' />
  111 + <menuitem action='Toggle' id='KPAlternative' label='Use +/- for field navigation' />
  112 + </menu>
  113 +
  114 + <!--- Special action - InputMethod menu will be populated with Gtk input_method menu items --->
  115 + <menuitem name='InputMethod' label='Input method' />
  116 +
  117 + </menu>
  118 +
  119 + <menu name='HelpMenu' label='Help' >
  120 + <menuitem action='About' icon='about' sysmenu='yes' />
  121 + </menu>
  122 +
  123 + </menubar>
  124 +
  125 + <toolbar name='toolbar.default' label='Toolbar' key='<alt>t' >
  126 + <toolitem action='selectall' />
  127 + <toolitem action='Copy' />
  128 + <toolitem action='Paste' />
  129 + <toolitem action='EraseInput' />
  130 +
  131 + <separator/>
  132 + <toolitem action='Connect' />
  133 + <toolitem action='Disconnect' />
  134 +
  135 + <separator/>
  136 + <toolitem action='ToggleSet' id='FullScreen' icon='fullscreen' label='Full Screen' />
  137 + <toolitem action='ToggleReset' id='FullScreen' icon='leave-fullscreen' label='Window' />
  138 + <toolitem action='SelectColors' />
  139 + <toolitem action='PrintScreen' />
  140 + <toolitem action='Quit' />
  141 + </toolbar>
  142 +
  143 + <popup name='selectionpopup' type='selection'>
  144 + <menuitem action='Copy'/>
  145 + <menuitem action='Append'/>
  146 + <menuitem action='Unselect'/>
  147 + <menuitem action='selectall'/>
  148 +
  149 + <separator />
  150 + <menuitem action='PrintScreen'/>
  151 + <menuitem action='PrintSelected'/>
  152 + <menuitem action='PrintClipboard'/>
  153 +
  154 + <separator />
  155 + <menuitem action='Quit'/>
  156 + </popup>
  157 +
  158 + <popup name='defaultpopup' type='default'>
  159 + <menuitem action='Paste'/>
  160 + <menuitem action='PasteNext'/>
  161 + <menuitem action='selectall'/>
  162 + <menuitem action='PrintScreen'/>
  163 + <menuitem action='PrintClipboard'/>
  164 +
  165 + <separator />
  166 + <menuitem action='backtab' label='Previous field' />
  167 + <menuitem action='tab' label='Next field'/>
  168 + <menuitem action='activate' label='Return' />
  169 +
  170 + <separator />
  171 + <menuitem action='Quit'/>
  172 +
  173 + </popup>
  174 +
  175 + <accelerator action='Toggle' id='Insert' key='Insert' group='online' />
  176 +
  177 + <accelerator action='Home' key='Home' group='online' />
  178 + <accelerator action='Reset' key='<Shift><Ctrl>r' group='online' />
  179 + <accelerator action='Return' key='Return' />
  180 + <accelerator action='Enter' key='KP_Enter' />
  181 + <accelerator action='Break' key='Escape' group='online' />
  182 + <accelerator action='Attn' key='<shift>Escape' group='online' />
  183 +
  184 + <accelerator action='DeleteWord' key='<Ctrl>w' group='online' />
  185 + <accelerator action='Delete' key='Delete' group='online' />
  186 + <accelerator action='Erase' key='BackSpace' group='online' />
  187 + <accelerator action='EraseEOF' key='End' group='online' />
  188 +
  189 + <accelerator action='SysREQ' key='Sys_Req' group='online' />
  190 + <accelerator action='SysREQ' key='<shift>Print' group='online' />
  191 +
  192 + <accelerator action='SelectRight' key='<Shift>Right' group='online' />
  193 + <accelerator action='SelectLeft' key='<Shift>Left' group='online' />
  194 + <accelerator action='SelectUp' key='<Shift>Up' group='online' />
  195 + <accelerator action='SelectDown' key='<Shift>Down' group='online' />
  196 +
  197 + <accelerator action='SelectionRight' key='<alt>Right' />
  198 + <accelerator action='SelectionLeft' key='<alt>Left' />
  199 + <accelerator action='SelectionUp' key='<alt>Up' />
  200 + <accelerator action='SelectionDown' key='<alt>Down' />
  201 +
  202 + <accelerator action='CursorRight' key='Right' group='online' />
  203 + <accelerator action='CursorLeft' key='Left' group='online' />
  204 + <accelerator action='CursorUp' key='Up' group='online' />
  205 + <accelerator action='CursorDown' key='Down' group='online' />
  206 +
  207 + <accelerator action='PreviousField' key='ISO_Left_Tab' group='online' />
  208 + <accelerator action='NextField' key='Tab' group='online' />
  209 +
  210 + <!--- Mouse actions --->
  211 + <scroll direction='up' action='pfkey' id='7' />
  212 + <scroll direction='down' action='pfkey' id='8' />
  213 +
  214 + <!---
  215 + <scroll direction='left' />
  216 + <scroll direction='right' />
  217 + --->
  218 +
  219 + <accelerator name='PageDown' action='pfkey' id='8' group='online' key='Page_Down' />
  220 + <accelerator name='ShiftPageDown' action='pfkey' id='24' group='online' key='<Shift>Page_Down' />
  221 +
  222 + <accelerator name='PageUP' action='pfkey' id='7' group='online' key='Page_Up' />
  223 + <accelerator name='ShiftPageUP' action='pfkey' id='23' group='online' key='<Shift>Page_Up' />
  224 +
  225 + <accelerator name='SKP-' action='PreviousField' key='<shift>KP_Subtract' group='online' />
  226 + <accelerator name='SKP+' action='NextField' key='<shift>KP_Add' group='online' />
  227 +
  228 + <accelerator name='KPsubtract' action='kpsubtract' key='KP_Subtract' group='online' />
  229 + <accelerator name='KPadd' action='kpadd' key='KP_Add' group='online' />
  230 +
  231 +</ui>
  232 +
... ...
ui/99debug.xml 0 → 100644
... ... @@ -0,0 +1,47 @@
  1 +<!-----------------------------------------------------------------------------
  2 +
  3 + "Software pw3270, desenvolvido com base nos códigos fontes do WC3270 e X3270
  4 + (Paul Mattes Paul.Mattes@usa.net), de emulação de terminal 3270 para acesso a
  5 + aplicativos mainframe. Registro no INPI sob o nome G3270.
  6 +
  7 + Copyright (C) <2008> <Banco do Brasil S.A.>
  8 +
  9 + Este programa é software livre. Você pode redistribuí-lo e/ou modificá-lo sob
  10 + os termos da GPL v.2 - Licença Pública Geral GNU, conforme publicado pela
  11 + Free Software Foundation.
  12 +
  13 + Este programa é distribuído na expectativa de ser útil, mas SEM QUALQUER
  14 + GARANTIA; sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou de ADEQUAÇÃO
  15 + A QUALQUER PROPÓSITO EM PARTICULAR. Consulte a Licença Pública Geral GNU para
  16 + obter mais detalhes.
  17 +
  18 + Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este
  19 + programa; se não, escreva para a Free Software Foundation, Inc., 59 Temple
  20 + Place, Suite 330, Boston, MA, 02111-1307, USA
  21 +
  22 + Contatos:
  23 +
  24 + perry.werneck@gmail.com (Alexandre Perry de Souza Werneck)
  25 + erico.mendonca@gmail.com (Erico Mascarenhas Mendonça)
  26 + licinio@bb.com.br (Licínio Luis Branco)
  27 + kraucer@bb.com.br (Kraucer Fernandes Mazuco)
  28 +
  29 +------------------------------------------------------------------------------>
  30 +
  31 +<ui>
  32 + <menubar name='topmenu'>
  33 +
  34 + <!---
  35 + <menu name='View' >
  36 + <menuitem action='Toggle' id='DSTrace' label='DS Trace'/>
  37 + <menuitem action='Toggle' id='EventTrace' label='Event Trace' />
  38 + </menu>
  39 + -->
  40 +
  41 + <menu name='debugmenu' label='Debug' >
  42 + <menuitem action='testpattern' group='offline' label='Show test pattern' />
  43 + </menu>
  44 +
  45 + </menubar>
  46 +
  47 +</ui>
... ...
ui/default.xml
... ... @@ -1,232 +0,0 @@
1   -<!-----------------------------------------------------------------------------
2   -
3   - "Software pw3270, desenvolvido com base nos códigos fontes do WC3270 e X3270
4   - (Paul Mattes Paul.Mattes@usa.net), de emulação de terminal 3270 para acesso a
5   - aplicativos mainframe. Registro no INPI sob o nome G3270.
6   -
7   - Copyright (C) <2008> <Banco do Brasil S.A.>
8   -
9   - Este programa é software livre. Você pode redistribuí-lo e/ou modificá-lo sob
10   - os termos da GPL v.2 - Licença Pública Geral GNU, conforme publicado pela
11   - Free Software Foundation.
12   -
13   - Este programa é distribuído na expectativa de ser útil, mas SEM QUALQUER
14   - GARANTIA; sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou de ADEQUAÇÃO
15   - A QUALQUER PROPÓSITO EM PARTICULAR. Consulte a Licença Pública Geral GNU para
16   - obter mais detalhes.
17   -
18   - Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este
19   - programa; se não, escreva para a Free Software Foundation, Inc., 59 Temple
20   - Place, Suite 330, Boston, MA, 02111-1307, USA
21   -
22   - Contatos:
23   -
24   - perry.werneck@gmail.com (Alexandre Perry de Souza Werneck)
25   - erico.mendonca@gmail.com (Erico Mascarenhas Mendonça)
26   - licinio@bb.com.br (Licínio Luis Branco)
27   - kraucer@bb.com.br (Kraucer Fernandes Mazuco)
28   - macmiranda@bb.com.br (Marco Aurélio Caldas Miranda)
29   -
30   ------------------------------------------------------------------------------->
31   -
32   -<ui>
33   - <menubar name='topmenu' topmenu='yes'>
34   -
35   - <menu name='FileMenu' label='_File' >
36   - <menuitem action='SaveScreen' group='online' label='Save screen' />
37   - <menuitem action='SaveSelected' group='selection' label='Save selected' />
38   - <menuitem action='SaveClipboard' group='clipboard' label='Save copy' />
39   - <separator/>
40   - <menuitem action='PrintScreen' key='Print' icon='print' group='online' label='Print' />
41   - <menuitem action='PrintSelected' group='selection' label='Print selected' />
42   - <menuitem action='PrintClipboard' group='clipboard' label='Print copy' />
43   - <separator/>
44   - <menu name='FTMenu' group='filetransfer' label='Send/Receive' >
45   - <menuitem action='Download' key='<alt>d' group='filetransfer' label='Receive file' />
46   - <menuitem action='Upload' key='<alt>u' group='filetransfer' label='Send file' />
47   - </menu>
48   - <menuitem action='Quit' key='<ctrl>q' icon="quit" />
49   - </menu>
50   -
51   - <menu name='EditMenu' label='_Edit' >
52   - <menuitem action='Copy' key='<ctrl>c' icon='copy' group='selection' label='Copy' />
53   - <menuitem action='CopyAsTable' key='<ctrl><alt>c' group='selection' label='Copy as table' />
54   - <menuitem action='CopyAsImage' group='selection' label='Copy as image' />
55   - <menuitem action='Append' key='<shift><ctrl>c' group='selection' label='Add to copy' />
56   - <menuitem action='Paste' key='<ctrl>v' icon='paste' group='paste' label='Paste' />
57   - <menuitem action='PasteNext' key='<shift><ctrl>v' label='Paste next' />
58   - <menuitem action='PasteTextFile' group='online' label='Paste text file' />
59   -
60   - <separator/>
61   - <menuitem action='selectall' key='<ctrl>a' icon='select-all' group='online' label='Select all' />
62   -
63   - <menuitem action='selectfield' key='<Ctrl>f' group='online' label='Select Field' />
64   - <menuitem action='unselect' group='selection' label='unselect' />
65   - <menuitem action='reselect' key='<Ctrl>r' group='online' label='Reselect' />
66   -
67   - <separator/>
68   - <menuitem action='clear' group='online' key='Pause' label='Clear' />
69   - <menuitem action='EraseInput' icon='clear' group='online' label='Erase input' />
70   -<!--- <menuitem action='EraseField' key='<Ctrl>u' group='online' /> -->
71   - <menuitem action='EraseEOF' group='online' label='Erase to end of field' />
72   - <menuitem action='EraseEOL' group='online' label='Erase to end of line' />
73   - </menu>
74   -
75   - <!--- Special action - View menu will be populated with labeled toolbars, menubars and keypads --->
76   - <menu name='View' label='_View' />
77   -
78   - <menu name='ScriptsMenu' label='Scripts' />
79   -
80   - <menu name='NetworkMenu' label='_Network' >
81   - <menuitem action='SetHostname' icon='home' group='offline' label='Set hostname' />
82   - <menuitem action='Connect' icon='connect' group='offline' label='_Connect' />
83   - <menuitem action='Disconnect' icon='disconnect' group='online' label='_Disconnect' />
84   - </menu>
85   -
86   - <menu name='SettingsMenu' label='Settings' sysmenu='yes' >
87   - <menuitem action='SelectColors' icon='select-color' label='Colors' />
88   -
89   - <!--- Special action - The fontselect menu will be populated with all available monospaced fonts --->
90   - <menuitem name='fontselect' icon='select-font' label='Select font' />
91   -
92   - <!--- Special action - The Scrensize menu will be populate with the available screen sizes --->
93   - <menuitem name='ScreenSizes' group='offline' label='Screen size' />
94   -
95   - <menu name='OptionsMenu' label='_Options' >
96   - <menuitem action='Toggle' id='AutoConnect' label='Connect on startup' />
97   - <menuitem action='Toggle' id='CursorBlink' label='Blinking Cursor' />
98   - <menuitem action='Toggle' id='Monocase' label='Monocase' />
99   - <menuitem action='Toggle' id='CursorPos' label='Track Cursor' />
100   - <menuitem action='Toggle' id='FullScreen' key='<alt>Home' label='Full Screen' />
101   - <menuitem action='Toggle' id='MarginedPaste' label='Paste with left margin' />
102   - <menuitem action='Toggle' id='CrossHair' key='<alt>x' label='Cross Hair Cursor' />
103   - <menuitem action='Toggle' id='BlankFill' label='Blank Fill' />
104   - <menuitem action='Toggle' id='RectSelect' label='Select by rectangles' />
105   - <menuitem action='Toggle' id='Reconnect' label='Auto-Reconnect' />
106   - <menuitem action='Toggle' id='Bold' label='Bold' />
107   - <menuitem action='Toggle' id='Underline' label='Show Underline' />
108   - <menuitem action='Toggle' id='KeepSelected' label='Keep selected' />
109   - <menuitem action='Toggle' id='SmartPaste' label='Smart paste' />
110   - <menuitem action='Toggle' id='Beep' label='Alert sound' />
111   - <menuitem action='Toggle' id='KPAlternative' label='Use +/- for field navigation' />
112   - </menu>
113   -
114   - <!--- Special action - InputMethod menu will be populated with Gtk input_method menu items --->
115   - <menuitem name='InputMethod' label='Input method' />
116   -
117   - </menu>
118   -
119   - <menu name='HelpMenu' label='Help' >
120   - <menuitem action='About' icon='about' sysmenu='yes' />
121   - </menu>
122   -
123   - </menubar>
124   -
125   - <toolbar name='toolbar.default' label='Toolbar' key='<alt>t' >
126   - <toolitem action='selectall' />
127   - <toolitem action='Copy' />
128   - <toolitem action='Paste' />
129   - <toolitem action='EraseInput' />
130   -
131   - <separator/>
132   - <toolitem action='Connect' />
133   - <toolitem action='Disconnect' />
134   -
135   - <separator/>
136   - <toolitem action='ToggleSet' id='FullScreen' icon='fullscreen' label='Full Screen' />
137   - <toolitem action='ToggleReset' id='FullScreen' icon='leave-fullscreen' label='Window' />
138   - <toolitem action='SelectColors' />
139   - <toolitem action='PrintScreen' />
140   - <toolitem action='Quit' />
141   - </toolbar>
142   -
143   - <popup name='selectionpopup' type='selection'>
144   - <menuitem action='Copy'/>
145   - <menuitem action='Append'/>
146   - <menuitem action='Unselect'/>
147   - <menuitem action='selectall'/>
148   -
149   - <separator />
150   - <menuitem action='PrintScreen'/>
151   - <menuitem action='PrintSelected'/>
152   - <menuitem action='PrintClipboard'/>
153   -
154   - <separator />
155   - <menuitem action='Quit'/>
156   - </popup>
157   -
158   - <popup name='defaultpopup' type='default'>
159   - <menuitem action='Paste'/>
160   - <menuitem action='PasteNext'/>
161   - <menuitem action='selectall'/>
162   - <menuitem action='PrintScreen'/>
163   - <menuitem action='PrintClipboard'/>
164   -
165   - <separator />
166   - <menuitem action='backtab' label='Previous field' />
167   - <menuitem action='tab' label='Next field'/>
168   - <menuitem action='activate' label='Return' />
169   -
170   - <separator />
171   - <menuitem action='Quit'/>
172   -
173   - </popup>
174   -
175   - <accelerator action='Toggle' id='Insert' key='Insert' group='online' />
176   -
177   - <accelerator action='Home' key='Home' group='online' />
178   - <accelerator action='Reset' key='<Shift><Ctrl>r' group='online' />
179   - <accelerator action='Return' key='Return' />
180   - <accelerator action='Enter' key='KP_Enter' />
181   - <accelerator action='Break' key='Escape' group='online' />
182   - <accelerator action='Attn' key='<shift>Escape' group='online' />
183   -
184   - <accelerator action='DeleteWord' key='<Ctrl>w' group='online' />
185   - <accelerator action='Delete' key='Delete' group='online' />
186   - <accelerator action='Erase' key='BackSpace' group='online' />
187   - <accelerator action='EraseEOF' key='End' group='online' />
188   -
189   - <accelerator action='SysREQ' key='Sys_Req' group='online' />
190   - <accelerator action='SysREQ' key='<shift>Print' group='online' />
191   -
192   - <accelerator action='SelectRight' key='<Shift>Right' group='online' />
193   - <accelerator action='SelectLeft' key='<Shift>Left' group='online' />
194   - <accelerator action='SelectUp' key='<Shift>Up' group='online' />
195   - <accelerator action='SelectDown' key='<Shift>Down' group='online' />
196   -
197   - <accelerator action='SelectionRight' key='<alt>Right' />
198   - <accelerator action='SelectionLeft' key='<alt>Left' />
199   - <accelerator action='SelectionUp' key='<alt>Up' />
200   - <accelerator action='SelectionDown' key='<alt>Down' />
201   -
202   - <accelerator action='CursorRight' key='Right' group='online' />
203   - <accelerator action='CursorLeft' key='Left' group='online' />
204   - <accelerator action='CursorUp' key='Up' group='online' />
205   - <accelerator action='CursorDown' key='Down' group='online' />
206   -
207   - <accelerator action='PreviousField' key='ISO_Left_Tab' group='online' />
208   - <accelerator action='NextField' key='Tab' group='online' />
209   -
210   - <!--- Mouse actions --->
211   - <scroll direction='up' action='pfkey' id='7' />
212   - <scroll direction='down' action='pfkey' id='8' />
213   -
214   - <!---
215   - <scroll direction='left' />
216   - <scroll direction='right' />
217   - --->
218   -
219   - <accelerator name='PageDown' action='pfkey' id='8' group='online' key='Page_Down' />
220   - <accelerator name='ShiftPageDown' action='pfkey' id='24' group='online' key='<Shift>Page_Down' />
221   -
222   - <accelerator name='PageUP' action='pfkey' id='7' group='online' key='Page_Up' />
223   - <accelerator name='ShiftPageUP' action='pfkey' id='23' group='online' key='<Shift>Page_Up' />
224   -
225   - <accelerator name='SKP-' action='PreviousField' key='<shift>KP_Subtract' group='online' />
226   - <accelerator name='SKP+' action='NextField' key='<shift>KP_Add' group='online' />
227   -
228   - <accelerator name='KPsubtract' action='kpsubtract' key='KP_Subtract' group='online' />
229   - <accelerator name='KPadd' action='kpadd' key='KP_Add' group='online' />
230   -
231   -</ui>
232   -