@nmakarov/cli-toolkit 0.11.4 → 0.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/init.cjs CHANGED
@@ -676,6 +676,8 @@ async function showScreen(config2) {
676
676
  keyMatches = true;
677
677
  } else if (input === binding.key) {
678
678
  keyMatches = true;
679
+ } else if (key?.name === binding.key) {
680
+ keyMatches = true;
679
681
  }
680
682
  if (keyMatches) {
681
683
  if (binding.enabled === false) {