We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce95399 commit 4f7cee8Copy full SHA for 4f7cee8
src/presenter/vita.rs
@@ -225,9 +225,6 @@ impl Presenter {
225
];
226
227
for (event, button) in SHORTCUT_EVENTS {
228
- if pressed.buttons & button != 0 {
229
- self.do_nothing_until_all_btns_released = true;
230
- }
231
if previous_pressed_btn & button != 0 && pressed.buttons & button == 0 {
232
self.do_nothing_until_all_btns_released = true;
233
return event;
0 commit comments