From dc2ee1bfb50b7bec0cf3215e3d298b246dc71101 Mon Sep 17 00:00:00 2001 From: Michael Kolb Date: Mon, 14 Feb 2011 14:34:40 -0800 Subject: fix shortcut handling Bugs: 3400078 3270434 3368141 3381411 Fixed controller to check for menu & ctrl keys for shortcuts Changed focus handling in url bar Keyboard focus transitions are not 100% working yet, but it's possible to navigate to all the elements Change-Id: I514d85a37dae2589e3ce1ecb18c7fc0bf4e715f3 --- src/com/android/browser/UI.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/com/android/browser/UI.java') diff --git a/src/com/android/browser/UI.java b/src/com/android/browser/UI.java index 8de2b19ab..34dcaeeda 100644 --- a/src/com/android/browser/UI.java +++ b/src/com/android/browser/UI.java @@ -118,6 +118,8 @@ public interface UI { void showMaxTabsWarning(); + void editUrl(boolean clearInput); + boolean dispatchKey(int code, KeyEvent event); } -- cgit v1.2.3