Hello all,
I was wondering if there was anyway to remap shortcut keys that are already used:
example say Ctrl+9 is already used for another shortcut or maybe not available: is there a way to free it up and remap to the a function? Given function useHangingProtocolPetCT
This should not be hard to do, as Slicer exposes the full Qt API in Python. You can look up the Qt documentarion or ask chatbots about how to do it exactly, but it should be something like finding the shortcut or action object and then change the keyboard shortcut (and then you can add a new one) or add a new shortcut with a more specific context or install an event filter.