Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3427)

Unified Diff: chrome/app/chrome_dll.rc

Issue 2878059: Add keyboard shortcuts for next/previous pane on Chrome OS, and fix... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/views/accelerator_table_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll.rc
===================================================================
--- chrome/app/chrome_dll.rc (revision 53598)
+++ chrome/app/chrome_dll.rc (working copy)
@@ -46,12 +46,12 @@
VK_F3, IDC_FIND_NEXT, VIRTKEY
"G", IDC_FIND_PREVIOUS, VIRTKEY, CONTROL, SHIFT
VK_F3, IDC_FIND_PREVIOUS, VIRTKEY, SHIFT
- VK_F6, IDC_FOCUS_NEXT_PANE, VIRTKEY
- VK_F6, IDC_FOCUS_PREVIOUS_PANE, VIRTKEY, SHIFT
"D", IDC_FOCUS_LOCATION, VIRTKEY, ALT
"L", IDC_FOCUS_LOCATION, VIRTKEY, CONTROL
VK_F10, IDC_FOCUS_MENU_BAR, VIRTKEY
VK_MENU, IDC_FOCUS_MENU_BAR, VIRTKEY
+ VK_F6, IDC_FOCUS_NEXT_PANE, VIRTKEY
+ VK_F6, IDC_FOCUS_PREVIOUS_PANE, VIRTKEY, SHIFT
"K", IDC_FOCUS_SEARCH, VIRTKEY, CONTROL
"E", IDC_FOCUS_SEARCH, VIRTKEY, CONTROL
"T", IDC_FOCUS_TOOLBAR, VIRTKEY, SHIFT, ALT
« no previous file with comments | « no previous file | chrome/browser/views/accelerator_table_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698