Invert selection in the Node Graph.
- Select node(s).
- Edit -> Invert selection
- Node selection gets inverted.
- Copy 'invertSelection' folder in your .Natron folder.
- Add following lines to your 'initGui.py' file, where
<path>
is the location of 'invertSelection' folder.
from <path>.invertSelection.invertSelection import *
NatronGui.natron.addMenuCommand('Edit/Invert selection','invertSelection', QtCore.Qt.Key.Key_I, QtCore.Qt.KeyboardModifier.ControlModifier | QtCore.Qt.ShiftModifier)