mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
[Settings] Added hyperlink button to wiki for keys that can't be remapped (#7826)
This commit is contained in:
@@ -803,10 +803,14 @@
|
|||||||
<value>Windows default</value>
|
<value>Windows default</value>
|
||||||
<comment>Windows refers to the Operating system</comment>
|
<comment>Windows refers to the Operating system</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Windows_Color_Settings.Content" xml:space="preserve">
|
<data name="Windows_Color_Settings.Text" xml:space="preserve">
|
||||||
<value>Windows color settings</value>
|
<value>Windows color settings</value>
|
||||||
<comment>Windows refers to the Operating system</comment>
|
<comment>Windows refers to the Operating system</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="KBM_KeysCannotBeRemapped.Text" xml:space="preserve">
|
||||||
|
<value>Learn more about remapping limitations</value>
|
||||||
|
<comment>This is a link that will discuss what is and is not possible for Keyboard manager to remap</comment>
|
||||||
|
</data>
|
||||||
<data name="FancyZones_Editor_GroupSettings.Text" xml:space="preserve">
|
<data name="FancyZones_Editor_GroupSettings.Text" xml:space="preserve">
|
||||||
<value>Editor</value>
|
<value>Editor</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -102,7 +102,9 @@
|
|||||||
|
|
||||||
<RadioButton x:Uid="Radio_Theme_Default"
|
<RadioButton x:Uid="Radio_Theme_Default"
|
||||||
IsChecked="{ Binding Mode=TwoWay, Path=IsSystemThemeRadioButtonChecked}"/>
|
IsChecked="{ Binding Mode=TwoWay, Path=IsSystemThemeRadioButtonChecked}"/>
|
||||||
<HyperlinkButton x:Uid="Windows_Color_Settings" NavigateUri="ms-settings:colors"/>
|
<HyperlinkButton NavigateUri="ms-settings:colors">
|
||||||
|
<TextBlock x:Uid="Windows_Color_Settings" />
|
||||||
|
</HyperlinkButton>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<ToggleSwitch x:Uid="GeneralPage_ToggleSwitch_RunAtStartUp"
|
<ToggleSwitch x:Uid="GeneralPage_ToggleSwitch_RunAtStartUp"
|
||||||
|
|||||||
@@ -227,6 +227,10 @@
|
|||||||
<ToggleSwitch x:Uid="KeyboardManager_EnableToggle"
|
<ToggleSwitch x:Uid="KeyboardManager_EnableToggle"
|
||||||
IsOn="{x:Bind Path=ViewModel.Enabled, Mode=TwoWay}"/>
|
IsOn="{x:Bind Path=ViewModel.Enabled, Mode=TwoWay}"/>
|
||||||
|
|
||||||
|
<HyperlinkButton NavigateUri="https://aka.ms/powerToysCannotRemapKeys" Margin="{StaticResource XSmallTopMargin}">
|
||||||
|
<TextBlock x:Uid="KBM_KeysCannotBeRemapped" />
|
||||||
|
</HyperlinkButton>
|
||||||
|
|
||||||
<!--<TextBlock x:Uid="KeyboardManager_ConfigHeader"
|
<!--<TextBlock x:Uid="KeyboardManager_ConfigHeader"
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
||||||
|
|
||||||
|
|||||||
@@ -167,7 +167,9 @@
|
|||||||
<RadioButton x:Uid="Radio_Theme_Default"
|
<RadioButton x:Uid="Radio_Theme_Default"
|
||||||
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher}"
|
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher}"
|
||||||
IsChecked="{Binding Mode=TwoWay, Path=IsSystemThemeRadioButtonChecked}" />
|
IsChecked="{Binding Mode=TwoWay, Path=IsSystemThemeRadioButtonChecked}" />
|
||||||
<HyperlinkButton x:Uid="Windows_Color_Settings" NavigateUri="ms-settings:colors"/>
|
<HyperlinkButton NavigateUri="ms-settings:colors">
|
||||||
|
<TextBlock x:Uid="Windows_Color_Settings" />
|
||||||
|
</HyperlinkButton>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
|
|||||||
@@ -102,7 +102,9 @@
|
|||||||
<RadioButton x:Uid="Radio_Theme_Light" />
|
<RadioButton x:Uid="Radio_Theme_Light" />
|
||||||
<RadioButton x:Uid="Radio_Theme_Default"/>
|
<RadioButton x:Uid="Radio_Theme_Default"/>
|
||||||
</muxc:RadioButtons>
|
</muxc:RadioButtons>
|
||||||
<HyperlinkButton x:Uid="Windows_Color_Settings" NavigateUri="ms-settings:colors"/>
|
<HyperlinkButton NavigateUri="ms-settings:colors">
|
||||||
|
<TextBlock x:Uid="Windows_Color_Settings" />
|
||||||
|
</HyperlinkButton>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<RelativePanel x:Name="SidePanel"
|
<RelativePanel x:Name="SidePanel"
|
||||||
|
|||||||
Reference in New Issue
Block a user