shortcuts: change Scale function shortcuts
authorJihye Won <jihye.won1@samsung.com>
Mon, 11 Jan 2016 03:41:26 +0000 (12:41 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 22 Jan 2016 02:18:46 +0000 (11:18 +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>
(cherry picked from commit 607fd715799e2fdb785242676e9346f5ca24b9cb)

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

index e2c5cd79d75caf95c4dab520de6a4a972fa9cd30..e5b6daeba562c8d04fe89f63d0a09d944cc69c71 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 79aecc0bbb72f6954a6373e8abc351494d45fbde..a531bac1ea8e1f459e0e2c971d70739e194dc404 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 920fecf230199199ffca1ebb5570dd8189d333c5..f837aba936d7832ed616a5a313d99af06ce7aa48 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 b939e3052f9e6534bf4994f68e693816d001c3a4..59d6b7fd413d64145d1e11df13ac572755fec431 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 7cc1b51b7f49224d7f0b7201e904c0a6967f1a03..829a390a1c15f2e260d3b52cb3002b3133b8ade9 100644 (file)
@@ -38,8 +38,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>