add:快捷键面板

This commit is contained in:
2026-05-01 17:43:29 +08:00
parent a33a399989
commit c27759189d
2 changed files with 24 additions and 0 deletions
@@ -90,6 +90,11 @@ namespace Ink_Canvas.Windows.SettingsViews.Pages
{
try
{
foreach (var hotkeyItem in _hotkeyItems.Values)
{
hotkeyItem.SetCurrentHotkey(Key.None, ModifierKeys.None);
}
if (_hotkeyManager != null)
{
var configHotkeys = _hotkeyManager.GetHotkeysFromConfigFile();