mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-03 03:19:08 +08:00
Quick accent and FE Add-ons
This commit is contained in:
parent
a5569a62cd
commit
872b30f41a
@ -240,50 +240,50 @@ Repeat the previous subsections steps after enabling `Allow zones to span across
|
||||
## File Explorer Add-ons
|
||||
* Running as user:
|
||||
* go to PowerToys repo root
|
||||
- [ ] verify the README.md Preview Pane shows the correct content
|
||||
- [x] verify the README.md Preview Pane shows the correct content
|
||||
* go to PowerToys repo and visit src\modules\ShortcutGuide\ShortcutGuide\svgs
|
||||
- [ ] verify Preview Pane works for the SVG files
|
||||
- [ ] verify the Icon Preview works for the SVG file (loop through different icon preview sizes)
|
||||
- [x] verify Preview Pane works for the SVG files
|
||||
- [x] verify the Icon Preview works for the SVG file (loop through different icon preview sizes)
|
||||
* go to PowerToys repo and visit src\modules\previewpane\UnitTests-PdfPreviewHandler\HelperFiles
|
||||
- [ ] verify Preview Pane works for the PDF file
|
||||
- [ ] verify the Icon Preview works for the PDF file (loop through different icon preview sizes)
|
||||
- [x] verify Preview Pane works for the PDF file
|
||||
- [x] verify the Icon Preview works for the PDF file (loop through different icon preview sizes)
|
||||
* go to PowerToys repo and visit src\modules\previewpane\UnitTests-GcodePreviewHandler\HelperFiles
|
||||
- [ ] verify Preview Pane works for the gcode file
|
||||
- [ ] verify the Icon Preview works for the gcode file (loop through different icon preview sizes)
|
||||
- [x] verify Preview Pane works for the gcode file
|
||||
- [x] verify the Icon Preview works for the gcode file (loop through different icon preview sizes)
|
||||
* go to PowerToys repo and visit src\modules\previewpane\UnitTests-StlThumbnailProvider\HelperFiles
|
||||
- [ ] verify the Icon Preview works for the stl file (loop through different icon preview sizes)
|
||||
- [x] verify the Icon Preview works for the stl file (loop through different icon preview sizes)
|
||||
* go to PowerToys repo and visit src\runner
|
||||
- [ ] verify Preview Pane works for source files (shows syntax highlighting)
|
||||
- [x] verify Preview Pane works for source files (shows syntax highlighting)
|
||||
* Running as admin (or user since recently):
|
||||
* open the Settings and turn off the Preview Pane and Icon Previous toggles
|
||||
* go to PowerToys repo root
|
||||
- [ ] verify the README.md Preview Pane doesn't show any content
|
||||
- [x] verify the README.md Preview Pane doesn't show any content
|
||||
* go to PowerToys repo and visit src\modules\ShortcutGuide\ShortcutGuide\svgs
|
||||
- [ ] verify Preview Pane doesn't show the preview for the SVG files
|
||||
- [x] verify Preview Pane doesn't show the preview for the SVG files
|
||||
* the Icon Preview for the existing SVG will still show since the icons are cached (you can also use `cleanmgr.exe` to clean all thumbnails cached in your system). You may need to restart the machine for this setting to apply as well.
|
||||
- [ ] copy and paste one of the SVG file and verify the new file show the generic SVG icon
|
||||
- [x] copy and paste one of the SVG file and verify the new file show the generic SVG icon
|
||||
* go to PowerToys repo and visit src\modules\previewpane\UnitTests-PdfPreviewHandler\HelperFiles
|
||||
- [ ] verify Preview Pane doesn't show the preview for the PDF file
|
||||
- [x] verify Preview Pane doesn't show the preview for the PDF file
|
||||
* go to PowerToys repo and visit src\modules\previewpane\UnitTests-GcodePreviewHandler\HelperFiles
|
||||
- [ ] verify Preview Pane doesn't show the preview for the gcode file
|
||||
- [x] verify Preview Pane doesn't show the preview for the gcode file
|
||||
* go to PowerToys repo and visit src\modules\previewpane\UnitTests-StlThumbnailProvider\HelperFiles
|
||||
- [ ] verify Preview Pane doesn't show the preview for the stl file (a generated thumbnail would show when there's no preview)
|
||||
- [x] verify Preview Pane doesn't show the preview for the stl file (a generated thumbnail would show when there's no preview)
|
||||
* go to PowerToys repo and visit src\runner
|
||||
- [ ] verify Preview Pane doesn't show the preview for source code files or that it's a default previewer instead of Monaco
|
||||
- [x] verify Preview Pane doesn't show the preview for source code files or that it's a default previewer instead of Monaco
|
||||
|
||||
## Quick Accent
|
||||
* Enable Quick Accent and open notepad. Then:
|
||||
- [ ] Press `a` and the left or right arrow and verify the accent menu appears and adds the accented letter you've selected. Use left and arrow keys to cycle through the options.
|
||||
- [ ] Press `a` and the space key and verify the accent menu appears and adds the accented letter you've selected. Use <kbd>Space</kbd> to navigate forward, <kbd>Space</kbd> + <kbd>Shift</kbd> to navigate backward.
|
||||
- [ ] Disable Quick Accent and verify you can no longer add accented characters through Quick Accent.
|
||||
- [x] Press `a` and the left or right arrow and verify the accent menu appears and adds the accented letter you've selected. Use left and arrow keys to cycle through the options.
|
||||
- [x] Press `a` and the space key and verify the accent menu appears and adds the accented letter you've selected. Use <kbd>Space</kbd> to navigate forward, <kbd>Space</kbd> + <kbd>Shift</kbd> to navigate backward.
|
||||
- [x] Disable Quick Accent and verify you can no longer add accented characters through Quick Accent.
|
||||
* Test the different settings and verify they are applied:
|
||||
- [ ] Activation key
|
||||
- [ ] Language (for example, Currency has no accents for 'a' but has for 's')
|
||||
- [ ] Toolbar position (test every option, some had issues before)
|
||||
- [ ] Input delay
|
||||
- [ ] Exclude some apps. Verify that Quick Accent is not activated for them.
|
||||
- [ ] Sort characters by frequency.
|
||||
- [ ] Always start on the first character when using left/right arrows as activation method.
|
||||
- [x] Activation key
|
||||
- [x] Language (for example, Currency has no accents for 'a' but has for 's')
|
||||
- [x] Toolbar position (test every option, some had issues before)
|
||||
- [x] Input delay
|
||||
- [x] Exclude some apps. Verify that Quick Accent is not activated for them.
|
||||
- [x] Sort characters by frequency.
|
||||
- [x] Always start on the first character when using left/right arrows as activation method.
|
||||
|
||||
## Text Extractor
|
||||
* Enable Text Extractor. Then:
|
||||
|
Loading…
Reference in New Issue
Block a user