skin: add wearable-general skin
authorGiWoong Kim <giwoong.kim@samsung.com>
Mon, 30 Mar 2015 08:34:31 +0000 (17:34 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Mon, 30 Mar 2015 08:38:09 +0000 (17:38 +0900)
add wearable-general-1btn skin
add short cut of mobile-general-3btn skin

Change-Id: I589fc241b2c56364f4af8fe0cbecd160b679c17e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/ui/resource/skins/mobile-general-3btn/controller/Key Window/layout.xml
tizen/src/ui/resource/skins/wearable-general-1btn/controller/Key Window/layout.xml [new file with mode: 0644]
tizen/src/ui/resource/skins/wearable-general-1btn/info.ini [new file with mode: 0644]
tizen/src/ui/resource/skins/wearable-general-1btn/layout.xml [new file with mode: 0644]

index 73bcec9ee1a4fb751cb5e6d833b59890b7928dc5..bde2c37c7b94c062c90a1e02b149cd96978fbc1b 100644 (file)
@@ -6,10 +6,12 @@
             <key name="Menu">
                 <keycode>169</keycode>
                 <tooltip>Menu</tooltip>
+                <shortcut>F2</shortcut>
             </key>
             <key name="Home">
                 <keycode>139</keycode>
                 <tooltip>Home</tooltip>
+                <shortcut>F1</shortcut>
             </key>
             <key name="Back">
                 <keycode>158</keycode>
             <key name="Power">
                 <keycode>116</keycode>
                 <tooltip>Power</tooltip>
+                <shortcut>F3</shortcut>
             </key>
             <key name="Volume +">
                 <keycode>115</keycode>
                 <tooltip>Volume +</tooltip>
+                <shortcut>Ctrl+Num++</shortcut>
             </key>
             <key name="Volume -">
                 <keycode>114</keycode>
                 <tooltip>Volume -</tooltip>
+                <shortcut>Ctrl+Num+-</shortcut>
             </key>
         </keyList>
     </form>
diff --git a/tizen/src/ui/resource/skins/wearable-general-1btn/controller/Key Window/layout.xml b/tizen/src/ui/resource/skins/wearable-general-1btn/controller/Key Window/layout.xml
new file mode 100644 (file)
index 0000000..7c4839d
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ControllerUI xmlns="http://www.tizen.org/emulator/ui/layout">
+    <layoutVersion>2.4</layoutVersion>
+    <form>
+        <keyList>
+            <key name="Power">
+                <keycode>116</keycode>
+                <tooltip>Power</tooltip>
+                <shortcut>F3</shortcut>
+            </key>
+        </keyList>
+    </form>
+</ControllerUI>
diff --git a/tizen/src/ui/resource/skins/wearable-general-1btn/info.ini b/tizen/src/ui/resource/skins/wearable-general-1btn/info.ini
new file mode 100644 (file)
index 0000000..96ef1c0
--- /dev/null
@@ -0,0 +1,4 @@
+skin.name=General purpose wearable
+resolution.width=all
+resolution.height=all
+manager.priority=2
diff --git a/tizen/src/ui/resource/skins/wearable-general-1btn/layout.xml b/tizen/src/ui/resource/skins/wearable-general-1btn/layout.xml
new file mode 100644 (file)
index 0000000..17ac355
--- /dev/null
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<EmulatorUI xmlns="http://www.tizen.org/emulator/ui/layout">
+    <layoutVersion>2.4</layoutVersion>
+    <formList>
+        <form name="Portrait">
+            <display>
+                <angle>0</angle>
+            </display>
+        </form>
+        <form name="Landscape">
+            <display>
+                <angle>270</angle>
+            </display>
+        </form>
+        <form name="Reverse Portrait">
+            <display>
+                <angle>180</angle>
+            </display>
+        </form>
+        <form name="Reverse Landscape">
+            <display>
+                <angle>90</angle>
+            </display>
+        </form>
+    </formList>
+
+    <menuList>
+        <infoItem>
+            <shortcut>Ctrl+F1</shortcut>
+        </infoItem>
+        <separator/>
+        <onTopItem name="Always on Top">
+            <shortcut>Ctrl+F2</shortcut>
+        </onTopItem>
+        <switchItem name="Rotate">
+            <shortcut property="prev">Ctrl+Num+7</shortcut>
+            <shortcut property="next">Ctrl+Num+9</shortcut>
+        </switchItem>
+        <separator/>
+        <advancedItem>
+            <menuList>
+                <screenShotItem name="Screen Shot">
+                    <shortcut>Ctrl+F7</shortcut>
+                </screenShotItem>
+                <separator/>
+                <aboutItem name="About"/>
+                <forceCloseItem name="Force Close">
+                    <shortcut>Ctrl+F4</shortcut>
+                </forceCloseItem>
+            </menuList>
+        </advancedItem>
+        <shellItem name="Shell">
+            <shortcut>Ctrl+F5</shortcut>
+        </shellItem>
+        <controlPanelItem name="Control Panel">
+            <shortcut>Ctrl+F6</shortcut>
+        </controlPanelItem>
+        <separator/>
+        <closeItem name="Close">
+            <shortcut>F4</shortcut>
+        </closeItem>
+    </menuList>
+
+</EmulatorUI>