Fix: show highlight key (incomplete)

This commit is contained in:
2019-05-15 22:31:43 +09:00
parent 9d0c9770c2
commit f57a7bc9f3
4 changed files with 92 additions and 21 deletions
+1
View File
@@ -263,6 +263,7 @@ RightHand.prototype.moveColumn = function(rowNo, key) {
this.hand.x += (Keyboard.DEFAULT_KEY_SIZE_PX / 2) * 5;
break;
case "Backspace":
case "Backslash":
this.hand.x += (Keyboard.DEFAULT_KEY_SIZE_PX / 2) * 7;
break;