From 216c9c0adccde0419d4363e8aea6468a1371dd9a Mon Sep 17 00:00:00 2001 From: Reza Bakhshi Laktasaraei <74649066+rezabakhshilaktasaraei@users.noreply.github.com> Date: Sat, 3 May 2025 16:36:01 +0330 Subject: [PATCH] Enable Tab navigation for ListBox in ProfilesView for sighted users Removed Focusable="False" from ListBoxItem style to allow sighted users to navigate items using the Tab key, while ensuring NVDA can still read the items correctly using AutomationProperties. --- v2rayN/v2rayN/Views/ProfilesView.xaml | 1 - 1 file changed, 1 deletion(-) diff --git a/v2rayN/v2rayN/Views/ProfilesView.xaml b/v2rayN/v2rayN/Views/ProfilesView.xaml index 38b80a1f..70d14f5b 100644 --- a/v2rayN/v2rayN/Views/ProfilesView.xaml +++ b/v2rayN/v2rayN/Views/ProfilesView.xaml @@ -35,7 +35,6 @@