Skip to content
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

Merged
merged 19 commits into from
Mar 21, 2023
Merged

RichCommand: QuickLook #11771

merged 19 commits into from
Mar 21, 2023

Conversation

yaira2
Copy link
Member

@yaira2 yaira2 commented Mar 19, 2023

Resolved / Related Issues

  • Were these changes approved in an issue or discussion with the project maintainers? In order to prevent extra work, feature requests and changes to the codebase must be approved before the pull request will be reviewed. This prevents extra work for the contributors and maintainers.
    Closes #issue...

Validation
How did you test these changes?

  • Did you build the app and test your changes?
  • Did you check for accessibility? You can use Accessibility Insights for this.
  • Did you remove any strings from the en-us resource file?
    • Did you search the solution to see if the string is still being used?
  • Did you implement any design changes to an existing feature?
    • Was this change approved?
  • Are there any other steps that were used to validate these changes?
    1. Install and open QuickLook
    2. Open Files and select an item
    3. Press the space bar and see if the QuickLook preview opens
    4. Select a different item with the arrow keys or mouse and see if the preview updates
    5. Select multiple items and press the space bar, verify that the items remain selected.

Screenshots (optional)
Add screenshots here.

@yaira2
Copy link
Member Author

yaira2 commented Mar 20, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@yaira2 yaira2 requested review from cinqmilleans and hecksmosis and removed request for cinqmilleans and hecksmosis March 20, 2023 17:12
@yaira2 yaira2 requested review from marcofranzen99 and removed request for cinqmilleans March 21, 2023 14:38
@cinqmilleans
Copy link
Contributor

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.

@yaira2
Copy link
Member Author

yaira2 commented Mar 21, 2023

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?

@cinqmilleans
Copy link
Contributor

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).

@cinqmilleans
Copy link
Contributor

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.

@yaira2 yaira2 merged commit a51134b into main Mar 21, 2023
@yaira2 yaira2 deleted the ya/QuickLook branch March 21, 2023 16:33
@yaira2
Copy link
Member Author

yaira2 commented Mar 21, 2023

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants