-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Feature: Added support for custom key bindings #15109
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
Feature: Added support for custom key bindings #15109
Conversation
32de19b
to
ba56951
Compare
Some of those descriptions are pretty redundant 😅 |
src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveToChildFolderAction.cs
Show resolved
Hide resolved
Just added for me to understand. |
70951cd
to
41f51fc
Compare
9f3ce9b
to
8ebf462
Compare
It's out of scope for this PR but there are a number of mistakes as well that need to be sorted out. |
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.
LGTM
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.
I can't test the functionality right now, so I only comment on the code.
|
||
namespace Files.App.ViewModels.Settings | ||
{ | ||
public class ActionsViewModel : ObservableObject |
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.
This class can be sealed
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.
Thanks for the review!
I'll make it sealed.
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.
This is resolved in 5504842
58e0479
to
1356ae8
Compare
1356ae8
to
2485612
Compare
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.
LGTM except for the behavior with Alt key
Summary
⇒ Temporarily we removed access keys of the navigation view in Settings dialog. Once we go towards Settings tabs we can add back safely without malfunctioning
PR Checklist
Closes Feature: Add support for key remapping #9559
Screenshots