diff --git a/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfo.cs b/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfo.cs index 19cbfb0..702141b 100644 --- a/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfo.cs +++ b/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("NotVPR_Remote")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+654af164ab4489c774208e885e281885e008210b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9a8ad0bb2fd16c90755afdfb8d7218362d6b667b")] [assembly: System.Reflection.AssemblyProductAttribute("NotVPR_Remote")] [assembly: System.Reflection.AssemblyTitleAttribute("NotVPR_Remote")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfoInputs.cache b/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfoInputs.cache index c621410..411754b 100644 --- a/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfoInputs.cache +++ b/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfoInputs.cache @@ -1 +1 @@ -b514a04c750ec160bf4b9410f5a30998919de0ec1c4b73c997afa9f6c13170c7 +3d15d74596a8970912a8dabdafafc0d6d5790369f74eec627a1983fd3c47a6be diff --git a/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfo.cs b/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfo.cs index b14402d..4bfad58 100644 --- a/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfo.cs +++ b/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("NotVPR_SideProjecktForVpr_FreeTime")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+654af164ab4489c774208e885e281885e008210b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9a8ad0bb2fd16c90755afdfb8d7218362d6b667b")] [assembly: System.Reflection.AssemblyProductAttribute("NotVPR_SideProjecktForVpr_FreeTime")] [assembly: System.Reflection.AssemblyTitleAttribute("NotVPR_SideProjecktForVpr_FreeTime")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfoInputs.cache b/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfoInputs.cache index 5ee8c13..834e928 100644 --- a/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfoInputs.cache +++ b/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfoInputs.cache @@ -1 +1 @@ -a85a0ab2a07bbb710c1b5ca87c0627824f06d465e0548477032474c6284c068b +8f3d74393500effb2738998a78a667ef4e6938d33d9e57fe382365afa07103b1 diff --git a/ShadowStream/Modules/Obejeckte/Item.cs b/ShadowStream/Modules/Obejeckte/Item.cs index 37d89e5..b96e0cc 100644 --- a/ShadowStream/Modules/Obejeckte/Item.cs +++ b/ShadowStream/Modules/Obejeckte/Item.cs @@ -61,7 +61,9 @@ namespace ShadowStream.Obejeckte { Content = isFoto ? "Show" : "Play", HorizontalAlignment = HorizontalAlignment.Center, - Tag = path + "||" + type // Store path or any identifier + Tag = path + "||" + type,// Store path or any identifier + Focusable = true + }; if (clickHandler != null) diff --git a/ShadowStream/Views/MainWindow.xaml b/ShadowStream/Views/MainWindow.xaml index 2cad90d..c157097 100644 --- a/ShadowStream/Views/MainWindow.xaml +++ b/ShadowStream/Views/MainWindow.xaml @@ -3,174 +3,132 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:vlc="clr-namespace:LibVLCSharp.WPF;assembly=LibVLCSharp.WPF" + xmlns:vlc="clr-namespace:LibVLCSharp.WPF;assembly=LibVLCSharp.WPF" mc:Ignorable="d" Title="MainWindow" Height="450" Width="800" - KeyUp="Key_Up"> - - + KeyUp="Key_Up" + PreviewKeyDown="MainWindow_PreviewKeyDown" + Loaded="MainWindow_Loaded" + KeyboardNavigation.DirectionalNavigation="None"> + + + + + + - - - + + + - - - + + + + -