diff --git a/README.md b/README.md
index c8fc68d..91569cd 100644
--- a/README.md
+++ b/README.md
@@ -28,13 +28,20 @@ Or proceed manually as follow:
## Controls
* UP & DOWN: navigate through tasks
+* CNTRL+UP & CNTRL+DOWN: shuffle tasks
* TAB: right-indent
* SHIFT + TAB: left-indent
+* BACKSPACE: Remove an empty task
+* ENTER: New task
+* Click on a bullet point to fold it
+* Hover on a bullet point and click complete to complete it
## Technologies used
* Node + Socket.io
* Backbone
+* Backbone.marionette
+* Backbone.localforage
* Foundation
## To-do
diff --git a/public/index.html b/public/index.html
index 91c69bf..9b0a856 100644
--- a/public/index.html
+++ b/public/index.html
@@ -67,46 +67,5 @@