tweak: normalize escape keybind

This commit is contained in:
Aiden Cline
2025-11-05 10:13:04 -06:00
parent c9dfe6d964
commit 77c65b18b5

View File

@@ -64,6 +64,9 @@ export namespace Keybind {
case "leader":
info.leader = true
break
case "esc":
info.name = "escape"
break
default:
info.name = part
break