diff --git a/apps/desktop/src/autofill/main/main-desktop-autotype.service.ts b/apps/desktop/src/autofill/main/main-desktop-autotype.service.ts index 592d1e1b7a8..93f5c55e6b4 100644 --- a/apps/desktop/src/autofill/main/main-desktop-autotype.service.ts +++ b/apps/desktop/src/autofill/main/main-desktop-autotype.service.ts @@ -7,7 +7,7 @@ import { WindowMain } from "../../main/window.main"; import { stringIsNotUndefinedNullAndEmpty } from "../../utils"; export class MainDesktopAutotypeService { - keySequence: string = "Alt+CommandOrControl+I"; + keySequence: string = "Alt+CommandOrControl+B"; constructor( private logService: LogService,