-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kie-issues#793: The keyboard shortcuts panel doesn't show the new DMN Editor keyboard shortcuts #2279
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current state of the PR seems to work fine also the listed shortcuts! Many thanks ! Some shortcuts are totally new for me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simple change on the default behavior for shortcuts... Not sure if it makes sense, though. I always prefer throwing than silently failing, though.
Anyway, also please create an issue for tests to be added to each shortcut individually. Thanks @ljmotta. Great implementation!
hideFromDrd: () => {}, | ||
toggleHierarchyHighlight: () => {}, | ||
togglePropertiesPanel: () => {}, | ||
createGroup: () => {}, | ||
selectAll: () => {}, | ||
panDown: () => {}, | ||
panUp: () => {}, | ||
paste: () => {}, | ||
copy: () => {}, | ||
cut: () => {}, | ||
cancelAction: () => {}, | ||
focusOnSelection: () => {}, | ||
resetPosition: () => {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the default should be throwing an error? I mean, none of these should ever be a no-op.
if there is a ticket/epic for tests, please share a link with us, thank you @ljmotta |
@jomarko @tiagobento I've incorporated the review and I've created the issue apache/incubator-kie-issues#1155 |
Closes: apache/incubator-kie-issues#793
Description
Move the keyboard shortcuts to the DMN Editor envelope.
keyboard-shortcuts.mp4