| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Keyboard
Documentation
data When_Terminator Source #
Constructors
| When_Terminator | |
Fields  | |
Instances
| Show When_Terminator Source # | |
Defined in Keyboard Methods showsPrec :: Int -> When_Terminator -> ShowS # show :: When_Terminator -> String # showList :: [When_Terminator] -> ShowS #  | |
Constructors
| WhenRange | |
Fields 
  | |
| When | |
Fields 
  | |
Constructors
| State ByteString | |
| None | 
Constructors
| KeyOutput | |
Fields 
  | |
| KeyNamedAction | |
Fields 
  | |
| KeyAction | |
Fields 
  | |
Constructors
| Virtual ByteString | 
Constructors
| KeyMap | |
Fields 
  | |
Constructors
| KeyMapSet | |
Fields  | |
data KeyMapSet_Id Source #
Instances
| Eq KeyMapSet_Id Source # | |
Defined in Keyboard  | |
| Read KeyMapSet_Id Source # | |
Defined in Keyboard Methods readsPrec :: Int -> ReadS KeyMapSet_Id # readList :: ReadS [KeyMapSet_Id] #  | |
| Show KeyMapSet_Id Source # | |
Defined in Keyboard Methods showsPrec :: Int -> KeyMapSet_Id -> ShowS # show :: KeyMapSet_Id -> String # showList :: [KeyMapSet_Id] -> ShowS #  | |
data ModifierStatus Source #
Instances
| Eq ModifierStatus Source # | |
Defined in Keyboard Methods (==) :: ModifierStatus -> ModifierStatus -> Bool # (/=) :: ModifierStatus -> ModifierStatus -> Bool #  | |
| Show ModifierStatus Source # | |
Defined in Keyboard Methods showsPrec :: Int -> ModifierStatus -> ShowS # show :: ModifierStatus -> String # showList :: [ModifierStatus] -> ShowS #  | |
data ModifierKey Source #
Instances
| Eq ModifierKey Source # | |
Defined in Keyboard  | |
| Ord ModifierKey Source # | |
Defined in Keyboard Methods compare :: ModifierKey -> ModifierKey -> Ordering # (<) :: ModifierKey -> ModifierKey -> Bool # (<=) :: ModifierKey -> ModifierKey -> Bool # (>) :: ModifierKey -> ModifierKey -> Bool # (>=) :: ModifierKey -> ModifierKey -> Bool # max :: ModifierKey -> ModifierKey -> ModifierKey # min :: ModifierKey -> ModifierKey -> ModifierKey #  | |
| Show ModifierKey Source # | |
Defined in Keyboard Methods showsPrec :: Int -> ModifierKey -> ShowS # show :: ModifierKey -> String # showList :: [ModifierKey] -> ShowS #  | |
newtype ModifierChord Source #
Constructors
| ModifierChord (Map ModifierKey ModifierStatus) | 
Instances
| Show ModifierChord Source # | |
Defined in Keyboard Methods showsPrec :: Int -> ModifierChord -> ShowS # show :: ModifierChord -> String # showList :: [ModifierChord] -> ShowS #  | |
| Semigroup ModifierChord Source # | |
Defined in Keyboard Methods (<>) :: ModifierChord -> ModifierChord -> ModifierChord # sconcat :: NonEmpty ModifierChord -> ModifierChord # stimes :: Integral b => b -> ModifierChord -> ModifierChord #  | |
| Monoid ModifierChord Source # | |
Defined in Keyboard Methods mempty :: ModifierChord # mappend :: ModifierChord -> ModifierChord -> ModifierChord # mconcat :: [ModifierChord] -> ModifierChord #  | |
Constructors
| Modifier | |
Fields  | |
data KeyMapSelect Source #
Constructors
| KeyMapSelect | |
Fields  | |
Instances
| Show KeyMapSelect Source # | |
Defined in Keyboard Methods showsPrec :: Int -> KeyMapSelect -> ShowS # show :: KeyMapSelect -> String # showList :: [KeyMapSelect] -> ShowS #  | |
data ModifierMap Source #
Constructors
| ModifierMap | |
Instances
| Show ModifierMap Source # | |
Defined in Keyboard Methods showsPrec :: Int -> ModifierMap -> ShowS # show :: ModifierMap -> String # showList :: [ModifierMap] -> ShowS #  | |
Constructors
| Layout | |
Fields  | |
Constructors
| Layouts | |
Fields  | |
Constructors
| Keyboard | |
Constructors
| Id | |
Fields 
  | |
export :: Keyboard -> ByteString Source #
data XenoException #
Constructors
| XenoStringIndexProblem | |
Fields 
  | |
| XenoParseError | |
Fields 
  | |
| XenoExpectRootNode | |