aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2013-10-27 22:18:31 -0400
committerTeddy Wing2013-10-27 22:18:31 -0400
commit083cba5712aec007f6b6f5e07893f893926c2b0b (patch)
treefc31fc08bdd9cf54a51431d8e1a15423d0501aa7
parenta349967cadcef394a57e462b98bacaf12e443392 (diff)
downloadNo-More-GitHub-Neck-Cricks-for-Chrome-083cba5712aec007f6b6f5e07893f893926c2b0b.tar.bz2
Add info about graph navigation to README
Include a helpful translation key so you know how to move around the Network Graph since the controls stay the same even though the graph is rotated.
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index b67f946..e29c856 100644
--- a/README.md
+++ b/README.md
@@ -8,5 +8,21 @@ A Google Chrome browser extension that rotates the [GitHub](https://github.com)
To install the extension, open the Extensions window in Chrome and click 'Load unpacked extension…". In the file browser select the directory of this project.
+# Help! Mouse-dragging is all weird!
+The graph may be rotated, but the controls aren't. Here's a handy translation key.
+
+## Mouse dragging
+UP: graph moves RIGHT
+DOWN: graph moves LEFT
+LEFT: graph moves UP
+RIGHT: graph moves DOWN
+
+## Arrow keys (keyboard)
+UP: graph moves LEFT
+DOWN: graph moves RIGHT
+LEFT: graph moves UP
+RIGHT: graph moves DOWN
+
+
# License
No More GitHub Neck Cricks is licensed under the MIT License. See the included LICENSE file.