Safe Haskell | None |
---|---|
Language | GHC2021 |
Synopsis
- data KeyHideSwitch
Documentation
data KeyHideSwitch Source #
Type for determining if we use the command's key for display, rather than the key itself.
KeyHideOff | Display the command's key, if it exists, rather than the key itself. |
KeyHideOn | Display the command itself, not the key. |