document 'r' and 'p' keybindings

This commit is contained in:
Marc Fournier 2014-06-05 00:34:39 +02:00
parent 0cfab7b638
commit 6ae76f6705

View file

@ -193,6 +193,7 @@ dash = (function() {
'<li><b>e</b>: edit the view</li>' +
'<li><b>?</b>: display this help box</li>' +
'<li><b>s</b>: save the dashboard</li>' +
'<li><b>r</b>: reload the dashboard from last saved config</li>' +
'<li><b>+</b>: increase the size of the view</li>' +
'<li><b>-</b>: decrease the size of the view</li>' +
'<li><b>v</b>: split the view vertically</li>' +
@ -204,6 +205,7 @@ dash = (function() {
'<li><b>d</b>: delete a view</li>' +
'<li><b>delete</b>: delete a view</li>' +
'<li><b>alt-1, alt-2, etc</b>: switch to a different workplace</li>' +
'<li><b>p</b>: pause/unpause the event stream(s)</li>' +
'</ul></div>'
);