Possible to Use @keydown in Left and Right Arrow Keys?

Possible to Use @keydown in Left and Right Arrow Keys?

This code works in a button:

@keydown:none
go up back
@keydown:shift
GoEx SIBLING=prev,wrapauto

When put in the left arrow key, go up works but nothing happens for the shift version.

I was searching for all around navigation from arrow keys. I imagine the shift version won't work for Win 10 or Dopus design reasons. I'm seeking confirmation. TIA.

for me too. button works, but shift+arrow - not.

@keydown:none
go up back
@keydown:shift
GoRelative SIBLING=prev WRAP SKIPHIDDEN 

You’d have to make a separate hotkey for each action, at least currently.

Thanks. I understand. Consider this a feature suggestion of medium priority - from my standpoint, all things being equal.