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

Unified Diff: remoting/tools/javascript_key_tester/keyboard_map.js

Issue 884703006: Handling PNaCl KeyboardInputEvent(s) in the key tester app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding disable_nacl==0 condition and disabling _jscompile target. Created 5 years, 11 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
Index: remoting/tools/javascript_key_tester/keyboard_map.js
diff --git a/remoting/tools/javascript_key_tester/keyboard_map.js b/remoting/tools/javascript_key_tester/keyboard_map.js
index 869bf54ae214286a876f2dc848e7608f76cb663b..8fd268a20184b27df93398e87b4e1712fd180666 100644
--- a/remoting/tools/javascript_key_tester/keyboard_map.js
+++ b/remoting/tools/javascript_key_tester/keyboard_map.js
@@ -3,6 +3,7 @@
* found in the LICENSE file.
*/
+/** @type {Array.<string>} */
var keyboardMap = [
'',
'',
« no previous file with comments | « remoting/tools/javascript_key_tester/chord_tracker.js ('k') | remoting/tools/javascript_key_tester/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698