Skip to content

Commit 412e66b

Browse files
feat: remove 'e' shortcut for exit (#259)
We prefer folks to learn Escape as it's more widely applicable, e.g. to close field editors. Fixes #256
1 parent c0733ef commit 412e66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigation_controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ export class NavigationController {
515515
return false;
516516
}
517517
},
518-
keyCodes: [KeyCodes.ESC, KeyCodes.E],
518+
keyCodes: [KeyCodes.ESC],
519519
allowCollision: true,
520520
},
521521

0 commit comments

Comments
 (0)