mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[PTRun]Input Smoothing Default value as recommended (#27288)
Included is enabled logic Co-authored-by: Sam Mercer <sam.mercer@globalviewsystems.co.uk>
This commit is contained in:
@@ -97,6 +97,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
|||||||
Position = StartupPosition.Cursor;
|
Position = StartupPosition.Cursor;
|
||||||
UseCentralizedKeyboardHook = false;
|
UseCentralizedKeyboardHook = false;
|
||||||
SearchQueryResultsWithDelay = true;
|
SearchQueryResultsWithDelay = true;
|
||||||
|
SearchInputDelayFast = 50;
|
||||||
SearchInputDelay = 150;
|
SearchInputDelay = 150;
|
||||||
SearchClickedItemWeight = 5;
|
SearchClickedItemWeight = 5;
|
||||||
SearchQueryTuningEnabled = false;
|
SearchQueryTuningEnabled = false;
|
||||||
|
|||||||
@@ -104,7 +104,9 @@
|
|||||||
IsExpanded="True">
|
IsExpanded="True">
|
||||||
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.SearchQueryResultsWithDelay}" />
|
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.SearchQueryResultsWithDelay}" />
|
||||||
<labs:SettingsExpander.Items>
|
<labs:SettingsExpander.Items>
|
||||||
<labs:SettingsCard x:Uid="PowerLauncher_FastSearchInputDelayMs">
|
<labs:SettingsCard
|
||||||
|
x:Uid="PowerLauncher_FastSearchInputDelayMs"
|
||||||
|
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.SearchQueryResultsWithDelay}">
|
||||||
<NumberBox
|
<NumberBox
|
||||||
MinWidth="{StaticResource SettingActionControlMinWidth}"
|
MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||||
LargeChange="50"
|
LargeChange="50"
|
||||||
|
|||||||
Reference in New Issue
Block a user