-
Notifications
You must be signed in to change notification settings - Fork 635
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
Dyn 5444 splash screen keyboard #13959
Dyn 5444 splash screen keyboard #13959
Conversation
Can user dismiss splash screen by pressing Ecs? |
yes @QilongTang , we can catch when the user press Esc once the Splash Screen is ready, Do you mean to intercept it and Lunch the application (Dismiss) ? |
Hi @jesusalvino If you check the second AC of the Jira task, it includes that catching key press to exit splash screen. For now, I would like to simply include that |
@QilongTang Done. |
LGTM |
@QilongTang Do we want to close dynamo when user presses esc or just lose focus from the screen? Generally imo, closing the app is not the behavior expected when user presses esc. |
Usually |
Sorry Aaron, I was referring to closing the splash screen only by hitting escape. Alt+f4 is used to close any window app, so i was thinking esc should just lose focus of the screen. Is that requested from a customer? |
Thank you @reddyashish this is a good thing to clarify. I believe this is a request logged by @avidit and from our discussion, we would like to have shortcuts to Splash Screen (just like Dynamo) starting from Exit. Naturally, I picked |
Thank you Aaron, sounds good. The 2 tests failing here are flaky and LGTM. |
Purpose
Implementing the improvement https://jira.autodesk.com/browse/DYN-5444
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@QilongTang
FYIs
@reddyashish
@RobertGlobant20
@Enzo707