Index: remoting/tools/javascript_key_tester/README |
diff --git a/remoting/tools/javascript_key_tester/README b/remoting/tools/javascript_key_tester/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0b0e492d4b4050272e63f294f94a1de77f3752fa |
--- /dev/null |
+++ b/remoting/tools/javascript_key_tester/README |
@@ -0,0 +1,9 @@ |
+The key tester is a Chrome app that dumps: |
+- PNaCl KeyboardInputEvent events |
+- JavaScript keydown/keyup events |
+ |
+To use the key tester: |
+1. Build: ninja -C out/Debug remoting_key_tester |
+2. In Chrome navigate to: chrome://extensions |
+3. Use "Load unpacked extension" to load the key tester |
+ |