Use alt modifier instead of cmd to add selections

This commit is contained in:
Nathan Sobo 2021-11-23 16:23:30 -07:00
parent 9e651ee127
commit 73afb29b04
4 changed files with 12 additions and 5 deletions

View file

@ -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,