From e3ef2e4f2b095993ba5600d301b0cbc9dbfd3d22 Mon Sep 17 00:00:00 2001 From: Tig Date: Wed, 28 Aug 2024 11:45:23 -0700 Subject: [PATCH] Fixed a UI Catalog shortcut bug --- UICatalog/UICatalog.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UICatalog/UICatalog.cs b/UICatalog/UICatalog.cs index 14b06f6e5..8d4693c0c 100644 --- a/UICatalog/UICatalog.cs +++ b/UICatalog/UICatalog.cs @@ -502,7 +502,8 @@ public class UICatalogApp CanFocus = false }, HelpText = "", - Key = Key.F6 + KeyBindingScope = KeyBindingScope.Application, + Key = Key.F7 }; ((CheckBox)ShForce16Colors.CommandView).CheckedStateChanging += (sender, args) =>