Add keyboard controls to indent & navigate through tasks

This commit is contained in:
Abhishek Das
2013-07-17 00:28:31 +05:30
parent 615fab272a
commit cfa8738b1d
2 changed files with 24 additions and 4 deletions
+6
View File
@@ -10,6 +10,12 @@ An open-source [Workflowy](http://workflowy.com) clone.
* Create a new database and import `schema/hackflowy.sql`.
* `node server.js`
##Controls
* <kbd>UP</kbd> & <kbd>DOWN</kbd>: navigate through tasks
* <kbd>TAB</kbd>: right-indent
* <kbd>SHIFT</kbd> + <kbd>TAB</kbd>: left-indent
##Technologies used
* Node + Socket.io