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

Unified Diff: chrome/browser/resources/chromeos/keyboard_overlay_data.js

Issue 11280153: Add Search-. as a shortcut for the Insert key when Search is acting as a Function key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: chrome/browser/resources/chromeos/keyboard_overlay_data.js
diff --git a/chrome/browser/resources/chromeos/keyboard_overlay_data.js b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
index 8c4a4e2c36d822bd9ffcbf2f2b540e1c83afba04..6fff0047a315ee3bfba10747ba169514b1813e01 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -15897,6 +15897,7 @@ var keyboardOverlayData = {
'down<>SEARCH': 'keyboardOverlayPageDown',
'right<>SEARCH': 'keyboardOverlayEnd',
'up<>SEARCH': 'keyboardOverlayPageUp',
- 'left<>SEARCH': 'keyboardOverlayHome'
+ 'left<>SEARCH': 'keyboardOverlayHome',
+ '\\<>SEARCH': 'keyboardOverlayInsert'
}
};

Powered by Google App Engine
This is Rietveld 408576698