1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 03:33:30 +00:00

alt-ctrl-b

This commit is contained in:
Colton Hurst
2025-08-06 11:22:13 -04:00
parent 1471019cf5
commit 8453c878bb

View File

@@ -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,