Skip to content

Hotkey additions and modifications.#279

Open
kenmcgaugh wants to merge 1 commit into
AcademySoftwareFoundation:developfrom
kenmcgaugh:hotkey_additions
Open

Hotkey additions and modifications.#279
kenmcgaugh wants to merge 1 commit into
AcademySoftwareFoundation:developfrom
kenmcgaugh:hotkey_additions

Conversation

@kenmcgaugh

Copy link
Copy Markdown
Contributor

Added a hotkey for opening the preferences manager with "Control+," as its default sequence. Not hotkey related but in the same file is a change to strip the "file://" prefixes from the recent files menu. This is a UI-only change.

Added a hotkey and menu itme (with no default sequence) for copying selected media item's names to the clipboard. Our pipeline sets the name to a simple version identifier (ie. "myproj/shots/myscene/myshot/99") that we use both in communications as well as pasting into various apps.

Removed the paste_hotkey as it was redundant with the add_from_clipboard_hotkey. Moved the "Ctrl+V" default sequence over as well.

Added "Ctrl+C" as a default sequence to the file_path_to_clipboard_hotkey to complement the default "Ctrl+V" hotkey.

Added a hotkey to add a timeline marker with "Ctrl+M" as its default sequence. Note this uses "any" as the context since I find I often want to use this while the mouse is over the viewport. This also includes a fix for when the Return key is used to accept and close the Add Marker dialog since the focus didn't return to the app.

Likewise changed the next_marker an previous_marker hotkeys to be "any" as I found it frustrating having to always relocate the mouse to use them. Happy to keep this an internal modification if needed.

Added a hotkey for opening the preferences manager with "Control+," as its default sequence.
Not hotkey related but in the same file is a change to strip the "file://" prefixes from the recent files menu. This is a UI-only change.

Added a hotkey and menu itme (with no default sequence) for copying selected media item's names to the clipboard. Our pipeline sets the name to a simple version identifier (ie. "myproj/shots/myscene/myshot/99") that we use both in communications as well as pasting into various apps.

Removed the paste_hotkey as it was redundant with the add_from_clipboard_hotkey. Moved the "Ctrl+V" default sequence over as well.

Added "Ctrl+C" as a default sequence to the file_path_to_clipboard_hotkey to complement the default "Ctrl+V" hotkey.

Added a hotkey to add a timeline marker with "Ctrl+M" as its default sequence. Note this uses "any" as the context since I find I often want to use this while the mouse is over the viewport. This also includes a fix for when the Return key is used to accept and close the Add Marker dialog since the focus didn't return to the app.

Likewise changed the next_marker an previous_marker hotkeys to be "any" as I found it frustrating having to always relocate the mouse to use them. Happy to keep this an internal modification if needed.

Signed-off-by: Ken McGaugh <ken@mcgaugh.co.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant