Termonad.Keys
showKeys :: EventKey -> IO Bool Source #
data Key Source #
Constructors
Fields
Defined in Termonad.Keys
Methods
showsPrec :: Int -> Key -> ShowS #
show :: Key -> String #
showList :: [Key] -> ShowS #
(==) :: Key -> Key -> Bool #
(/=) :: Key -> Key -> Bool #
compare :: Key -> Key -> Ordering #
(<) :: Key -> Key -> Bool #
(<=) :: Key -> Key -> Bool #
(>) :: Key -> Key -> Bool #
(>=) :: Key -> Key -> Bool #
max :: Key -> Key -> Key #
min :: Key -> Key -> Key #
toKey :: Word32 -> Set ModifierType -> Key Source #
keyMap :: Map Key (TMState -> TMWindowId -> IO Bool) Source #
stopProp :: (TMState -> TMWindowId -> IO a) -> TMState -> TMWindowId -> IO Bool Source #
removeStrangeModifiers :: Key -> Key Source #
handleKeyPress :: TMState -> TMWindowId -> EventKey -> IO Bool Source #