-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
RichCommand: QuickLook #11771
RichCommand: QuickLook #11771
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
src/Files.App/Actions/Content/QuickLook/SwitchQuickLookPreviewAction.cs
Outdated
Show resolved
Hide resolved
…aunchQuickLookAction (#11789)
There is a bug with the Space key. If you select an image file, then click on the search bar, you cannot use Space, it opens QuickLook. I will create another pr to fix this which is related to centralized hotkey management. |
Does this affect the ctrl + a shortcut as well? |
No because Ctrl+a/z/x/c/v was explicitly handled in MainPage (They are not triggered in a Textbox). You have to add only the keys, but not all of them (for example F11 can be triggered in a Textbox). You need an exhaustive list (white or black). |
Regarding quicklook. While testing, I had the reflex to try to close it with the Escape key. Maybe add this hotkey to exit. (Command quit/exit, which can close active popup, settings, quicklook, properties,... ). It's another pr but I note the idea. |
Good idea 👍 |
Resolved / Related Issues
Closes #issue...
Validation
How did you test these changes?
Screenshots (optional)
Add screenshots here.