On the topic of clicks: is it possible to detect shortcuts + clicks? E.g. ctrl + click, shift + click, etc? I’m trying to implement selection of multiple items. Looking at
Modifier.shortcuts
but it’s not clear that it’s what I want (plus, I really want to know if the key is down, rather than an event when it’s pressed)