I'm wanting to go through a grid, select mulltiple non-contiguous items, and assign a tag(s) to them.
Ctrl+click works well to select non-contiguous items, though if you click anywhere with Ctrl not pressed, you lose your selection. And you know me, I'm always looking for keyboard-only ways to do things.
In Windows Explorer, moving the focus to another item using the arrow keys does not deselect previously selected items, so long as Ctrl is pressed. This is also true of the IQ Live-Search tab, but not of a regular grid. In a regular grid, Ctrl+down deselects the previous selection.
I've looked at using Marked Items as a substitute for the kind of selection I'm looking for - especially since it is REALLY a sticky selection, and the selection can't be lost by a mere click or arrow key with Ctrl not pressed. But it's nowhere near as easy to do as Ctrl+Arrow Keys, Space.
I've even looked at how to remap Ctrl+arrow key to a Ctrl+click in AutoHotkey, haven't figured that out yet, not even sure if that will accomplish what I'm looking for.
Comments