From 47c329e35d7c34b9d15a894082e3118be27f64f0 Mon Sep 17 00:00:00 2001 From: Jihye Won Date: Wed, 23 Sep 2015 17:48:14 +0900 Subject: [PATCH] shortcut: changed the shortcut to execute Shell. Because VoiceOver keyboard shortcut on MacOSX is Ctrl+F5, I changed the shortcut from Ctrl+F5 into Ctrl+Shift+S. Also, the Ctrl key is Command key on MacOSX. Therefore, users can execute Shell(SDB) by pressing Command+Shift+S. New shortcut is more intuitive and avoids duplicate VoiceOver shortcut. Change-Id: I5d27e926b4c23512c23b4208d167e712fdcb9165 Signed-off-by: Jihye Won --- org.tizen.devtools/html/common_tools/keyboard_shortcuts.htm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/org.tizen.devtools/html/common_tools/keyboard_shortcuts.htm b/org.tizen.devtools/html/common_tools/keyboard_shortcuts.htm index ed4037f..f7fc910 100644 --- a/org.tizen.devtools/html/common_tools/keyboard_shortcuts.htm +++ b/org.tizen.devtools/html/common_tools/keyboard_shortcuts.htm @@ -941,11 +941,11 @@ Shell ubuntu windows - Ctrl+F5 + Ctrl+Shift+S mac - command+F5 + command+Shift+S Control Panel @@ -1076,8 +1076,7 @@ Menu selection ubuntu windows mac Enter - - + Mobile -- 2.7.4