Zitat von
RichardF am 12. Juni 2023, 12:19 Uhr
AFAIK you need to use Python to assign keyboard shortcuts in Nuke. You can assign a python command to a shortcut or you can modify this line:
https://github.com/RichardFrangenberg/Prism/blob/09283b5146d9cdf9d489dcf252f7927083534a48/Prism/Plugins/Apps/Nuke/Scripts/Prism_Nuke_Functions.py#L99 to something like:
nuke.menu("Nuke").addCommand("Prism/Save", self.core.saveScene, "Ctrl+s")
AFAIK you need to use Python to assign keyboard shortcuts in Nuke. You can assign a python command to a shortcut or you can modify this line: