Small settings UI tweaks

This commit is contained in:
Niels Laute
2025-09-05 16:09:55 +02:00
parent 7697876174
commit 96f89906e4
2 changed files with 4 additions and 12 deletions

View File

@@ -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=&#xEB3C;}"
IsEnabled="{x:Bind ViewModel.IsDwellCursorEnabled, Mode=OneWay}"
IsExpanded="False">
<tkcontrols:SettingsExpander.Items>
<tkcontrols:SettingsCard Name="MouseUtilsDwellCursorDelayMs" x:Uid="MouseUtils_DwellCursor_DelayMs">
<Slider

View File

@@ -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 (110)</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>