diff --git a/internal/ui/action.go b/internal/ui/action.go index a98da5ef..072f5802 100644 --- a/internal/ui/action.go +++ b/internal/ui/action.go @@ -83,7 +83,7 @@ func (a KeyActions) Hints() model.MenuHints { }, ) } else { - log.Error().Msgf("Unable to locate KeyName for %#v", string(k)) + log.Error().Msgf("Unable to locate KeyName for %#v", string(rune(k))) } } return hh