In Nuke 9, the "tab" shortcut overrides works as it probably should have always.. and appears even if you tab between parameters in a node's properties. This works better:
import tabtabtab
m_edit = nuke.menu("Node Graph")
m_edit.addCommand("Tabtabtab", tabtabtab.main, "Tab")
In Nuke 9, the "tab" shortcut overrides works as it probably should have always.. and appears even if you tab between parameters in a node's properties. This works better: