1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

ctrl-shift-b_v2

This commit is contained in:
Colton Hurst
2025-08-06 13:11:11 -04:00
parent 606d63320f
commit 030d9910b2
2 changed files with 3 additions and 3 deletions

View File

@@ -32,9 +32,9 @@ pub fn type_input(input: Vec<u16>) -> Result<(), ()> {
let mut keyboard_inputs: Vec<INPUT> = 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 {

View File

@@ -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."