shortcuts: change Scale function shortcuts
authorJihye Won <jihye.won1@samsung.com>
Mon, 11 Jan 2016 03:41:26 +0000 (12:41 +0900)
committerJiHye Won <jihye.won1@samsung.com>
Fri, 15 Jan 2016 05:48:15 +0000 (14:48 +0900)
I changed Scale function shortcuts because MacOSX
uses Control+Shift+Arrows Keys for Mission Control Shortcuts.
Mission Control Shortcuts are enable as the default setting on MacOSX.
So, I changed shortcuts for Scale function to avoid the system shortcuts.

Change-Id: I8a4fe87e79e0a216058d17e320e1fb22c682f2ab
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
tizen/src/ui/resource/skins/mobile-320x480-3btn/layout.xml
tizen/src/ui/resource/skins/mobile/mobile-480x800-3btn/layout.xml
tizen/src/ui/resource/skins/mobile/mobile-540x960-3btn/layout.xml
tizen/src/ui/resource/skins/mobile/mobile-720x1280-3btn/layout.xml
tizen/src/ui/resource/skins/mobile/mobile-general-3btn/layout.xml
tizen/src/ui/resource/skins/tv/tv-1920x1080/layout.xml

index e595d5045e97e7566aac3135759ffc2e0602964e..f5973b20e4a5ff38696c81c483756d245a0e71fd 100644 (file)
             <shortcut property="next">Ctrl+Shift+Right</shortcut>
         </switchItem>
         <scaleItem name="Scale">
-            <shortcut property="prev">Ctrl+Shift+Up</shortcut>
-            <shortcut property="next">Ctrl+Shift+Down</shortcut>
+            <shortcut property="prev">Ctrl+Shift+=</shortcut>
+            <shortcut property="next">Ctrl+Shift+-</shortcut>
             <factorList default="50">
                 <factor name="1x">100</factor>
                 <factor name="3/4x">75</factor>
index 7f42a637e62beb5abfc0b27b7e25b6bfa781821d..4aa43a8b0f066399bffe3f535534c02a2550fd64 100644 (file)
             <shortcut property="next">Ctrl+Shift+Right</shortcut>
         </switchItem>
         <scaleItem name="Scale">
-            <shortcut property="prev">Ctrl+Shift+Up</shortcut>
-            <shortcut property="next">Ctrl+Shift+Down</shortcut>
+            <shortcut property="prev">Ctrl+Shift+=</shortcut>
+            <shortcut property="next">Ctrl+Shift+-</shortcut>
             <factorList default="50">
                 <factor name="1x">100</factor>
                 <factor name="3/4x">75</factor>
index 2f6ff7dc2a27ef480db34fbbcbb0199802e86dd6..0283978a072ef9ebf8360b4cd3fe5cd98973db3c 100644 (file)
             <shortcut property="next">Ctrl+Shift+Right</shortcut>
         </switchItem>
         <scaleItem name="Scale">
-            <shortcut property="prev">Ctrl+Shift+Up</shortcut>
-            <shortcut property="next">Ctrl+Shift+Down</shortcut>
+            <shortcut property="prev">Ctrl+Shift+=</shortcut>
+            <shortcut property="next">Ctrl+Shift+-</shortcut>
             <factorList default="50">
                 <factor name="1x">100</factor>
                 <factor name="3/4x">75</factor>
index 22c20a12f2c26cdb071ae7ddb6d679b6e927924c..148e01d6dd4f121cdcd4af7763a41af4ca441f45 100644 (file)
             <shortcut property="next">Ctrl+Shift+Right</shortcut>
         </switchItem>
         <scaleItem name="Scale">
-            <shortcut property="prev">Ctrl+Shift+Up</shortcut>
-            <shortcut property="next">Ctrl+Shift+Down</shortcut>
+            <shortcut property="prev">Ctrl+Shift+=</shortcut>
+            <shortcut property="next">Ctrl+Shift+-</shortcut>
             <factorList default="50">
                 <factor name="1x">100</factor>
                 <factor name="3/4x">75</factor>
index dd735f3a340ae368b05df859a4836055e805f06a..2f4f46c8c03c08044ac2c55a8fa956f85c01cfc3 100644 (file)
@@ -41,8 +41,8 @@
             <shortcut property="next">Ctrl+Shift+Right</shortcut>
         </switchItem>
         <scaleItem name="Scale">
-            <shortcut property="prev">Ctrl+Shift+Up</shortcut>
-            <shortcut property="next">Ctrl+Shift+Down</shortcut>
+            <shortcut property="prev">Ctrl+Shift+=</shortcut>
+            <shortcut property="next">Ctrl+Shift+-</shortcut>
             <factorList default="50">
                 <factor name="1x">100</factor>
                 <factor name="3/4x">75</factor>
index e93dde5f677a110b67398938264f182a3896fc8f..b4be6997dd35ca32e9b6b7c0e7c03fff18c415dd 100644 (file)
@@ -24,8 +24,8 @@
             <shortcut>Ctrl+Shift+M</shortcut>
         </moveItem>
         <scaleItem name="Scale">
-            <shortcut property="prev">Ctrl+Shift+Up</shortcut>
-            <shortcut property="next">Ctrl+Shift+Down</shortcut>
+            <shortcut property="prev">Ctrl+Shift+=</shortcut>
+            <shortcut property="next">Ctrl+Shift+-</shortcut>
             <factorList default="50">
                 <factor name="1x">100</factor>
                 <factor name="3/4x">75</factor>