Hotkey additions and modifications.#279
Open
kenmcgaugh wants to merge 1 commit into
Open
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.