Hotkey for disabling Nodes

Hi there,
somehow the default hotkey for disabling Nodes, CTRL+P, isn't really handy for me.
So I wanted to change it to D ("disable"), simple as that I went to the Fusion.hotkeys file and tried to change that. However, that doesn't really worked out.
The default Shortcut is under the "View" controls; first I tried to simply change it there to D, but then it only works when I have the viewer selected, not when I'm in the flow or else. The default shortcut CTRL+P works everywhere.
I tried to add it to "Frame" and "Flow controls, but that doesn't work out either. Only when the Viewport is selected.
I used this string:
Any idea how I can fix that?
somehow the default hotkey for disabling Nodes, CTRL+P, isn't really handy for me.
So I wanted to change it to D ("disable"), simple as that I went to the Fusion.hotkeys file and tried to change that. However, that doesn't really worked out.
The default Shortcut is under the "View" controls; first I tried to simply change it there to D, but then it only works when I have the viewer selected, not when I'm in the flow or else. The default shortcut CTRL+P works everywhere.
I tried to add it to "Frame" and "Flow controls, but that doesn't work out either. Only when the Viewport is selected.
I used this string:
- Code: Select all
D = "self:DisableCurrentTools()",
Any idea how I can fix that?
