Use alt modifier instead of cmd to add selections
This commit is contained in:
parent
9e651ee127
commit
73afb29b04
4 changed files with 12 additions and 5 deletions
|
@ -3650,6 +3650,8 @@ mod tests {
|
|||
presenter.borrow_mut().dispatch_event(
|
||||
Event::LeftMouseDown {
|
||||
position: Default::default(),
|
||||
ctrl: false,
|
||||
alt: false,
|
||||
shift: false,
|
||||
cmd: false,
|
||||
click_count: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue