This commit is contained in:
galister
2024-02-20 20:55:14 +01:00
parent d31b3ca6c0
commit e7b415ae4e
12 changed files with 34 additions and 45 deletions

View File

@@ -145,7 +145,7 @@ fn key_press(
data.key_click(&app.session);
if let PointerMode::Right = mode {
data.modifiers = data.modifiers | SHIFT;
data.modifiers |= SHIFT;
app.hid_provider.set_modifiers(data.modifiers);
}