summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-07 16:56:11 +0200
committerAlon Levy <alon@pobox.com>2015-03-07 16:56:11 +0200
commit40c0be6f4e1c0f596462c990a35cee4bee4ff55a (patch)
tree0b602f3df4641fc3a0804816c6ed767c7cfd6cee /res
parentfe9c0b3d54b4b2802dab8aa41bcb105d485335f7 (diff)
client: use shift-up and shift-down for node type changes
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 87f7b2f6..d083fa61 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -115,7 +115,7 @@ var rz_config = { // set as a global variable
</div>
<div id="graph-view__canvas"></div>
<div class="type_selection" style="display:none">
- <div class="type_selection__row" id="type_selection__intro">Change node type with <span class="kbd-button">Tab</span></div>
+ <div class="type_selection__row" id="type_selection__intro">Change node type with <span class="kbd-button">Shift</span>+<span class="kbd-button">Up</span> and <span class="kbd-button">Shift</span>+<span class="kbd-button">Down</span></div>
<div class="type_selection__row" id="type_selection__chosen_type_label">Chosen Type: <span id="type_selection__chosen_type_name"/></div>
<div class="type_selection__row" id="type_selection__chosen_type_desc"></div>
</div>