mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +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;
|
||||
UseCentralizedKeyboardHook = false;
|
||||
SearchQueryResultsWithDelay = true;
|
||||
SearchInputDelayFast = 50;
|
||||
SearchInputDelay = 150;
|
||||
SearchClickedItemWeight = 5;
|
||||
SearchQueryTuningEnabled = false;
|
||||
|
||||
@@ -104,7 +104,9 @@
|
||||
IsExpanded="True">
|
||||
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.SearchQueryResultsWithDelay}" />
|
||||
<labs:SettingsExpander.Items>
|
||||
<labs:SettingsCard x:Uid="PowerLauncher_FastSearchInputDelayMs">
|
||||
<labs:SettingsCard
|
||||
x:Uid="PowerLauncher_FastSearchInputDelayMs"
|
||||
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.SearchQueryResultsWithDelay}">
|
||||
<NumberBox
|
||||
MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||
LargeChange="50"
|
||||
|
||||
Reference in New Issue
Block a user