We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is possible to deep link into settings for a specific utility:
PowerToys/src/common/Common.UI/SettingsDeepLink.cs
Line 90 in 5ef9187
Or via:
PowerToys.exe --open-settings=<SettingsWindowName>
As a PowerToys Run community plugin author, it would be nice to be able to deep link directly in to the settings of a plugin.
For example with:
PowerToys.exe --open-settings=Run --plugin-id=CEA0FDFC6D3B4085823D60DC76F28855
A plugin could display a result to the user to open the Settings and edit the plugin configuration.
This would be useful for:
If the plugin settings are opened, the plugin should be scrolled into position, expanded and focused:
I would like to use this feature here:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the new feature / enhancement
It is possible to deep link into settings for a specific utility:
PowerToys/src/common/Common.UI/SettingsDeepLink.cs
Line 90 in 5ef9187
Or via:
As a PowerToys Run community plugin author, it would be nice to be able to deep link directly in to the settings of a plugin.
For example with:
Scenario when this would be used?
A plugin could display a result to the user to open the Settings and edit the plugin configuration.
This would be useful for:
If the plugin settings are opened, the plugin should be scrolled into position, expanded and focused:
Supporting information
I would like to use this feature here:
The text was updated successfully, but these errors were encountered: