Portability | portable |
---|---|
Stability | provisional |
Maintainer | libraries@haskell.org |
Abstract representation of keys.
- data Key
- keyToChar :: Key -> Char
- isCharKey :: Key -> Bool
- isBackSpaceKey :: Key -> Bool
- isTabKey :: Key -> Bool
- isClearKey :: Key -> Bool
- isReturnKey :: Key -> Bool
- isEscapeKey :: Key -> Bool
- isDeleteKey :: Key -> Bool
- isHomeKey :: Key -> Bool
- isLeftKey :: Key -> Bool
- isUpKey :: Key -> Bool
- isRightKey :: Key -> Bool
- isDownKey :: Key -> Bool
- isPriorKey :: Key -> Bool
- isPageUpKey :: Key -> Bool
- isNextKey :: Key -> Bool
- isPageDownKey :: Key -> Bool
- isEndKey :: Key -> Bool
- isShiftLKey :: Key -> Bool
- isShiftRKey :: Key -> Bool
- isControlLKey :: Key -> Bool
- isControlRKey :: Key -> Bool
Documentation
isBackSpaceKey :: Key -> BoolSource
isClearKey :: Key -> BoolSource
isReturnKey :: Key -> BoolSource
isEscapeKey :: Key -> BoolSource
isDeleteKey :: Key -> BoolSource
isRightKey :: Key -> BoolSource
isPriorKey :: Key -> BoolSource
isPageUpKey :: Key -> BoolSource
isPageDownKey :: Key -> BoolSource
isShiftLKey :: Key -> BoolSource
isShiftRKey :: Key -> BoolSource
isControlLKey :: Key -> BoolSource
isControlRKey :: Key -> BoolSource