RV - create a shortcut with the shift key

hello, i’m trying to create a shortcut to trigger a custom script that i wrote.
i’m using this structure:

and it works fine with the ctrl key, but i need to bind it to the shift+i key, to match the same binding i have inside another software. I haven’t been able to make it work for that combination of keys.
how do i specify that combination since “key-down–shift–i” does not work? and were i can find documentation about the rvtypes.MinorMode python Class?

I think for this case you need to use “key-down–I”. In otherwords, use the capital letter “I” instead of “shift-i”. At least that is how it is done in the rvui.mu file.

2 Likes