My Requests: Toggle selection mode with keybinds#1251
Conversation
datenanfragen/website
|
||||||||||||||||||||||||||||
| Project |
datenanfragen/website
|
| Branch Review |
m_myr_sel_keybind
|
| Run status |
|
| Run duration | 04m 36s |
| Commit |
|
| Committer | Malte |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
2
|
|
|
8
|
|
|
0
|
|
|
84
|
| View all changes introduced in this branch ↗︎ | |
|
Thank you! I did notice a few quite major regressions, the keyhandler is currently very overzealous:
Besides that, merely toggling selection mode with Ctrl/Shift also feels a bit unnatural to me, I'm not sure whether that's a pattern anywhere else. Typically (e.g. in a file browser), I'd say, Ctrl/Shift only has an effect while it is held: While you're holding Ctrl/Shift, you can multi-select files by clicking on them, but as soon as you let go, you're back in normal (single-select) mode. I'm not sure what the best way to implement keybindings here is, either, but an idea that is more similar to what I described and that we could try is:
We might even want to let the user select proceedings by clicking on their row (instead of the checkbox) while they key is pressed to mimic file browser behaviour. But one thing that might make this a bad idea: Holding Shift and clicking already has browser behaviour (text selection) that interferes with our selection… |
|
Thank you for the feedback! Superseeded by #1255 |
No description provided.