How can I determine if the Shift key is pressed in dioxus?
I’m working on a desktop app where I have a long list of check boxes. I want to be able to shift select to check off a range of them at once but can’t figure out how to determine if the shift key is pressed.