Skip to content

Commit

Permalink
Configure keybindings according to paper
Browse files Browse the repository at this point in the history
 - Scaling and rotation were swapped before

Closes: autonomousvision#1
  • Loading branch information
ch-sa committed Nov 21, 2021
1 parent c1a5f23 commit e4f478c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/javascripts/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1107,13 +1107,13 @@ function setupKeyboard()
/*---------------Translate-----------------*/

/*---------------Rotation-----------------*/
case 69: // E
case 82: // R
setControlCubes('rotate');
break;
/*---------------Rotation-----------------*/

/*---------------Scale-----------------*/
case 82: // R
case 69: // E
setControlCubes('scale');
break;
/*---------------Scale-----------------*/
Expand Down

0 comments on commit e4f478c

Please sign in to comment.