Commit ee362341 by Torkel Ödegaard

Merge branch 'v4.0.x'

parents 88e1d56b f9fba0e9
...@@ -101,7 +101,11 @@ export class KeybindingSrv { ...@@ -101,7 +101,11 @@ export class KeybindingSrv {
}); });
this.bind('t z', () => { 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', () => { this.bind('t left', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment