Fix: show highlight key (incomplete)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user