We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466949a commit eaa6a61Copy full SHA for eaa6a61
src/actions/move.ts
@@ -36,7 +36,7 @@ export class MoveActions {
36
name: 'Finish move',
37
preconditionFn: (workspace) => this.mover.isMoving(workspace),
38
callback: (workspace) => this.mover.finishMove(workspace),
39
- keyCodes: [KeyCodes.ENTER],
+ keyCodes: [KeyCodes.ENTER, KeyCodes.SPACE],
40
allowCollision: true,
41
},
42
{
0 commit comments