skin: make menu key button
[sdk/emulator/qemu.git] / tizen / src / ui / resource / skins / mobile / mobile-general-3btn / controller / key-window / layout.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ControllerUI xmlns="http://www.tizen.org/emulator/ui/layout">
3     <layoutVersion>2.4</layoutVersion>
4     <form name="Key Window">
5         <keyList>
6             <key name="Menu">
7                 <keycode>169</keycode>
8                 <!-- shortcut: on MacOSX, "Ctrl" means not Command key but Control key -->
9                 <shortcut>Ctrl+Shift+F6</shortcut>
10             </key>
11             <key name="Home">
12                 <keycode>139</keycode>
13                 <shortcut>Ctrl+Shift+F5</shortcut>
14             </key>
15             <key name="Back">
16                 <keycode>158</keycode>
17                 <shortcut>Esc</shortcut>
18             </key>
19
20             <key name="Power">
21                 <keycode>116</keycode>
22                 <shortcut>Ctrl+Shift+F8</shortcut>
23             </key>
24             <key name="VolumeUp">
25                 <keycode>115</keycode>
26                 <shortcut>Ctrl+Shift+]</shortcut>
27             </key>
28             <key name="VolumeDown">
29                 <keycode>114</keycode>
30                 <shortcut>Ctrl+Shift+[</shortcut>
31             </key>
32         </keyList>
33         <form name="Menu Window">
34             <keyList>
35                 <key name="Rotate">
36                     <shortcut>Ctrl+Shift+Left</shortcut>
37                 </key>
38                 <key name="Shell">
39                     <shortcut>Ctrl+Shift+S</shortcut>
40                 </key>
41                 <key name="Control Panel">
42                     <shortcut>Ctrl+Shift+P</shortcut>
43                 </key>
44                 <key name="Screen Shot">
45                     <shortcut>Ctrl+Shift+F12</shortcut>
46                 </key>
47             </keyList>
48         </form>
49     </form>
50 </ControllerUI>