Switch to columnar selection by pressing alt-shift
while mouse is down (#25096)
We begin a columnar selection when we drag the mouse while holding `alt-shift`. This PR makes it possible to start the selection and then turn it into columnar by pressing `alt-shift`. Fixes #5372 Release Notes: - Support switching to columnar selection by pressing `alt-shift` while mouse is down
This commit is contained in:
parent
c10ac31866
commit
737b177ab5
3 changed files with 42 additions and 4 deletions
|
@ -414,7 +414,7 @@ impl Modifiers {
|
|||
}
|
||||
}
|
||||
|
||||
/// Returns [`Modifiers`] with just control.
|
||||
/// Returns [`Modifiers`] with just alt.
|
||||
pub fn alt() -> Modifiers {
|
||||
Modifiers {
|
||||
alt: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue