brick-2.8: A declarative terminal user interface library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Brick.Keybindings.Normalize

Synopsis

Documentation

normalizeKey :: [Modifier] -> Key -> Key Source #

A keybinding involving modifiers should have its key character normalized to lowercase since it's impossible to get uppercase keys from the terminal when modifiers are present.