skin: make menu key button
[sdk/emulator/qemu.git] / tizen / src / ui / resource / skins / wearable / wearable-general-2btn / 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="Back">
7                 <keycode>158</keycode>
8                 <shortcut>Esc</shortcut>
9            </key>
10            <key name="Power">
11                 <keycode>116</keycode>
12                 <!-- shortcut: on MacOSX, "Ctrl" means not Command key but Control key -->
13                 <shortcut>Ctrl+Shift+F8</shortcut>
14             </key>
15         </keyList>
16         <form name="Menu Window">
17             <keyList>
18                 <key name="Rotate">
19                     <shortcut>Ctrl+Shift+Left</shortcut>
20                 </key>
21                 <key name="Shell">
22                     <shortcut>Ctrl+Shift+S</shortcut>
23                 </key>
24                 <key name="Control Panel">
25                     <shortcut>Ctrl+Shift+P</shortcut>
26                 </key>
27                 <key name="Screen Shot">
28                     <shortcut>Ctrl+Shift+F12</shortcut>
29                 </key>
30             </keyList>
31         </form>
32     </form>
33 </ControllerUI>