diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj
index 3bdd7f46a3..85ff2c2c10 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj
@@ -126,6 +126,9 @@
6.2.9
+
+ 6.0.0
+
6.0.0
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml
index dbd68c14dd..e5d085d625 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml
@@ -5,14 +5,16 @@
xmlns:local="using:Microsoft.PowerToys.Settings.UI.Views"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:viewmodels="using:Microsoft.PowerToys.Settings.UI.ViewModels"
+ xmlns:viewModel="using:Microsoft.PowerToys.Settings.UI.ViewModels"
+ xmlns:extensions="using:Microsoft.Toolkit.Uwp.UI.Extensions"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
-
+
+
-
+
@@ -39,7 +41,7 @@
Grid.Column="1"
FontSize="14"
VerticalAlignment="Center" />
-
+
-
-
-
-
-
+
+
+
+ -->
@@ -126,6 +128,7 @@
Command="{Binding Path=RemapKeyboardCommand}"/>
+ HorizontalAlignment="Left"
+ SelectionMode="None"
+ IsSwipeEnabled="False"/>
-
+ HorizontalAlignment="Left"
+ SelectionMode="None"
+ IsSwipeEnabled="False"/>