diff --git a/public/app/core/services/keybindingSrv.ts b/public/app/core/services/keybindingSrv.ts index 880315ed498..c1109fa2b2e 100644 --- a/public/app/core/services/keybindingSrv.ts +++ b/public/app/core/services/keybindingSrv.ts @@ -101,7 +101,11 @@ export class KeybindingSrv { }); this.bind('t z', () => { - scope.appEvent('zoom-out'); + scope.appEvent('zoom-out', 2); + }); + + this.bind('ctrl+z', () => { + scope.appEvent('zoom-out', 2); }); this.bind('t left', () => {