{"id":20033176,"url":"https://github.com/dbr/shortcuteditor-nuke","last_synced_at":"2025-05-05T05:30:59.525Z","repository":{"id":11728390,"uuid":"14251896","full_name":"dbr/shortcuteditor-nuke","owner":"dbr","description":"Keyboard shortcut editor for The Foundry's Nuke compositing software","archived":false,"fork":false,"pushed_at":"2021-08-17T01:45:32.000Z","size":107,"stargazers_count":34,"open_issues_count":7,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-08T17:21:25.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-09T05:25:49.000Z","updated_at":"2025-04-04T19:53:29.000Z","dependencies_parsed_at":"2022-09-06T03:42:42.493Z","dependency_job_id":null,"html_url":"https://github.com/dbr/shortcuteditor-nuke","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fshortcuteditor-nuke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fshortcuteditor-nuke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fshortcuteditor-nuke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fshortcuteditor-nuke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbr","download_url":"https://codeload.github.com/dbr/shortcuteditor-nuke/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252445770,"owners_count":21749111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T09:44:49.195Z","updated_at":"2025-05-05T05:30:59.269Z","avatar_url":"https://github.com/dbr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuke shortcut editor\n\n`shortcuteditor` is a keyboard shortcut editor for\n[Foundry's Nuke](https://www.foundry.com/products/nuke)\n\nIt allows you to quickly bind keyboard shortcuts to existing menu\nitems without writing Python code\n\n[![tabtabtab](imgs/shortcuteditor_thumbnail.png)](imgs/shortcuteditor.png)\n\nWatch the [first episode of Lars Wemmje's \"Useful Nuke Tools\"](https://vimeo.com/channels/nukepedia/135306112) for more details!\n\n\n## Installation\n\nPut `shortcuteditor.py` on PYTHONPATH or NUKE_PATH somewhere (probably\nin `~/.nuke/`)\n\n    mkdir -p ~/.nuke\n    cd ~/.nuke\n    curl -O https://raw.githubusercontent.com/dbr/shortcuteditor-nuke/v1.3/shortcuteditor.py\n\n\nThen in `~/.nuke/menu.py` add the following:\n\n    try:\n        import shortcuteditor\n        shortcuteditor.nuke_setup()\n    except Exception:\n        import traceback\n        traceback.print_exc()\n\n\n## Notes\n\nThe shortcuts overrides are saved in `~/.nuke/shortcuteditor_settings.json`\n\nYou can search for menu items either by name (\"Search by text\"), or by\nexisting shortcut (\"Search by key\"), or both (rarely necessary)\n\nThere are a few shortcuts you cannot (easily) override in the viewer\ncontext, specifically things like the r/g/b and z/x/c shortcuts are\nhardwired.\n\nIf you are changing an existing shortcut, be sure to clear the old usage of\nthe key. A popup appears to help with this if adding conflicting shortcuts.\n\n\n## Future improvements\n\nFor a list of requested and planned features, see the project's issue tracker\non GitHub, https://github.com/dbr/shortcuteditor-nuke/issues\n\n## Change log\n\n* `v1.3` - 2021-08-10\n  * Small fixes to support Nuke 13\n\n* `v1.2` - 2020-08-12\n  * Updated to support Nuke 11 and 12.\n  * Warns when overriding an existing shortcut ([PR #12](https://github.com/dbr/shortcuteditor-nuke/pull/12) by [herronelou](https://github.com/herronelou))\n  * Added button to export the key-overrides as a Python snippet.\n  * Faster UI update for searching\n\n* `v1.1` - 2014-08-23\n * Fixed error in error handling when a shortcut is added for a menu\n   item which disappears.\n * `nuke_setup` method works as expected when installed earlier in\n   NUKE_PATH. Previously it might run before some menu items were\n   added, so the shortcut was never set.\n\n* `v1.0` - 2013-10-09\n * Initial version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbr%2Fshortcuteditor-nuke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbr%2Fshortcuteditor-nuke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbr%2Fshortcuteditor-nuke/lists"}