summaryrefslogtreecommitdiffstats
path: root/res/menu-xlarge/browser.xml
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2011-01-16 10:43:21 -0800
committerMichael Kolb <kolby@google.com>2011-01-25 11:34:46 -0800
commita418306e08e008da99cef929c48e05d2a101ceaf (patch)
tree840ba68fadf718280a7d5125e08ae4d4eacd0282 /res/menu-xlarge/browser.xml
parentf3702e7d41a67e4388a8533647d6a3c6f8ac92be (diff)
downloadpackages_apps_Browser-a418306e08e008da99cef929c48e05d2a101ceaf.zip
packages_apps_Browser-a418306e08e008da99cef929c48e05d2a101ceaf.tar.gz
packages_apps_Browser-a418306e08e008da99cef929c48e05d2a101ceaf.tar.bz2
hardware keyboard support
http://b/issue?id=3368141 http://b/issue?id=3368100 Removed duplicate key handling added focus transition from page to url bar once framework bug http://b/issue?id=3381411 is fixed, focus transitions in url bar will be fixed Change-Id: Id5011e78bf70d51a25a4e01cf31d9e6ad95ceab7
Diffstat (limited to 'res/menu-xlarge/browser.xml')
-rw-r--r--res/menu-xlarge/browser.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/res/menu-xlarge/browser.xml b/res/menu-xlarge/browser.xml
index bd255ae..1b52c9a 100644
--- a/res/menu-xlarge/browser.xml
+++ b/res/menu-xlarge/browser.xml
@@ -39,7 +39,7 @@
<item android:id="@+id/view_downloads_menu_id"
android:title="@string/menu_view_download"
android:icon="@drawable/ic_downloads_holo_dark"
- android:alphabeticShortcut="d" />
+ android:alphabeticShortcut="j" />
<item android:id="@+id/preferences_menu_id"
android:title="@string/menu_preferences"
android:icon="@drawable/ic_settings_holo_dark"
@@ -77,14 +77,12 @@
android:alphabeticShortcut="7" />
<item android:id="@+id/window_eight_menu_id"
android:alphabeticShortcut="8" />
- <item android:id="@+id/back_menu_id"
- android:alphabeticShortcut="j" />
- <item android:id="@+id/forward_menu_id"
- android:alphabeticShortcut="k" />
+ <item android:id="@+id/back_menu_id" />
+ <item android:id="@+id/forward_menu_id" />
<item android:id="@+id/bookmarks_menu_id"
android:alphabeticShortcut="b" />
<item android:id="@+id/add_bookmark_menu_id"
- android:alphabeticShortcut="a" />
+ android:alphabeticShortcut="d" />
<item android:id="@+id/stop_reload_menu_id"
android:alphabeticShortcut="r" />
<item android:id="@+id/goto_menu_id"