Join our discord community

Forum breadcrumbs - You are here:ForumPrism: Generalhotkey for Prism
Please or Register to create posts and topics.

hotkey for Prism

I would love to add some hotkey to call "project Browser", is there a py files I could add ?

In Windows generally or inside of a specific DCC?

yes just specific program like Nuke , I would like to add F1 or F4 to open browser projects, just like native shortcut Ctrl + O or Ctrl + S  of nuke

Uploaded files:
  • You need to login to have access to uploads.

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")

thank you so much, I edited and it work