Skip to content

Commit 59a01b3

Browse files
committed
update
1 parent 0ceb77f commit 59a01b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Python_GUI/invertSelection/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Invert selection in the Node Graph.
1818

1919
```
2020
from <path>.invertSelection.invertSelection import *
21-
NatronGui.natron.addMenuCommand('Edit/Invert selection','invertSelection')
21+
NatronGui.natron.addMenuCommand('Edit/Invert selection','invertSelection', QtCore.Qt.Key.Key_I, QtCore.Qt.KeyboardModifier.ControlModifier | QtCore.Qt.ShiftModifier)
2222
```

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Restart Natron.
3232

3333
- **[forceCaching](/Python_GUI/connectNodes)** : Connects nodes to another one in the Node Graph.
3434

35+
- **[invertSelection](/Python_GUI/invertSelection)** : Invert selection in the Node Graph.
36+
3537
- **[nodeChangeColor](/Python_GUI/forceCaching)** : Enable/disable force caching for selected nodes.
3638

3739
- **[nodeBold_HTML](/Python_GUI/nodeBold_HTML)** : Sets selected nodes to be displayed in bold in the Node Graph.

0 commit comments

Comments
 (0)