Revert "remove z hotkey in analysis (collision with zen mode)"

This reverts commit cb2c8eecf5.

Now that the user interface makes it more obvious how to reenable
computer analysis.

Closes #9713.
pull/9717/head
Niklas Fiekas 2021-09-03 17:05:38 +02:00
parent a46eb557e3
commit 28955c825f
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ export const bind = (ctrl: AnalyseCtrl) => {
.bind('shift+i', () => {
ctrl.treeView.toggle();
ctrl.redraw();
})
.bind('z', () => {
ctrl.toggleComputer();
ctrl.redraw();
});
if (ctrl.embed) return;