ALL: Remove remnants of Bada port
Before (image error) Size: 16 KiB |
Before (image error) Size: 7.1 KiB |
Before (image error) Size: 42 KiB |
Before (image error) Size: 20 KiB |
@ -1 +0,0 @@
|
||||
[SCUMMVM_STX0.8.9:ScummVM Mobile Theme:No Author]
|
Before (image error) Size: 774 B |
Before (image error) Size: 774 B |
Before (image error) Size: 3.1 KiB |
Before (image error) Size: 1.0 KiB |
Before (image error) Size: 68 KiB |
Before (image error) Size: 17 KiB |
Before (image error) Size: 774 B |
Before (image error) Size: 774 B |
@ -1,671 +0,0 @@
|
||||
<?xml version = "1.0"?>
|
||||
<!-- ScummVM - Graphic Adventure Engine
|
||||
-
|
||||
- ScummVM is the legal property of its developers, whose names
|
||||
- are too numerous to list here. Please refer to the COPYRIGHT
|
||||
- file distributed with this source distribution.
|
||||
-
|
||||
- This program is free software; you can redistribute it and/or
|
||||
- modify it under the terms of the GNU General Public License
|
||||
- as published by the Free Software Foundation; either version 2
|
||||
- of the License, or (at your option) any later version.
|
||||
-
|
||||
- This program is distributed in the hope that it will be useful,
|
||||
- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
- GNU General Public License for more details.
|
||||
-
|
||||
- You should have received a copy of the GNU General Public License
|
||||
- along with this program; if not, write to the Free Software
|
||||
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
-
|
||||
-->
|
||||
<render_info>
|
||||
<palette>
|
||||
<!-- Main background colors -->
|
||||
<color name = 'darkorange'
|
||||
rgb = '210, 114, 10'
|
||||
/>
|
||||
<color name = 'brightorange'
|
||||
rgb = '239, 196, 24'
|
||||
/>
|
||||
|
||||
<!-- Idle button/slider -->
|
||||
<color name = 'darkred'
|
||||
rgb = '169, 42, 12'
|
||||
/>
|
||||
<color name = 'brightred'
|
||||
rgb = '203, 126, 107'
|
||||
/>
|
||||
|
||||
<!-- Disabled button/slider -->
|
||||
<color name = 'darkeneddarkred'
|
||||
rgb = '120, 28, 0'
|
||||
/>
|
||||
<color name = 'darkenedbrightred'
|
||||
rgb = '144, 84, 72'
|
||||
/>
|
||||
|
||||
<!-- Highlighted button/slider -->
|
||||
<color name = 'brightpink'
|
||||
rgb = '255, 210, 200'
|
||||
/>
|
||||
<color name = 'darkpink'
|
||||
rgb = '200, 70, 50'
|
||||
/>
|
||||
|
||||
<!-- Dialog background -->
|
||||
<color name = 'xtrabrightred'
|
||||
rgb = '251, 241, 206'
|
||||
/>
|
||||
<color name = 'blandyellow'
|
||||
rgb = '248, 228, 152'
|
||||
/>
|
||||
|
||||
<!-- Others -->
|
||||
<color name = 'bgreen'
|
||||
rgb = '100, 162, 8'
|
||||
/>
|
||||
<color name = 'black'
|
||||
rgb = '0, 0, 0'
|
||||
/>
|
||||
<color name = 'white'
|
||||
rgb = '255, 255, 255'
|
||||
/>
|
||||
<color name = 'shadowcolor'
|
||||
rgb = '63, 60, 17'
|
||||
/>
|
||||
<color name = 'darkgray'
|
||||
rgb = '176, 168, 144'
|
||||
/>
|
||||
<color name = 'lightgray'
|
||||
rgb = '210, 200, 170'
|
||||
/>
|
||||
<color name = 'lightgray2'
|
||||
rgb = '231, 223, 189'
|
||||
/>
|
||||
<color name = 'paleyellow'
|
||||
rgb = '247, 228, 166'
|
||||
/>
|
||||
</palette>
|
||||
|
||||
<bitmaps>
|
||||
<bitmap filename = 'logo.bmp'/>
|
||||
<bitmap filename = 'cursor.bmp'/>
|
||||
<bitmap filename = 'cursor_small.bmp'/>
|
||||
<bitmap filename = 'checkbox.bmp'/>
|
||||
<bitmap filename = 'checkbox_empty.bmp'/>
|
||||
<bitmap filename = 'radiobutton.bmp'/>
|
||||
<bitmap filename = 'radiobutton_empty.bmp'/>
|
||||
<bitmap filename = 'logo_small.bmp'/>
|
||||
<bitmap filename = 'search.bmp'/>
|
||||
</bitmaps>
|
||||
|
||||
<fonts>
|
||||
<font id = 'text_default'
|
||||
file = 'helvB14.bdf'
|
||||
/>
|
||||
<font id = 'text_button'
|
||||
file = 'helvB14.bdf'
|
||||
/>
|
||||
<font id = 'text_normal'
|
||||
file = 'helvB12.bdf'
|
||||
/>
|
||||
<font id = 'tooltip_normal'
|
||||
file = 'fixed5x8.bdf'
|
||||
/>
|
||||
|
||||
<text_color id = 'color_normal'
|
||||
color = 'black'
|
||||
/>
|
||||
|
||||
<text_color id = 'color_normal_inverted'
|
||||
color = 'black'
|
||||
/>
|
||||
|
||||
<text_color id = 'color_normal_hover'
|
||||
color = 'bgreen'
|
||||
/>
|
||||
|
||||
<text_color id = 'color_normal_disabled'
|
||||
color = '192, 192, 192'
|
||||
/>
|
||||
|
||||
<text_color id = 'color_alternative'
|
||||
color = '128, 128, 128'
|
||||
/>
|
||||
|
||||
<text_color id = 'color_alternative_inverted'
|
||||
color = 'white'
|
||||
/>
|
||||
|
||||
<text_color id = 'color_alternative_hover'
|
||||
color = 'darkgray'
|
||||
/>
|
||||
|
||||
<text_color id = 'color_alternative_disabled'
|
||||
color = '192, 192, 192'
|
||||
/>
|
||||
|
||||
<text_color id = 'color_button'
|
||||
color = 'white'
|
||||
/>
|
||||
|
||||
<text_color id = 'color_button_hover'
|
||||
color = '255, 214, 84'
|
||||
/>
|
||||
|
||||
<text_color id = 'color_button_disabled'
|
||||
color = '192, 192, 192'
|
||||
/>
|
||||
</fonts>
|
||||
|
||||
<!-- <defaults fill = 'gradient' fg_color = 'white'/> -->
|
||||
|
||||
<cursor file = 'cursor.bmp' hotspot = '0, 0' scale = '3'/>
|
||||
<cursor resolution = 'y<400' file = 'cursor_small.bmp' hotspot = '0, 0' scale = '3'/>
|
||||
|
||||
<!-- Selection (text or list items) -->
|
||||
<drawdata id = 'text_selection' cache = 'false'>
|
||||
<drawstep func = 'square'
|
||||
fill = 'foreground'
|
||||
fg_color = 'darkgray'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<drawdata id = 'text_selection_focus' cache = 'false'>
|
||||
<drawstep func = 'square'
|
||||
fill = 'foreground'
|
||||
fg_color = 'bgreen'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Main background -->
|
||||
<drawdata id = 'mainmenu_bg' cache = 'false'>
|
||||
<drawstep func = 'fill'
|
||||
fill = 'gradient'
|
||||
gradient_start = 'darkorange'
|
||||
gradient_end = 'brightorange'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Load screen -->
|
||||
<drawdata id = 'special_bg' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '5'
|
||||
fill = 'gradient'
|
||||
stroke = '0'
|
||||
gradient_start = 'darkorange'
|
||||
gradient_end = 'brightorange'
|
||||
shadow = '3'
|
||||
gradient_factor = '3'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Separator in popup lists -->
|
||||
<drawdata id = 'separator' cache = 'false'>
|
||||
<drawstep func = 'square'
|
||||
fill = 'foreground'
|
||||
height = '1'
|
||||
ypos = 'center'
|
||||
fg_color = 'black'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Background of the scrollbar -->
|
||||
<drawdata id = 'scrollbar_base' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
stroke = '1'
|
||||
radius = '10'
|
||||
fill = 'background'
|
||||
fg_color = 'darkgray'
|
||||
bg_color = 'paleyellow'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Handle of the scrollbar -->
|
||||
<drawdata id = 'scrollbar_handle_hover' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
stroke = '1'
|
||||
radius = '10'
|
||||
fill = 'gradient'
|
||||
fg_color = 'blandyellow'
|
||||
gradient_start = 'brightpink'
|
||||
gradient_end = 'darkpink'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<drawdata id = 'scrollbar_handle_idle' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
stroke = '1'
|
||||
radius = '10'
|
||||
fill = 'gradient'
|
||||
fg_color = 'blandyellow'
|
||||
gradient_start = 'brightred'
|
||||
gradient_end = 'darkred'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Buttons at the top and bottom of the scrollbar -->
|
||||
<drawdata id = 'scrollbar_button_idle' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '10'
|
||||
fill = 'none'
|
||||
fg_color = 'darkgray'
|
||||
stroke = '1'
|
||||
/>
|
||||
<drawstep func = 'triangle'
|
||||
fg_color = 'shadowcolor'
|
||||
fill = 'foreground'
|
||||
width = 'auto'
|
||||
height = 'auto'
|
||||
xpos = 'center'
|
||||
ypos = 'center'
|
||||
orientation = 'top'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<drawdata id = 'scrollbar_button_hover' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '10'
|
||||
fill = 'gradient'
|
||||
gradient_start = 'brightpink'
|
||||
gradient_end = 'darkpink'
|
||||
stroke = '1'
|
||||
fg_color = 'darkred'
|
||||
bevel = '1'
|
||||
bevel_color = 'brightred'
|
||||
/>
|
||||
<drawstep func = 'triangle'
|
||||
fg_color = 'shadowcolor'
|
||||
fill = 'foreground'
|
||||
width = 'auto'
|
||||
height = 'auto'
|
||||
xpos = 'center'
|
||||
ypos = 'center'
|
||||
orientation = 'top'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Active tab in the tabs list -->
|
||||
<drawdata id = 'tab_active' cache = 'false'>
|
||||
<text font = 'text_default'
|
||||
text_color = 'color_normal'
|
||||
vertical_align = 'center'
|
||||
horizontal_align = 'center'
|
||||
/>
|
||||
<!-- Custom color to match the tab content's gradient: -->
|
||||
<drawstep func = 'tab'
|
||||
radius = '4'
|
||||
stroke = '0'
|
||||
fill = 'background'
|
||||
bg_color = '248, 232, 168'
|
||||
shadow = '3'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Inactive tab in the tabs list -->
|
||||
<drawdata id = 'tab_inactive' cache = 'false'>
|
||||
<text font = 'text_default'
|
||||
text_color = 'color_normal'
|
||||
vertical_align = 'center'
|
||||
horizontal_align = 'center'
|
||||
/>
|
||||
<drawstep func = 'tab'
|
||||
radius = '4'
|
||||
stroke = '0'
|
||||
fill = 'background'
|
||||
bg_color = '239, 202, 109'
|
||||
shadow = '3'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Background of the tabs list -->
|
||||
<drawdata id = 'tab_background' cache = 'false'>
|
||||
<drawstep func = 'tab'
|
||||
radius = '6'
|
||||
stroke = '0'
|
||||
fill = 'foreground'
|
||||
fg_color = '232, 180, 80'
|
||||
shadow = '3'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Background of the slider widget -->
|
||||
<drawdata id = 'widget_slider' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
stroke = '0'
|
||||
radius = '5'
|
||||
fill = 'foreground'
|
||||
fg_color = 'paleyellow'
|
||||
bevel = '1'
|
||||
bevel_color = 'shadowcolor'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Full part of the slider widget -->
|
||||
<drawdata id = 'slider_full' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
stroke = '1'
|
||||
radius = '5'
|
||||
fill = 'gradient'
|
||||
fg_color = '123, 112, 56'
|
||||
gradient_start = 'brightred'
|
||||
gradient_end = 'darkred'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Hovered full part of the slider widget -->
|
||||
<drawdata id = 'slider_hover' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
stroke = '1'
|
||||
radius = '5'
|
||||
fill = 'gradient'
|
||||
fg_color = '123, 112, 56'
|
||||
gradient_start = 'brightpink'
|
||||
gradient_end = 'darkpink'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Disabled slider widget -->
|
||||
<drawdata id = 'slider_disabled' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
stroke = '1'
|
||||
radius = '5'
|
||||
fill = 'gradient'
|
||||
fg_color = '123, 112, 56'
|
||||
gradient_start = 'darkenedbrightred'
|
||||
gradient_end = 'darkeneddarkred'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Idle popup -->
|
||||
<drawdata id = 'popup_idle' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '5'
|
||||
stroke = '1'
|
||||
fg_color = 'lightgray2'
|
||||
fill = 'background'
|
||||
bg_color = 'xtrabrightred'
|
||||
shadow = '2'
|
||||
/>
|
||||
<drawstep func = 'triangle'
|
||||
bg_color = 'shadowcolor'
|
||||
fill = 'background'
|
||||
width = 'height'
|
||||
height = 'auto'
|
||||
xpos = 'right'
|
||||
ypos = 'center'
|
||||
orientation = 'bottom'
|
||||
/>
|
||||
<text font = 'text_default'
|
||||
text_color = 'color_normal'
|
||||
vertical_align = 'center'
|
||||
horizontal_align = 'left'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Disabled popup -->
|
||||
<drawdata id = 'popup_disabled' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '5'
|
||||
fill = 'foreground'
|
||||
fg_color = 'darkgray'
|
||||
shadow = '2'
|
||||
/>
|
||||
<drawstep func = 'triangle'
|
||||
fg_color = 'shadowcolor'
|
||||
fill = 'foreground'
|
||||
width = 'height'
|
||||
height = 'auto'
|
||||
xpos = 'right'
|
||||
ypos = 'center'
|
||||
orientation = 'bottom'
|
||||
/>
|
||||
<text font = 'text_default'
|
||||
text_color = 'color_normal_disabled'
|
||||
vertical_align = 'center'
|
||||
horizontal_align = 'left'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Hovered popup -->
|
||||
<drawdata id = 'popup_hover' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
stroke = '1'
|
||||
fg_color = 'lightgray'
|
||||
radius = '5'
|
||||
fill = 'gradient'
|
||||
gradient_start = 'blandyellow'
|
||||
gradient_end = 'xtrabrightred'
|
||||
shadow = '0'
|
||||
/>
|
||||
<drawstep func = 'triangle'
|
||||
fg_color = 'shadowcolor'
|
||||
fill = 'foreground'
|
||||
width = 'height'
|
||||
height = 'auto'
|
||||
xpos = 'right'
|
||||
ypos = 'center'
|
||||
orientation = 'bottom'
|
||||
/>
|
||||
<text font = 'text_default'
|
||||
text_color = 'color_normal_hover'
|
||||
vertical_align = 'center'
|
||||
horizontal_align = 'left'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Background of the textedit widget -->
|
||||
<drawdata id = 'widget_textedit' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
fill = 'foreground'
|
||||
radius = '5'
|
||||
fg_color = 'paleyellow'
|
||||
shadow = '0'
|
||||
bevel = '1'
|
||||
bevel_color = 'shadowcolor'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Background of the chooser dialogs (file chooser, theme browser, ...) -->
|
||||
<drawdata id = 'plain_bg' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '6'
|
||||
stroke = '0'
|
||||
gradient_start = 'blandyellow'
|
||||
gradient_end = 'xtrabrightred'
|
||||
fill = 'gradient'
|
||||
shadow = '3'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Cursor in the text edit widget -->
|
||||
<drawdata id = 'caret' cache = 'false'>
|
||||
<drawstep func = 'square'
|
||||
fill = 'foreground'
|
||||
fg_color = 'black'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Tab contents and game picker background -->
|
||||
<drawdata id = 'default_bg' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '6'
|
||||
stroke = '0'
|
||||
fill = 'gradient'
|
||||
gradient_start = 'blandyellow'
|
||||
gradient_end = 'xtrabrightred'
|
||||
gradient_factor = '4'
|
||||
shadow = '3'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Tooltip -->
|
||||
<drawdata id = 'tooltip_bg' cache = 'false'>
|
||||
<drawstep func = 'square'
|
||||
fill = 'foreground'
|
||||
fg_color = 'blandyellow'
|
||||
shadow = '3'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Idle button -->
|
||||
<drawdata id = 'button_idle' cache = 'false'>
|
||||
<text font = 'text_button'
|
||||
text_color = 'color_button'
|
||||
vertical_align = 'center'
|
||||
horizontal_align = 'center'
|
||||
/>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '5'
|
||||
stroke = '1'
|
||||
fill = 'gradient'
|
||||
shadow = '0'
|
||||
fg_color = 'shadowcolor'
|
||||
gradient_start = 'brightred'
|
||||
gradient_end = 'darkred'
|
||||
bevel = '1'
|
||||
bevel_color = '237, 169, 72'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Hovered button -->
|
||||
<drawdata id = 'button_hover' cache = 'false'>
|
||||
<text font = 'text_button'
|
||||
text_color = 'color_button_hover'
|
||||
vertical_align = 'center'
|
||||
horizontal_align = 'center'
|
||||
/>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '5'
|
||||
stroke = '1'
|
||||
fill = 'gradient'
|
||||
shadow = '0'
|
||||
fg_color = 'shadowcolor'
|
||||
gradient_start = 'brightpink'
|
||||
gradient_end = 'darkpink'
|
||||
bevel = '1'
|
||||
bevel_color = 'xtrabrightred'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Disabled button -->
|
||||
<drawdata id = 'button_disabled' cache = 'false'>
|
||||
<text font = 'text_button'
|
||||
text_color = 'color_button_disabled'
|
||||
vertical_align = 'center'
|
||||
horizontal_align = 'center'
|
||||
/>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '5'
|
||||
stroke = '1'
|
||||
fill = 'gradient'
|
||||
shadow = '0'
|
||||
fg_color = 'shadowcolor'
|
||||
gradient_start = 'darkenedbrightred'
|
||||
gradient_end = 'darkeneddarkred'
|
||||
bevel = '1'
|
||||
bevel_color = 'darkgray'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Disabled checkbox -->
|
||||
<drawdata id = 'checkbox_disabled' cache = 'false'>
|
||||
<text font = 'text_default'
|
||||
text_color = 'color_normal_disabled'
|
||||
vertical_align = 'top'
|
||||
horizontal_align = 'left'
|
||||
/>
|
||||
<drawstep func = 'bitmap'
|
||||
file = 'checkbox_empty.bmp'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Selected checkbox -->
|
||||
<drawdata id = 'checkbox_selected' cache = 'false'>
|
||||
<text font = 'text_default'
|
||||
text_color = 'color_normal'
|
||||
vertical_align = 'top'
|
||||
horizontal_align = 'left'
|
||||
/>
|
||||
<drawstep func = 'bitmap'
|
||||
file = 'checkbox.bmp'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Idle checkbox -->
|
||||
<drawdata id = 'checkbox_default' cache = 'false'>
|
||||
<text font = 'text_default'
|
||||
text_color = 'color_normal'
|
||||
vertical_align = 'top'
|
||||
horizontal_align = 'left'
|
||||
/>
|
||||
<drawstep func = 'bitmap'
|
||||
file = 'checkbox_empty.bmp'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Idle radiobutton -->
|
||||
<drawdata id = 'radiobutton_default' cache = 'false'>
|
||||
<text font = 'text_default'
|
||||
text_color = 'color_normal'
|
||||
vertical_align = 'center'
|
||||
horizontal_align = 'left'
|
||||
/>
|
||||
<drawstep func = 'bitmap'
|
||||
file = 'radiobutton_empty.bmp'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Selected radiobutton -->
|
||||
<drawdata id = 'radiobutton_selected' cache = 'false'>
|
||||
<text font = 'text_default'
|
||||
text_color = 'color_normal'
|
||||
vertical_align = 'center'
|
||||
horizontal_align = 'left'
|
||||
/>
|
||||
<drawstep func = 'bitmap'
|
||||
file = 'radiobutton.bmp'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Disabled radiobutton -->
|
||||
<drawdata id = 'radiobutton_disabled' cache = 'false'>
|
||||
<text font = 'text_default'
|
||||
text_color = 'color_normal_disabled'
|
||||
vertical_align = 'center'
|
||||
horizontal_align = 'left'
|
||||
/>
|
||||
<drawstep func = 'bitmap'
|
||||
file = 'radiobutton_empty.bmp'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<!-- Background of the list widget (the games list and the list in the choosers) -->
|
||||
<!-- TODO: Have separate options for the games list (with gradient background) and the list in the choosers (without gradient) -->
|
||||
<drawdata id = 'widget_default' cache = 'false'>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '6'
|
||||
stroke = '1'
|
||||
fg_color = 'lightgray'
|
||||
gradient_start = 'blandyellow'
|
||||
gradient_end = 'xtrabrightred'
|
||||
gradient_factor = '6'
|
||||
fill = 'gradient'
|
||||
bg_color = 'xtrabrightred'
|
||||
shadow = '3'
|
||||
/>
|
||||
</drawdata>
|
||||
|
||||
<drawdata id = 'widget_small' cache = 'false'>
|
||||
<drawstep func = 'square'
|
||||
stroke = '0'
|
||||
gradient_start = 'blandyellow'
|
||||
gradient_end = 'xtrabrightred'
|
||||
gradient_factor = '6'
|
||||
fill = 'gradient'
|
||||
shadow = '3'
|
||||
/>
|
||||
</drawdata>
|
||||
</render_info>
|
Before (image error) Size: 822 B |
Before (image error) Size: 935 KiB |
Before (image error) Size: 935 KiB |
Before (image error) Size: 935 KiB |
Before (image error) Size: 935 KiB |
@ -1,637 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<keyboard initial_mode="lowercase" v_align="bottom" h_align="center">
|
||||
<!-- coords key = "start x, start y, end x, end y" -->
|
||||
<!-- Lowercase -->
|
||||
<mode name="lowercase" resolutions="800x399">
|
||||
<layout resolution="800x399" bitmap="lowercase800x399.bmp" transparent_color="255,0,255">
|
||||
<map>
|
||||
<area shape="rect" coords="25,24,775,53" target="display_area"/>
|
||||
<area shape="rect" coords="22,64,65,110" target="esc" />
|
||||
<area shape="rect" coords="72,64,118,110" target="f1" />
|
||||
<area shape="rect" coords="124,64,169,110" target="f2" />
|
||||
<area shape="rect" coords="175,64,220,110" target="f3" />
|
||||
<area shape="rect" coords="227,64,272,110" target="f4" />
|
||||
<area shape="rect" coords="278,64,324,110" target="f5" />
|
||||
<area shape="rect" coords="331,64,376,110" target="f6" />
|
||||
<area shape="rect" coords="382,64,428,110" target="f7" />
|
||||
<area shape="rect" coords="434,64,479,110" target="f8" />
|
||||
<area shape="rect" coords="486,64,531,110" target="f9" />
|
||||
<area shape="rect" coords="537,64,582,110" target="f10" />
|
||||
<area shape="rect" coords="588,64,633,110" target="f11" />
|
||||
<area shape="rect" coords="640,64,685,110" target="f12" />
|
||||
<area shape="rect" coords="691,64,777,110" target="delete" />
|
||||
<area shape="rect" coords="22,117,66,162" target="|" />
|
||||
<area shape="rect" coords="71,117,117,162" target="1" />
|
||||
<area shape="rect" coords="123,117,169,162" target="2" />
|
||||
<area shape="rect" coords="174,117,220,162" target="3" />
|
||||
<area shape="rect" coords="227,117,272,162" target="4" />
|
||||
<area shape="rect" coords="278,117,323,162" target="5" />
|
||||
<area shape="rect" coords="331,117,376,162" target="6" />
|
||||
<area shape="rect" coords="382,117,428,162" target="7" />
|
||||
<area shape="rect" coords="434,117,479,162" target="8" />
|
||||
<area shape="rect" coords="486,117,531,162" target="9" />
|
||||
<area shape="rect" coords="537,117,583,162" target="0" />
|
||||
<area shape="rect" coords="588,117,633,162" target="-" />
|
||||
<area shape="rect" coords="639,117,685,162" target="=" />
|
||||
<area shape="rect" coords="691,117,746,162" target="backspace" />
|
||||
<area shape="rect" coords="752,117,777,162" target="del" />
|
||||
<area shape="rect" coords="22,170,86,215" target="tab" />
|
||||
<area shape="rect" coords="92,170,138,215" target="q" />
|
||||
<area shape="rect" coords="143,170,189,215" target="w" />
|
||||
<area shape="rect" coords="196,170,241,215" target="e" />
|
||||
<area shape="rect" coords="247,170,292,215" target="r" />
|
||||
<area shape="rect" coords="300,170,345,215" target="t" />
|
||||
<area shape="rect" coords="352,170,397,215" target="y" />
|
||||
<area shape="rect" coords="403,170,448,215" target="u" />
|
||||
<area shape="rect" coords="454,170,500,215" target="i" />
|
||||
<area shape="rect" coords="507,170,552,215" target="o" />
|
||||
<area shape="rect" coords="558,170,603,215" target="p" />
|
||||
<area shape="rect" coords="610,170,655,215" target="[" />
|
||||
<area shape="rect" coords="662,170,707,215" target="]" />
|
||||
<area shape="rect" coords="713,170,777,215" target="#" />
|
||||
<area shape="rect" coords="22,222,105,267" target="caps" />
|
||||
<area shape="rect" coords="113,222,158,267" target="a" />
|
||||
<area shape="rect" coords="165,222,210,267" target="s" />
|
||||
<area shape="rect" coords="216,222,261,267" target="d" />
|
||||
<area shape="rect" coords="268,222,314,267" target="f" />
|
||||
<area shape="rect" coords="319,222,364,267" target="g" />
|
||||
<area shape="rect" coords="372,222,417,267" target="h" />
|
||||
<area shape="rect" coords="423,222,469,267" target="j" />
|
||||
<area shape="rect" coords="476,222,521,267" target="k" />
|
||||
<area shape="rect" coords="527,222,572,267" target="l" />
|
||||
<area shape="rect" coords="579,222,624,267" target=";" />
|
||||
<area shape="rect" coords="629,222,675,267" target="’" />
|
||||
<area shape="rect" coords="681,222,777,267" target="enter" />
|
||||
<area shape="rect" coords="22,275,125,320" target="shift" />
|
||||
<area shape="rect" coords="146,274,192,320" target="z" />
|
||||
<area shape="rect" coords="198,274,243,320" target="x" />
|
||||
<area shape="rect" coords="250,274,295,320" target="c" />
|
||||
<area shape="rect" coords="301,274,346,320" target="v" />
|
||||
<area shape="rect" coords="353,274,397,320" target="b" />
|
||||
<area shape="rect" coords="405,274,450,320" target="n" />
|
||||
<area shape="rect" coords="456,274,501,320" target="m" />
|
||||
<area shape="rect" coords="508,274,553,320" target="," />
|
||||
<area shape="rect" coords="560,274,604,320" target="." />
|
||||
<area shape="rect" coords="611,274,656,320" target="/" />
|
||||
<area shape="rect" coords="677,275,777,320" target="symbols" />
|
||||
<area shape="rect" coords="21,326,86,372" target="ctrl" />
|
||||
<area shape="rect" coords="96,326,157,372" target="alt" />
|
||||
<area shape="rect" coords="168,326,655,372" target="space" />
|
||||
<area shape="rect" coords="671,326,719,372" target="ok" />
|
||||
<area shape="rect" coords="731,326,778,372" target="cancel" />
|
||||
</map>
|
||||
</layout>
|
||||
<event name="esc" type="key" code="27" ascii="27" modifiers="" />
|
||||
<event name="f1" type="key" code="282" ascii="315" modifiers="" />
|
||||
<event name="f2" type="key" code="283" ascii="316" modifiers="" />
|
||||
<event name="f3" type="key" code="284" ascii="317" modifiers="" />
|
||||
<event name="f4" type="key" code="285" ascii="318" modifiers="" />
|
||||
<event name="f5" type="key" code="286" ascii="319" modifiers="" />
|
||||
<event name="f6" type="key" code="287" ascii="320" modifiers="" />
|
||||
<event name="f7" type="key" code="288" ascii="321" modifiers="" />
|
||||
<event name="f8" type="key" code="289" ascii="322" modifiers="" />
|
||||
<event name="f9" type="key" code="290" ascii="323" modifiers="" />
|
||||
<event name="f10" type="key" code="291" ascii="324" modifiers="" />
|
||||
<event name="f11" type="key" code="292" ascii="325" modifiers="" />
|
||||
<event name="f12" type="key" code="293" ascii="326" modifiers="" />
|
||||
<event name="del" type="key" code="127" ascii="0" modifiers="" />
|
||||
<event name="ctrl" type="modifier" modifiers="ctrl" />
|
||||
<event name="alt" type="modifier" modifiers="alt" />
|
||||
<event name="shift" type="modifier" modifiers="shift" />
|
||||
<event name="caps" type="switch_mode" mode="uppercase" />
|
||||
<event name="symbols" type="switch_mode" mode="lowercasesymbols" />
|
||||
<event name="backspace" type="key" code="8" ascii="8" modifiers="" />
|
||||
<event name="enter" type="key" code="13" ascii="13" modifiers="" />
|
||||
<event name="|" type="key" code="124" ascii="124" modifiers="" />
|
||||
<event name="-" type="key" code="45" ascii="45" modifiers="" />
|
||||
<event name="=" type="key" code="61" ascii="61" modifiers="" />
|
||||
<event name="[" type="key" code="91" ascii="91" modifiers="" />
|
||||
<event name="]" type="key" code="93" ascii="93" modifiers="" />
|
||||
<event name="#" type="key" code="35" ascii="35" modifiers="" />
|
||||
<event name=";" type="key" code="59" ascii="59" modifiers="" />
|
||||
<event name="’" type="key" code="39" ascii="39" modifiers="" />
|
||||
<event name="," type="key" code="44" ascii="44" modifiers="" />
|
||||
<event name="." type="key" code="46" ascii="46" modifiers="" />
|
||||
<event name="/" type="key" code="47" ascii="47" modifiers="" />
|
||||
<event name="space" type="key" code="32" ascii="32" modifiers="" />
|
||||
<event name="tab" type="key" code="9" ascii="9" modifiers="" />
|
||||
<event name="a" type="key" code="97" ascii="97" modifiers="" />
|
||||
<event name="b" type="key" code="98" ascii="98" modifiers="" />
|
||||
<event name="c" type="key" code="99" ascii="99" modifiers="" />
|
||||
<event name="d" type="key" code="100" ascii="100" modifiers="" />
|
||||
<event name="e" type="key" code="101" ascii="101" modifiers="" />
|
||||
<event name="f" type="key" code="102" ascii="102" modifiers="" />
|
||||
<event name="g" type="key" code="103" ascii="103" modifiers="" />
|
||||
<event name="h" type="key" code="104" ascii="104" modifiers="" />
|
||||
<event name="i" type="key" code="105" ascii="105" modifiers="" />
|
||||
<event name="j" type="key" code="106" ascii="106" modifiers="" />
|
||||
<event name="k" type="key" code="107" ascii="107" modifiers="" />
|
||||
<event name="l" type="key" code="108" ascii="108" modifiers="" />
|
||||
<event name="m" type="key" code="109" ascii="109" modifiers="" />
|
||||
<event name="n" type="key" code="110" ascii="110" modifiers="" />
|
||||
<event name="o" type="key" code="111" ascii="111" modifiers="" />
|
||||
<event name="p" type="key" code="112" ascii="112" modifiers="" />
|
||||
<event name="q" type="key" code="113" ascii="113" modifiers="" />
|
||||
<event name="r" type="key" code="114" ascii="114" modifiers="" />
|
||||
<event name="s" type="key" code="115" ascii="115" modifiers="" />
|
||||
<event name="t" type="key" code="116" ascii="116" modifiers="" />
|
||||
<event name="u" type="key" code="117" ascii="117" modifiers="" />
|
||||
<event name="v" type="key" code="118" ascii="118" modifiers="" />
|
||||
<event name="w" type="key" code="119" ascii="119" modifiers="" />
|
||||
<event name="x" type="key" code="120" ascii="120" modifiers="" />
|
||||
<event name="y" type="key" code="121" ascii="121" modifiers="" />
|
||||
<event name="z" type="key" code="122" ascii="122" modifiers="" />
|
||||
<event name="0" type="key" code="48" ascii="48" modifiers="" />
|
||||
<event name="1" type="key" code="49" ascii="49" modifiers="" />
|
||||
<event name="2" type="key" code="50" ascii="50" modifiers="" />
|
||||
<event name="3" type="key" code="51" ascii="51" modifiers="" />
|
||||
<event name="4" type="key" code="52" ascii="52" modifiers="" />
|
||||
<event name="5" type="key" code="53" ascii="53" modifiers="" />
|
||||
<event name="6" type="key" code="54" ascii="54" modifiers="" />
|
||||
<event name="7" type="key" code="55" ascii="55" modifiers="" />
|
||||
<event name="8" type="key" code="56" ascii="56" modifiers="" />
|
||||
<event name="9" type="key" code="57" ascii="57" modifiers="" />
|
||||
<event name="ok" type="submit" />
|
||||
<event name="cancel" type="cancel" />
|
||||
<event name="quit" type="submit" />
|
||||
<event name="delete" type="delete" />
|
||||
</mode>
|
||||
|
||||
<!-- Uppercase -->
|
||||
<mode name="uppercase" resolutions="800x399">
|
||||
<layout resolution="800x399" bitmap="uppercase800x399.bmp" transparent_color="255,0,255">
|
||||
<map>
|
||||
<area shape="rect" coords="25,24,775,53" target="display_area"/>
|
||||
<area shape="rect" coords="22,64,65,110" target="esc" />
|
||||
<area shape="rect" coords="72,64,118,110" target="f1" />
|
||||
<area shape="rect" coords="124,64,169,110" target="f2" />
|
||||
<area shape="rect" coords="175,64,220,110" target="f3" />
|
||||
<area shape="rect" coords="227,64,272,110" target="f4" />
|
||||
<area shape="rect" coords="278,64,324,110" target="f5" />
|
||||
<area shape="rect" coords="331,64,376,110" target="f6" />
|
||||
<area shape="rect" coords="382,64,428,110" target="f7" />
|
||||
<area shape="rect" coords="434,64,479,110" target="f8" />
|
||||
<area shape="rect" coords="486,64,531,110" target="f9" />
|
||||
<area shape="rect" coords="537,64,582,110" target="f10" />
|
||||
<area shape="rect" coords="588,64,633,110" target="f11" />
|
||||
<area shape="rect" coords="640,64,685,110" target="f12" />
|
||||
<area shape="rect" coords="691,64,777,110" target="delete" />
|
||||
<area shape="rect" coords="22,117,66,162" target="|" />
|
||||
<area shape="rect" coords="71,117,117,162" target="1" />
|
||||
<area shape="rect" coords="123,117,169,162" target="2" />
|
||||
<area shape="rect" coords="174,117,220,162" target="3" />
|
||||
<area shape="rect" coords="227,117,272,162" target="4" />
|
||||
<area shape="rect" coords="278,117,323,162" target="5" />
|
||||
<area shape="rect" coords="331,117,376,162" target="6" />
|
||||
<area shape="rect" coords="382,117,428,162" target="7" />
|
||||
<area shape="rect" coords="434,117,479,162" target="8" />
|
||||
<area shape="rect" coords="486,117,531,162" target="9" />
|
||||
<area shape="rect" coords="537,117,583,162" target="0" />
|
||||
<area shape="rect" coords="588,117,633,162" target="-" />
|
||||
<area shape="rect" coords="639,117,685,162" target="=" />
|
||||
<area shape="rect" coords="691,117,746,162" target="backspace" />
|
||||
<area shape="rect" coords="752,117,777,162" target="del" />
|
||||
<area shape="rect" coords="22,170,86,215" target="tab" />
|
||||
<area shape="rect" coords="92,170,138,215" target="Q" />
|
||||
<area shape="rect" coords="143,170,189,215" target="W" />
|
||||
<area shape="rect" coords="196,170,241,215" target="E" />
|
||||
<area shape="rect" coords="247,170,292,215" target="R" />
|
||||
<area shape="rect" coords="300,170,345,215" target="T" />
|
||||
<area shape="rect" coords="352,170,397,215" target="Y" />
|
||||
<area shape="rect" coords="403,170,448,215" target="U" />
|
||||
<area shape="rect" coords="454,170,500,215" target="I" />
|
||||
<area shape="rect" coords="507,170,552,215" target="O" />
|
||||
<area shape="rect" coords="558,170,603,215" target="P" />
|
||||
<area shape="rect" coords="610,170,655,215" target="[" />
|
||||
<area shape="rect" coords="662,170,707,215" target="]" />
|
||||
<area shape="rect" coords="713,170,777,215" target="#" />
|
||||
<area shape="rect" coords="22,222,105,267" target="caps" />
|
||||
<area shape="rect" coords="113,222,158,267" target="A" />
|
||||
<area shape="rect" coords="165,222,210,267" target="S" />
|
||||
<area shape="rect" coords="216,222,261,267" target="D" />
|
||||
<area shape="rect" coords="268,222,314,267" target="F" />
|
||||
<area shape="rect" coords="319,222,364,267" target="G" />
|
||||
<area shape="rect" coords="372,222,417,267" target="H" />
|
||||
<area shape="rect" coords="423,222,469,267" target="J" />
|
||||
<area shape="rect" coords="476,222,521,267" target="K" />
|
||||
<area shape="rect" coords="527,222,572,267" target="L" />
|
||||
<area shape="rect" coords="579,222,624,267" target=";" />
|
||||
<area shape="rect" coords="629,222,675,267" target="’" />
|
||||
<area shape="rect" coords="681,222,777,267" target="enter" />
|
||||
<area shape="rect" coords="22,275,125,320" target="shift" />
|
||||
<area shape="rect" coords="146,274,192,320" target="Z" />
|
||||
<area shape="rect" coords="198,274,243,320" target="X" />
|
||||
<area shape="rect" coords="250,274,295,320" target="C" />
|
||||
<area shape="rect" coords="301,274,346,320" target="V" />
|
||||
<area shape="rect" coords="353,274,397,320" target="B" />
|
||||
<area shape="rect" coords="405,274,450,320" target="N" />
|
||||
<area shape="rect" coords="456,274,501,320" target="M" />
|
||||
<area shape="rect" coords="508,274,553,320" target="," />
|
||||
<area shape="rect" coords="560,274,604,320" target="." />
|
||||
<area shape="rect" coords="611,274,656,320" target="/" />
|
||||
<area shape="rect" coords="677,275,777,320" target="symbols" />
|
||||
<area shape="rect" coords="21,326,86,372" target="ctrl" />
|
||||
<area shape="rect" coords="96,326,157,372" target="alt" />
|
||||
<area shape="rect" coords="168,326,655,372" target="space" />
|
||||
<area shape="rect" coords="671,326,719,372" target="ok" />
|
||||
<area shape="rect" coords="731,326,778,372" target="cancel" />
|
||||
</map>
|
||||
</layout>
|
||||
<event name="esc" type="key" code="27" ascii="27" modifiers="" />
|
||||
<event name="f1" type="key" code="282" ascii="315" modifiers="" />
|
||||
<event name="f2" type="key" code="283" ascii="316" modifiers="" />
|
||||
<event name="f3" type="key" code="284" ascii="317" modifiers="" />
|
||||
<event name="f4" type="key" code="285" ascii="318" modifiers="" />
|
||||
<event name="f5" type="key" code="286" ascii="319" modifiers="" />
|
||||
<event name="f6" type="key" code="287" ascii="320" modifiers="" />
|
||||
<event name="f7" type="key" code="288" ascii="321" modifiers="" />
|
||||
<event name="f8" type="key" code="289" ascii="322" modifiers="" />
|
||||
<event name="f9" type="key" code="290" ascii="323" modifiers="" />
|
||||
<event name="f10" type="key" code="291" ascii="324" modifiers="" />
|
||||
<event name="f11" type="key" code="292" ascii="325" modifiers="" />
|
||||
<event name="f12" type="key" code="293" ascii="326" modifiers="" />
|
||||
<event name="del" type="key" code="127" ascii="0" modifiers="" />
|
||||
<event name="ctrl" type="modifier" modifiers="ctrl" />
|
||||
<event name="alt" type="modifier" modifiers="alt" />
|
||||
<event name="shift" type="modifier" modifiers="shift" />
|
||||
<event name="caps" type="switch_mode" mode="lowercase" />
|
||||
<event name="symbols" type="switch_mode" mode="uppercasesymbols" />
|
||||
<event name="backspace" type="key" code="8" ascii="8" modifiers="" />
|
||||
<event name="enter" type="key" code="13" ascii="13" modifiers="" />
|
||||
<event name="|" type="key" code="124" ascii="124" modifiers="" />
|
||||
<event name="-" type="key" code="45" ascii="45" modifiers="" />
|
||||
<event name="=" type="key" code="61" ascii="61" modifiers="" />
|
||||
<event name="[" type="key" code="91" ascii="91" modifiers="" />
|
||||
<event name="]" type="key" code="93" ascii="93" modifiers="" />
|
||||
<event name="#" type="key" code="35" ascii="35" modifiers="" />
|
||||
<event name=";" type="key" code="59" ascii="59" modifiers="" />
|
||||
<event name="’" type="key" code="39" ascii="39" modifiers="" />
|
||||
<event name="," type="key" code="44" ascii="44" modifiers="" />
|
||||
<event name="." type="key" code="46" ascii="46" modifiers="" />
|
||||
<event name="/" type="key" code="47" ascii="47" modifiers="" />
|
||||
<event name="space" type="key" code="32" ascii="32" modifiers="" />
|
||||
<event name="tab" type="key" code="9" ascii="9" modifiers="" />
|
||||
<event name="A" type="key" code="97" ascii="65" modifiers="shift" />
|
||||
<event name="B" type="key" code="98" ascii="66" modifiers="shift" />
|
||||
<event name="C" type="key" code="99" ascii="67" modifiers="shift" />
|
||||
<event name="D" type="key" code="100" ascii="68" modifiers="shift" />
|
||||
<event name="E" type="key" code="101" ascii="69" modifiers="shift" />
|
||||
<event name="F" type="key" code="102" ascii="70" modifiers="shift" />
|
||||
<event name="G" type="key" code="103" ascii="71" modifiers="shift" />
|
||||
<event name="H" type="key" code="104" ascii="72" modifiers="shift" />
|
||||
<event name="I" type="key" code="105" ascii="73" modifiers="shift" />
|
||||
<event name="J" type="key" code="106" ascii="74" modifiers="shift" />
|
||||
<event name="K" type="key" code="107" ascii="75" modifiers="shift" />
|
||||
<event name="L" type="key" code="108" ascii="76" modifiers="shift" />
|
||||
<event name="M" type="key" code="109" ascii="77" modifiers="shift" />
|
||||
<event name="N" type="key" code="110" ascii="78" modifiers="shift" />
|
||||
<event name="O" type="key" code="111" ascii="79" modifiers="shift" />
|
||||
<event name="P" type="key" code="112" ascii="80" modifiers="shift" />
|
||||
<event name="Q" type="key" code="113" ascii="81" modifiers="shift" />
|
||||
<event name="R" type="key" code="114" ascii="82" modifiers="shift" />
|
||||
<event name="S" type="key" code="115" ascii="83" modifiers="shift" />
|
||||
<event name="T" type="key" code="116" ascii="84" modifiers="shift" />
|
||||
<event name="U" type="key" code="117" ascii="85" modifiers="shift" />
|
||||
<event name="V" type="key" code="118" ascii="86" modifiers="shift" />
|
||||
<event name="W" type="key" code="119" ascii="87" modifiers="shift" />
|
||||
<event name="X" type="key" code="120" ascii="88" modifiers="shift" />
|
||||
<event name="Y" type="key" code="121" ascii="89" modifiers="shift" />
|
||||
<event name="Z" type="key" code="122" ascii="90" modifiers="shift" />
|
||||
<event name="0" type="key" code="48" ascii="48" modifiers="" />
|
||||
<event name="1" type="key" code="49" ascii="49" modifiers="" />
|
||||
<event name="2" type="key" code="50" ascii="50" modifiers="" />
|
||||
<event name="3" type="key" code="51" ascii="51" modifiers="" />
|
||||
<event name="4" type="key" code="52" ascii="52" modifiers="" />
|
||||
<event name="5" type="key" code="53" ascii="53" modifiers="" />
|
||||
<event name="6" type="key" code="54" ascii="54" modifiers="" />
|
||||
<event name="7" type="key" code="55" ascii="55" modifiers="" />
|
||||
<event name="8" type="key" code="56" ascii="56" modifiers="" />
|
||||
<event name="9" type="key" code="57" ascii="57" modifiers="" />
|
||||
<event name="ok" type="submit" />
|
||||
<event name="cancel" type="cancel" />
|
||||
<event name="quit" type="submit" />
|
||||
<event name="delete" type="delete" />
|
||||
</mode>
|
||||
|
||||
<!-- Lowercase Symbols -->
|
||||
<mode name="lowercasesymbols" resolutions="800x399">
|
||||
<layout resolution="800x399" bitmap="lowercase-symbols800x399.bmp" transparent_color="255,0,255">
|
||||
<map>
|
||||
<area shape="rect" coords="25,24,775,53" target="display_area"/>
|
||||
<area shape="rect" coords="22,64,65,110" target="esc" />
|
||||
<area shape="rect" coords="72,64,118,110" target="f1" />
|
||||
<area shape="rect" coords="124,64,169,110" target="f2" />
|
||||
<area shape="rect" coords="175,64,220,110" target="f3" />
|
||||
<area shape="rect" coords="227,64,272,110" target="f4" />
|
||||
<area shape="rect" coords="278,64,324,110" target="f5" />
|
||||
<area shape="rect" coords="331,64,376,110" target="f6" />
|
||||
<area shape="rect" coords="382,64,428,110" target="f7" />
|
||||
<area shape="rect" coords="434,64,479,110" target="f8" />
|
||||
<area shape="rect" coords="486,64,531,110" target="f9" />
|
||||
<area shape="rect" coords="537,64,582,110" target="f10" />
|
||||
<area shape="rect" coords="588,64,633,110" target="f11" />
|
||||
<area shape="rect" coords="640,64,685,110" target="f12" />
|
||||
<area shape="rect" coords="691,64,777,110" target="delete" />
|
||||
<area shape="rect" coords="22,117,66,162" target="¬" />
|
||||
<area shape="rect" coords="71,117,117,162" target="!" />
|
||||
<area shape="rect" coords="123,117,169,162" target="quote" />
|
||||
<area shape="rect" coords="174,117,220,162" target="£" />
|
||||
<area shape="rect" coords="227,117,272,162" target="$" />
|
||||
<area shape="rect" coords="278,117,323,162" target="%" />
|
||||
<area shape="rect" coords="331,117,376,162" target="^" />
|
||||
<area shape="rect" coords="382,117,428,162" target="&" />
|
||||
<area shape="rect" coords="434,117,479,162" target="*" />
|
||||
<area shape="rect" coords="486,117,531,162" target="(" />
|
||||
<area shape="rect" coords="537,117,583,162" target=")" />
|
||||
<area shape="rect" coords="588,117,633,162" target="_" />
|
||||
<area shape="rect" coords="639,117,685,162" target="+" />
|
||||
<area shape="rect" coords="691,117,746,162" target="backspace" />
|
||||
<area shape="rect" coords="752,117,777,162" target="del" />
|
||||
<area shape="rect" coords="22,170,86,215" target="tab" />
|
||||
<area shape="rect" coords="92,170,138,215" target="q" />
|
||||
<area shape="rect" coords="143,170,189,215" target="w" />
|
||||
<area shape="rect" coords="196,170,241,215" target="e" />
|
||||
<area shape="rect" coords="247,170,292,215" target="r" />
|
||||
<area shape="rect" coords="300,170,345,215" target="t" />
|
||||
<area shape="rect" coords="352,170,397,215" target="y" />
|
||||
<area shape="rect" coords="403,170,448,215" target="u" />
|
||||
<area shape="rect" coords="454,170,500,215" target="i" />
|
||||
<area shape="rect" coords="507,170,552,215" target="o" />
|
||||
<area shape="rect" coords="558,170,603,215" target="p" />
|
||||
<area shape="rect" coords="610,170,655,215" target="{" />
|
||||
<area shape="rect" coords="662,170,707,215" target="}" />
|
||||
<area shape="rect" coords="713,170,777,215" target="~" />
|
||||
<area shape="rect" coords="22,222,105,267" target="caps" />
|
||||
<area shape="rect" coords="113,222,158,267" target="a" />
|
||||
<area shape="rect" coords="165,222,210,267" target="s" />
|
||||
<area shape="rect" coords="216,222,261,267" target="d" />
|
||||
<area shape="rect" coords="268,222,314,267" target="f" />
|
||||
<area shape="rect" coords="319,222,364,267" target="g" />
|
||||
<area shape="rect" coords="372,222,417,267" target="h" />
|
||||
<area shape="rect" coords="423,222,469,267" target="j" />
|
||||
<area shape="rect" coords="476,222,521,267" target="k" />
|
||||
<area shape="rect" coords="527,222,572,267" target="l" />
|
||||
<area shape="rect" coords="579,222,624,267" target=":" />
|
||||
<area shape="rect" coords="629,222,675,267" target="@" />
|
||||
<area shape="rect" coords="681,222,777,267" target="enter" />
|
||||
<area shape="rect" coords="22,275,125,320" target="shift" />
|
||||
<area shape="rect" coords="146,274,192,320" target="z" />
|
||||
<area shape="rect" coords="198,274,243,320" target="x" />
|
||||
<area shape="rect" coords="250,274,295,320" target="c" />
|
||||
<area shape="rect" coords="301,274,346,320" target="v" />
|
||||
<area shape="rect" coords="353,274,397,320" target="b" />
|
||||
<area shape="rect" coords="405,274,450,320" target="n" />
|
||||
<area shape="rect" coords="456,274,501,320" target="m" />
|
||||
<area shape="rect" coords="508,274,553,320" target="<" />
|
||||
<area shape="rect" coords="560,274,604,320" target=">" />
|
||||
<area shape="rect" coords="611,274,656,320" target="?" />
|
||||
<area shape="rect" coords="677,275,777,320" target="symbols" />
|
||||
<area shape="rect" coords="21,326,86,372" target="ctrl" />
|
||||
<area shape="rect" coords="96,326,157,372" target="alt" />
|
||||
<area shape="rect" coords="168,326,655,372" target="space" />
|
||||
<area shape="rect" coords="671,326,719,372" target="ok" />
|
||||
<area shape="rect" coords="731,326,778,372" target="cancel" />
|
||||
</map>
|
||||
</layout>
|
||||
<event name="esc" type="key" code="27" ascii="27" modifiers="" />
|
||||
<event name="f1" type="key" code="282" ascii="315" modifiers="" />
|
||||
<event name="f2" type="key" code="283" ascii="316" modifiers="" />
|
||||
<event name="f3" type="key" code="284" ascii="317" modifiers="" />
|
||||
<event name="f4" type="key" code="285" ascii="318" modifiers="" />
|
||||
<event name="f5" type="key" code="286" ascii="319" modifiers="" />
|
||||
<event name="f6" type="key" code="287" ascii="320" modifiers="" />
|
||||
<event name="f7" type="key" code="288" ascii="321" modifiers="" />
|
||||
<event name="f8" type="key" code="289" ascii="322" modifiers="" />
|
||||
<event name="f9" type="key" code="290" ascii="323" modifiers="" />
|
||||
<event name="f10" type="key" code="291" ascii="324" modifiers="" />
|
||||
<event name="f11" type="key" code="292" ascii="325" modifiers="" />
|
||||
<event name="f12" type="key" code="293" ascii="326" modifiers="" />
|
||||
<event name="del" type="key" code="127" ascii="0" modifiers="" />
|
||||
<event name="ctrl" type="modifier" modifiers="ctrl" />
|
||||
<event name="alt" type="modifier" modifiers="alt" />
|
||||
<event name="shift" type="modifier" modifiers="shift" />
|
||||
<event name="symbols" type="switch_mode" mode="lowercase" />
|
||||
<event name="caps" type="switch_mode" mode="uppercasesymbols" />
|
||||
<event name="backspace" type="key" code="8" ascii="8" modifiers="" />
|
||||
<event name="enter" type="key" code="13" ascii="13" modifiers="" />
|
||||
<event name="quote" type="key" code="34" ascii="34" modifiers="" />
|
||||
<event name="£" type="key" code="163" ascii="163" modifiers="" />
|
||||
<event name="$" type="key" code="36" ascii="36" modifiers="" />
|
||||
<event name="%" type="key" code="37" ascii="37" modifiers="" />
|
||||
<event name="^" type="key" code="94" ascii="94" modifiers="" />
|
||||
<event name="&" type="key" code="38" ascii="38" modifiers="" />
|
||||
<event name="*" type="key" code="42" ascii="42" modifiers="" />
|
||||
<event name="(" type="key" code="40" ascii="40" modifiers="" />
|
||||
<event name=")" type="key" code="41" ascii="41" modifiers="" />
|
||||
<event name="_" type="key" code="95" ascii="95" modifiers="" />
|
||||
<event name="+" type="key" code="43" ascii="43" modifiers="" />
|
||||
<event name="¬" type="key" code="172" ascii="172" modifiers="" />
|
||||
<event name="!" type="key" code="33" ascii="33" modifiers="" />
|
||||
<event name="{" type="key" code="123" ascii="123" modifiers="" />
|
||||
<event name="}" type="key" code="125" ascii="125" modifiers="" />
|
||||
<event name="~" type="key" code="126" ascii="126" modifiers="" />
|
||||
<event name=":" type="key" code="58" ascii="58" modifiers="" />
|
||||
<event name="@" type="key" code="64" ascii="64" modifiers="" />
|
||||
<event name="<" type="key" code="60" ascii="60" modifiers="" />
|
||||
<event name=">" type="key" code="62" ascii="62" modifiers="" />
|
||||
<event name="?" type="key" code="63" ascii="63" modifiers="" />
|
||||
<event name="space" type="key" code="32" ascii="32" modifiers="" />
|
||||
<event name="tab" type="key" code="9" ascii="9" modifiers="" />
|
||||
<event name="a" type="key" code="97" ascii="97" modifiers="" />
|
||||
<event name="b" type="key" code="98" ascii="98" modifiers="" />
|
||||
<event name="c" type="key" code="99" ascii="99" modifiers="" />
|
||||
<event name="d" type="key" code="100" ascii="100" modifiers="" />
|
||||
<event name="e" type="key" code="101" ascii="101" modifiers="" />
|
||||
<event name="f" type="key" code="102" ascii="102" modifiers="" />
|
||||
<event name="g" type="key" code="103" ascii="103" modifiers="" />
|
||||
<event name="h" type="key" code="104" ascii="104" modifiers="" />
|
||||
<event name="i" type="key" code="105" ascii="105" modifiers="" />
|
||||
<event name="j" type="key" code="106" ascii="106" modifiers="" />
|
||||
<event name="k" type="key" code="107" ascii="107" modifiers="" />
|
||||
<event name="l" type="key" code="108" ascii="108" modifiers="" />
|
||||
<event name="m" type="key" code="109" ascii="109" modifiers="" />
|
||||
<event name="n" type="key" code="110" ascii="110" modifiers="" />
|
||||
<event name="o" type="key" code="111" ascii="111" modifiers="" />
|
||||
<event name="p" type="key" code="112" ascii="112" modifiers="" />
|
||||
<event name="q" type="key" code="113" ascii="113" modifiers="" />
|
||||
<event name="r" type="key" code="114" ascii="114" modifiers="" />
|
||||
<event name="s" type="key" code="115" ascii="115" modifiers="" />
|
||||
<event name="t" type="key" code="116" ascii="116" modifiers="" />
|
||||
<event name="u" type="key" code="117" ascii="117" modifiers="" />
|
||||
<event name="v" type="key" code="118" ascii="118" modifiers="" />
|
||||
<event name="w" type="key" code="119" ascii="119" modifiers="" />
|
||||
<event name="x" type="key" code="120" ascii="120" modifiers="" />
|
||||
<event name="y" type="key" code="121" ascii="121" modifiers="" />
|
||||
<event name="z" type="key" code="122" ascii="122" modifiers="" />
|
||||
<event name="ok" type="submit" />
|
||||
<event name="cancel" type="cancel" />
|
||||
<event name="quit" type="submit" />
|
||||
<event name="delete" type="delete" />
|
||||
</mode>
|
||||
|
||||
<!-- Uppercase Symbols -->
|
||||
<mode name="uppercasesymbols" resolutions="800x399">
|
||||
<layout resolution="800x399" bitmap="uppercase-symbols800x399.bmp" transparent_color="255,0,255">
|
||||
<map>
|
||||
<area shape="rect" coords="25,24,775,53" target="display_area"/>
|
||||
<area shape="rect" coords="22,64,65,110" target="esc" />
|
||||
<area shape="rect" coords="72,64,118,110" target="f1" />
|
||||
<area shape="rect" coords="124,64,169,110" target="f2" />
|
||||
<area shape="rect" coords="175,64,220,110" target="f3" />
|
||||
<area shape="rect" coords="227,64,272,110" target="f4" />
|
||||
<area shape="rect" coords="278,64,324,110" target="f5" />
|
||||
<area shape="rect" coords="331,64,376,110" target="f6" />
|
||||
<area shape="rect" coords="382,64,428,110" target="f7" />
|
||||
<area shape="rect" coords="434,64,479,110" target="f8" />
|
||||
<area shape="rect" coords="486,64,531,110" target="f9" />
|
||||
<area shape="rect" coords="537,64,582,110" target="f10" />
|
||||
<area shape="rect" coords="588,64,633,110" target="f11" />
|
||||
<area shape="rect" coords="640,64,685,110" target="f12" />
|
||||
<area shape="rect" coords="691,64,777,110" target="delete" />
|
||||
<area shape="rect" coords="22,117,66,162" target="¬" />
|
||||
<area shape="rect" coords="71,117,117,162" target="!" />
|
||||
<area shape="rect" coords="123,117,169,162" target="quote" />
|
||||
<area shape="rect" coords="174,117,220,162" target="£" />
|
||||
<area shape="rect" coords="227,117,272,162" target="$" />
|
||||
<area shape="rect" coords="278,117,323,162" target="%" />
|
||||
<area shape="rect" coords="331,117,376,162" target="^" />
|
||||
<area shape="rect" coords="382,117,428,162" target="&" />
|
||||
<area shape="rect" coords="434,117,479,162" target="*" />
|
||||
<area shape="rect" coords="486,117,531,162" target="(" />
|
||||
<area shape="rect" coords="537,117,583,162" target=")" />
|
||||
<area shape="rect" coords="588,117,633,162" target="_" />
|
||||
<area shape="rect" coords="639,117,685,162" target="+" />
|
||||
<area shape="rect" coords="691,117,746,162" target="backspace" />
|
||||
<area shape="rect" coords="752,117,777,162" target="del" />
|
||||
<area shape="rect" coords="22,170,86,215" target="tab" />
|
||||
<area shape="rect" coords="92,170,138,215" target="Q" />
|
||||
<area shape="rect" coords="143,170,189,215" target="W" />
|
||||
<area shape="rect" coords="196,170,241,215" target="E" />
|
||||
<area shape="rect" coords="247,170,292,215" target="R" />
|
||||
<area shape="rect" coords="300,170,345,215" target="T" />
|
||||
<area shape="rect" coords="352,170,397,215" target="Y" />
|
||||
<area shape="rect" coords="403,170,448,215" target="U" />
|
||||
<area shape="rect" coords="454,170,500,215" target="I" />
|
||||
<area shape="rect" coords="507,170,552,215" target="O" />
|
||||
<area shape="rect" coords="558,170,603,215" target="P" />
|
||||
<area shape="rect" coords="610,170,655,215" target="{" />
|
||||
<area shape="rect" coords="662,170,707,215" target="}" />
|
||||
<area shape="rect" coords="713,170,777,215" target="~" />
|
||||
<area shape="rect" coords="22,222,105,267" target="caps" />
|
||||
<area shape="rect" coords="113,222,158,267" target="A" />
|
||||
<area shape="rect" coords="165,222,210,267" target="S" />
|
||||
<area shape="rect" coords="216,222,261,267" target="D" />
|
||||
<area shape="rect" coords="268,222,314,267" target="F" />
|
||||
<area shape="rect" coords="319,222,364,267" target="G" />
|
||||
<area shape="rect" coords="372,222,417,267" target="H" />
|
||||
<area shape="rect" coords="423,222,469,267" target="J" />
|
||||
<area shape="rect" coords="476,222,521,267" target="K" />
|
||||
<area shape="rect" coords="527,222,572,267" target="L" />
|
||||
<area shape="rect" coords="579,222,624,267" target=":" />
|
||||
<area shape="rect" coords="629,222,675,267" target="@" />
|
||||
<area shape="rect" coords="681,222,777,267" target="enter" />
|
||||
<area shape="rect" coords="22,275,125,320" target="shift" />
|
||||
<area shape="rect" coords="146,274,192,320" target="Z" />
|
||||
<area shape="rect" coords="198,274,243,320" target="X" />
|
||||
<area shape="rect" coords="250,274,295,320" target="C" />
|
||||
<area shape="rect" coords="301,274,346,320" target="V" />
|
||||
<area shape="rect" coords="353,274,397,320" target="B" />
|
||||
<area shape="rect" coords="405,274,450,320" target="N" />
|
||||
<area shape="rect" coords="456,274,501,320" target="M" />
|
||||
<area shape="rect" coords="508,274,553,320" target="<" />
|
||||
<area shape="rect" coords="560,274,604,320" target=">" />
|
||||
<area shape="rect" coords="611,274,656,320" target="?" />
|
||||
<area shape="rect" coords="677,275,777,320" target="symbols" />
|
||||
<area shape="rect" coords="21,326,86,372" target="ctrl" />
|
||||
<area shape="rect" coords="96,326,157,372" target="alt" />
|
||||
<area shape="rect" coords="168,326,655,372" target="space" />
|
||||
<area shape="rect" coords="671,326,719,372" target="ok" />
|
||||
<area shape="rect" coords="731,326,778,372" target="cancel" />
|
||||
</map>
|
||||
</layout>
|
||||
<event name="esc" type="key" code="27" ascii="27" modifiers="" />
|
||||
<event name="f1" type="key" code="282" ascii="315" modifiers="" />
|
||||
<event name="f2" type="key" code="283" ascii="316" modifiers="" />
|
||||
<event name="f3" type="key" code="284" ascii="317" modifiers="" />
|
||||
<event name="f4" type="key" code="285" ascii="318" modifiers="" />
|
||||
<event name="f5" type="key" code="286" ascii="319" modifiers="" />
|
||||
<event name="f6" type="key" code="287" ascii="320" modifiers="" />
|
||||
<event name="f7" type="key" code="288" ascii="321" modifiers="" />
|
||||
<event name="f8" type="key" code="289" ascii="322" modifiers="" />
|
||||
<event name="f9" type="key" code="290" ascii="323" modifiers="" />
|
||||
<event name="f10" type="key" code="291" ascii="324" modifiers="" />
|
||||
<event name="f11" type="key" code="292" ascii="325" modifiers="" />
|
||||
<event name="f12" type="key" code="293" ascii="326" modifiers="" />
|
||||
<event name="del" type="key" code="127" ascii="0" modifiers="" />
|
||||
<event name="ctrl" type="modifier" modifiers="ctrl" />
|
||||
<event name="alt" type="modifier" modifiers="alt" />
|
||||
<event name="shift" type="switch_mode" mode="shiftlowercase" />
|
||||
<event name="caps" type="switch_mode" mode="lowercasesymbols" />
|
||||
<event name="symbols" type="switch_mode" mode="uppercase" />
|
||||
<event name="backspace" type="key" code="8" ascii="8" modifiers="" />
|
||||
<event name="enter" type="key" code="13" ascii="13" modifiers="" />
|
||||
<event name="quote" type="key" code="34" ascii="34" modifiers="" />
|
||||
<event name="£" type="key" code="163" ascii="163" modifiers="" />
|
||||
<event name="$" type="key" code="36" ascii="36" modifiers="" />
|
||||
<event name="%" type="key" code="37" ascii="37" modifiers="" />
|
||||
<event name="^" type="key" code="94" ascii="94" modifiers="" />
|
||||
<event name="&" type="key" code="38" ascii="38" modifiers="" />
|
||||
<event name="*" type="key" code="42" ascii="42" modifiers="" />
|
||||
<event name="(" type="key" code="40" ascii="40" modifiers="" />
|
||||
<event name=")" type="key" code="41" ascii="41" modifiers="" />
|
||||
<event name="_" type="key" code="95" ascii="95" modifiers="" />
|
||||
<event name="+" type="key" code="43" ascii="43" modifiers="" />
|
||||
<event name="¬" type="key" code="172" ascii="172" modifiers="" />
|
||||
<event name="!" type="key" code="33" ascii="33" modifiers="" />
|
||||
<event name="{" type="key" code="123" ascii="123" modifiers="" />
|
||||
<event name="}" type="key" code="125" ascii="125" modifiers="" />
|
||||
<event name="~" type="key" code="126" ascii="126" modifiers="" />
|
||||
<event name=":" type="key" code="58" ascii="58" modifiers="" />
|
||||
<event name="@" type="key" code="64" ascii="64" modifiers="" />
|
||||
<event name="<" type="key" code="60" ascii="60" modifiers="" />
|
||||
<event name=">" type="key" code="62" ascii="62" modifiers="" />
|
||||
<event name="?" type="key" code="63" ascii="63" modifiers="" />
|
||||
<event name="space" type="key" code="32" ascii="32" modifiers="" />
|
||||
<event name="tab" type="key" code="9" ascii="9" modifiers="" />
|
||||
<event name="A" type="key" code="97" ascii="65" modifiers="shift" />
|
||||
<event name="B" type="key" code="98" ascii="66" modifiers="shift" />
|
||||
<event name="C" type="key" code="99" ascii="67" modifiers="shift" />
|
||||
<event name="D" type="key" code="100" ascii="68" modifiers="shift" />
|
||||
<event name="E" type="key" code="101" ascii="69" modifiers="shift" />
|
||||
<event name="F" type="key" code="102" ascii="70" modifiers="shift" />
|
||||
<event name="G" type="key" code="103" ascii="71" modifiers="shift" />
|
||||
<event name="H" type="key" code="104" ascii="72" modifiers="shift" />
|
||||
<event name="I" type="key" code="105" ascii="73" modifiers="shift" />
|
||||
<event name="J" type="key" code="106" ascii="74" modifiers="shift" />
|
||||
<event name="K" type="key" code="107" ascii="75" modifiers="shift" />
|
||||
<event name="L" type="key" code="108" ascii="76" modifiers="shift" />
|
||||
<event name="M" type="key" code="109" ascii="77" modifiers="shift" />
|
||||
<event name="N" type="key" code="110" ascii="78" modifiers="shift" />
|
||||
<event name="O" type="key" code="111" ascii="79" modifiers="shift" />
|
||||
<event name="P" type="key" code="112" ascii="80" modifiers="shift" />
|
||||
<event name="Q" type="key" code="113" ascii="81" modifiers="shift" />
|
||||
<event name="R" type="key" code="114" ascii="82" modifiers="shift" />
|
||||
<event name="S" type="key" code="115" ascii="83" modifiers="shift" />
|
||||
<event name="T" type="key" code="116" ascii="84" modifiers="shift" />
|
||||
<event name="U" type="key" code="117" ascii="85" modifiers="shift" />
|
||||
<event name="V" type="key" code="118" ascii="86" modifiers="shift" />
|
||||
<event name="W" type="key" code="119" ascii="87" modifiers="shift" />
|
||||
<event name="X" type="key" code="120" ascii="88" modifiers="shift" />
|
||||
<event name="Y" type="key" code="121" ascii="89" modifiers="shift" />
|
||||
<event name="Z" type="key" code="122" ascii="90" modifiers="shift" />
|
||||
<event name="0" type="key" code="48" ascii="48" modifiers="" />
|
||||
<event name="1" type="key" code="49" ascii="49" modifiers="" />
|
||||
<event name="2" type="key" code="50" ascii="50" modifiers="" />
|
||||
<event name="3" type="key" code="51" ascii="51" modifiers="" />
|
||||
<event name="4" type="key" code="52" ascii="52" modifiers="" />
|
||||
<event name="5" type="key" code="53" ascii="53" modifiers="" />
|
||||
<event name="6" type="key" code="54" ascii="54" modifiers="" />
|
||||
<event name="7" type="key" code="55" ascii="55" modifiers="" />
|
||||
<event name="8" type="key" code="56" ascii="56" modifiers="" />
|
||||
<event name="9" type="key" code="57" ascii="57" modifiers="" />
|
||||
<event name="ok" type="submit" />
|
||||
<event name="cancel" type="cancel" />
|
||||
<event name="quit" type="submit" />
|
||||
<event name="delete" type="delete" />
|
||||
</mode>
|
||||
</keyboard>
|