diff --git a/client/visualizer/src/runner.ts b/client/visualizer/src/runner.ts index f3856b6f..5a2b1f66 100644 --- a/client/visualizer/src/runner.ts +++ b/client/visualizer/src/runner.ts @@ -488,7 +488,7 @@ export default class Runner { case 71: // "g" - Toogle grid view this.conf.showGrid = !this.conf.showGrid; break; - case 71: // "k" + case 75: // "k" this.conf.showAnomalies = !this.conf.showAnomalies; break; // case 72: // "h" - Toggle short log header