Conversation
…t/PowerToys into feature/shortcutguidev2
This comment has been minimized.
This comment has been minimized.
…t/PowerToys into feature/shortcutguidev2
…t/PowerToys into feature/shortcutguidev2
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@copilot Add a dropdown menu to the Settings with which you can select if the Shortcut Guide window should appear on the left or the right side of the screen. Implement this dropdown and change the positioning logic of the Shortcut Guide window. |
Agent-Logs-Url: https://github.com/microsoft/PowerToys/sessions/3883a5cc-f63f-4d66-8d5f-a73a94b9d86a Co-authored-by: noraa-junker <58633848+noraa-junker@users.noreply.github.com>
Done in commit
The setting takes effect the next time Shortcut Guide is launched (same as the Theme setting). |
|
@copilot Fix the spelling check by adding these words into the exclusion file Unrecognized words (10) Datasheet |
Agent-Logs-Url: https://github.com/microsoft/PowerToys/sessions/9b871785-a2b4-4e2b-8fc0-d19b49fb0792 Co-authored-by: noraa-junker <58633848+noraa-junker@users.noreply.github.com>
| <controls:PageLink x:Uid="LearnMore_ShortcutGuide" Link="https://aka.ms/PowerToysOverview_ShortcutGuide" /> | ||
| </controls:SettingsPageControl.PrimaryLinks> | ||
| <controls:SettingsPageControl.SecondaryLinks> | ||
| <controls:PageLink Link="https://noraajunker.ch" Text="Noraa Junker's work on Shortcut Guide V2" /> |
There was a problem hiding this comment.
These aren't loced for any module.
Done in commit
|
| <tkcontrols:SettingsCard | ||
| Name="ShortcutGuidePressTimeForGlobalWindowsShortcuts" | ||
| x:Uid="ShortcutGuide_PressTimeForGlobalWindowsShortcuts" | ||
| HeaderIcon="{ui:FontIcon Glyph=}" | ||
| Visibility="{x:Bind ViewModel.UseLegacyPressWinKeyBehavior, Mode=OneWay, Converter={StaticResource BoolToVisibilityConverter}}"> | ||
| <NumberBox | ||
| MinWidth="{StaticResource SettingActionControlMinWidth}" | ||
| LargeChange="100" | ||
| Minimum="100" | ||
| SmallChange="50" | ||
| SpinButtonPlacementMode="Compact" | ||
| Value="{x:Bind ViewModel.PressTime, Mode=TwoWay}" /> |
There was a problem hiding this comment.
Are we losing the "hold the Windows key for Shortcut Guide to open"?
There was a problem hiding this comment.
Yes. I tried implementing it, but it would require a whole different application logic, so I would like to postpone this to later.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@copilot Fix expect.txt, remove all duplicate words and sort the file alphabetically. The entries are case-sensitive, so AAA is not the same as aaa |
This comment has been minimized.
This comment has been minimized.
|
@copilot Fix expect.txt, remove all duplicate words and sort the file alphabetically. The entries are case-sensitive, so AAA is not the same as aaa |
…le sort (#47112) ## Summary of the Pull Request This updates the spell-check allowlist at `.github/actions/spell-check/expect.txt` to remove duplicate entries and enforce a single alphabetical ordering. Matching remains case-sensitive (e.g., `AAA` and `aaa` are treated as distinct entries). ## PR Checklist - [ ] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx ## Detailed Description of the Pull Request / Additional comments - **Scope** - Updated only `.github/actions/spell-check/expect.txt`. - **Changes** - Removed exact duplicate words. - Reordered file into strict alphabetical order. - Preserved case-sensitive distinctions. - **Example** ```bash LC_ALL=C sort -u .github/actions/spell-check/expect.txt -o .github/actions/spell-check/expect.txt ``` ## Validation Steps Performed N/A (no behavioral/code-path changes; list normalization only). Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: noraa-junker <58633848+noraa-junker@users.noreply.github.com>
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, 👼 SARIF report, or 📝 job summary for details.
See ❌ Event descriptions for more information. These words are not needed and should be removedbck diu DSVG IPREVIEW ITHUMBNAIL kdc LPCFHOOKPROC LUMA MAXDWORD MRT newcolor oldcolor outsourced pinboard rectp scanled suntimes timespan traies udit VSync workerwForbidden patterns 🙅 (1)In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves. These forbidden patterns matched content: Should be
|
Summary of the Pull Request
PR Checklist
Detailed Description of the Pull Request / Additional comments
Work for future PRs:
Images
Recording.2025-10-27.211717.mp4
Validation Steps Performed