mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
Small settings UI tweaks
This commit is contained in:
@@ -414,7 +414,7 @@
|
||||
</tkcontrols:SettingsExpander>
|
||||
</controls:SettingsGroup>
|
||||
|
||||
<!-- Dwell Cursor -->
|
||||
<!-- Dwell Cursor -->
|
||||
<controls:SettingsGroup x:Uid="MouseUtils_DwellCursor">
|
||||
<tkcontrols:SettingsCard
|
||||
Name="MouseUtilsEnableDwellCursor"
|
||||
@@ -430,14 +430,6 @@
|
||||
IsEnabled="{x:Bind ViewModel.IsDwellCursorEnabled, Mode=OneWay}"
|
||||
IsExpanded="True">
|
||||
<controls:ShortcutControl MinWidth="{StaticResource SettingActionControlMinWidth}" HotkeySettings="{x:Bind Path=ViewModel.DwellCursorActivationShortcut, Mode=TwoWay}" />
|
||||
</tkcontrols:SettingsExpander>
|
||||
|
||||
<tkcontrols:SettingsExpander
|
||||
Name="DwellCursorAppearanceBehavior"
|
||||
x:Uid="Appearance_Behavior"
|
||||
HeaderIcon="{ui:FontIcon Glyph=}"
|
||||
IsEnabled="{x:Bind ViewModel.IsDwellCursorEnabled, Mode=OneWay}"
|
||||
IsExpanded="False">
|
||||
<tkcontrols:SettingsExpander.Items>
|
||||
<tkcontrols:SettingsCard Name="MouseUtilsDwellCursorDelayMs" x:Uid="MouseUtils_DwellCursor_DelayMs">
|
||||
<Slider
|
||||
|
||||
@@ -5311,10 +5311,10 @@ To record a specific window, enter the hotkey with the Alt key in the opposite m
|
||||
<value>Initial line speed</value>
|
||||
</data>
|
||||
<data name="MouseUtils_DwellCursor_DelayMs.Header" xml:space="preserve">
|
||||
<value>Dwell Cursor Delay time (seconds)</value>
|
||||
<value>Delay time (in seconds)</value>
|
||||
</data>
|
||||
<data name="MouseUtils_DwellCursor_DelayMs.Description" xml:space="preserve">
|
||||
<value>Time to wait before automatically clicking when cursor stops moving (1-10 seconds)</value>
|
||||
<value>Seconds to wait before automatically clicking when the cursor is still (1–10)</value>
|
||||
</data>
|
||||
<data name="MouseUtils_DwellCursor_ActivationShortcut.Header" xml:space="preserve">
|
||||
<value>Activation shortcut</value>
|
||||
@@ -5326,6 +5326,6 @@ To record a specific window, enter the hotkey with the Alt key in the opposite m
|
||||
<value>Cursor settle time (seconds)</value>
|
||||
</data>
|
||||
<data name="MouseUtils_DwellCursor_SettleTimeSeconds.Description" xml:space="preserve">
|
||||
<value>Settle time for the cursor before the countdown timer starts</value>
|
||||
<value>Time the cursor must remain still before the countdown starts</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user