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?