From 030d9910b25101547ccaf1cd9d9283068bf51ea5 Mon Sep 17 00:00:00 2001 From: Colton Hurst Date: Wed, 6 Aug 2025 13:11:11 -0400 Subject: [PATCH] ctrl-shift-b_v2 --- apps/desktop/desktop_native/autotype/src/windows.rs | 4 ++-- apps/desktop/src/locales/en/messages.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/desktop/desktop_native/autotype/src/windows.rs b/apps/desktop/desktop_native/autotype/src/windows.rs index dba0251ed82..57770ba1d42 100644 --- a/apps/desktop/desktop_native/autotype/src/windows.rs +++ b/apps/desktop/desktop_native/autotype/src/windows.rs @@ -32,9 +32,9 @@ pub fn type_input(input: Vec) -> Result<(), ()> { let mut keyboard_inputs: Vec = Vec::new(); // Release hotkeys - keyboard_inputs.push(build_virtual_key_input(InputKeyPress::Up, 0x12)); // alt keyboard_inputs.push(build_virtual_key_input(InputKeyPress::Up, 0x11)); // ctrl - keyboard_inputs.push(build_unicode_input(InputKeyPress::Up, 105)); // i + keyboard_inputs.push(build_virtual_key_input(InputKeyPress::Up, 0x10)); // shift + keyboard_inputs.push(build_unicode_input(InputKeyPress::Up, 42)); // b for i in input { let next_down_input = if i == TAB_KEY { diff --git a/apps/desktop/src/locales/en/messages.json b/apps/desktop/src/locales/en/messages.json index 8eecedf7ff2..99589ac7cb4 100644 --- a/apps/desktop/src/locales/en/messages.json +++ b/apps/desktop/src/locales/en/messages.json @@ -4067,7 +4067,7 @@ } }, "enableAutotype": { - "message": "Enable autotype shortcut (Ctrl + Shift + b)" + "message": "Enable autotype shortcut (Ctrl + Shift + B)" }, "enableAutotypeDescription": { "message": "Bitwarden does not validate input locations, be sure you are in the right window and field before using the shortcut."