Merge branch 'v4.0.x'

This commit is contained in:
Torkel Ödegaard
2016-12-06 07:42:35 +01:00
+5 -1
View File
@@ -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', () => {