From 9207d5e8d64643e21a623cee5ca20a66899039f3 Mon Sep 17 00:00:00 2001 From: pbt3h24akh Date: Wed, 25 Feb 2026 10:35:23 +0100 Subject: [PATCH] =?UTF-8?q?Tastaturnavigation=20auf=20der=20Login-Seite=20?= =?UTF-8?q?hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SkyTeam/LogInPage.xaml | 12 +++++++----- SkyTeam/LogInPage.xaml.cs | 34 ++++++++++++++++++++++++---------- 2 files changed, 31 insertions(+), 15 deletions(-) diff --git a/SkyTeam/LogInPage.xaml b/SkyTeam/LogInPage.xaml index 91c0b1c..b6ba1dd 100644 --- a/SkyTeam/LogInPage.xaml +++ b/SkyTeam/LogInPage.xaml @@ -2,7 +2,9 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks" - Title="LogInPage"> + Title="LogInPage" + KeyboardNavigation.DirectionalNavigation="Cycle" + Loaded="Page_Loaded"> @@ -32,14 +34,14 @@