diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml index fc3ea6a10a..5e2a04221f 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml @@ -14,12 +14,16 @@ + + ItemsSource="{x:Bind GetOriginalKeys()}" + IsTabStop="False"> @@ -52,7 +56,8 @@ Margin="5,0,5,0"/> + Grid.Column="2" + IsTabStop="False"> @@ -86,7 +91,8 @@ Orientation="Horizontal" Height="56"> + ItemsSource="{x:Bind GetOriginalKeys()}" + IsTabStop="False"> @@ -119,7 +125,8 @@ Margin="5,0,5,0"/> + Grid.Column="2" + IsTabStop="False"> @@ -252,6 +259,7 @@ IsSwipeEnabled="False" Visibility="{x:Bind Path=ViewModel.RemapKeys, Mode=OneWay, Converter={StaticResource visibleIfNotEmptyConverter}}" IsEnabled="{x:Bind Path=ViewModel.Enabled, Mode=OneWay}" + ItemContainerStyle="{StaticResource KeysListViewContainerStyle}" />