keylayouts-0.1.0.2: Tools for macOS .keylayout files
Safe HaskellNone
LanguageHaskell2010

Keyboard

Documentation

data When Source #

Constructors

WhenRange 

Fields

When 

Instances

Instances details
Show When Source # 
Instance details

Defined in Keyboard

Methods

showsPrec :: Int -> When -> ShowS #

show :: When -> String #

showList :: [When] -> ShowS #

data State Source #

Constructors

State ByteString 
None 

Instances

Instances details
Show State Source # 
Instance details

Defined in Keyboard

Methods

showsPrec :: Int -> State -> ShowS #

show :: State -> String #

showList :: [State] -> ShowS #

data Action Source #

Constructors

Action 

Instances

Instances details
Show Action Source # 
Instance details

Defined in Keyboard

data Key Source #

Instances

Instances details
Show Key Source # 
Instance details

Defined in Keyboard

Methods

showsPrec :: Int -> Key -> ShowS #

show :: Key -> String #

showList :: [Key] -> ShowS #

data KeyCode Source #

Constructors

Virtual ByteString 

Instances

Instances details
Show KeyCode Source # 
Instance details

Defined in Keyboard

data KeyMap Source #

Instances

Instances details
Show KeyMap Source # 
Instance details

Defined in Keyboard

data KeyMapSet Source #

Instances

Instances details
Show KeyMapSet Source # 
Instance details

Defined in Keyboard

data KeyMapSet_Id Source #

Constructors

ANSI 
JIS

Japan

Instances

Instances details
Eq KeyMapSet_Id Source # 
Instance details

Defined in Keyboard

Read KeyMapSet_Id Source # 
Instance details

Defined in Keyboard

Show KeyMapSet_Id Source # 
Instance details

Defined in Keyboard

data ModifierStatus Source #

Constructors

(:!)

Required

(:?)

Irrelevant

Instances

Instances details
Eq ModifierStatus Source # 
Instance details

Defined in Keyboard

Show ModifierStatus Source # 
Instance details

Defined in Keyboard

data Side Source #

Constructors

L 
R 
Any 

Instances

Instances details
Eq Side Source # 
Instance details

Defined in Keyboard

Methods

(==) :: Side -> Side -> Bool #

(/=) :: Side -> Side -> Bool #

Ord Side Source # 
Instance details

Defined in Keyboard

Methods

compare :: Side -> Side -> Ordering #

(<) :: Side -> Side -> Bool #

(<=) :: Side -> Side -> Bool #

(>) :: Side -> Side -> Bool #

(>=) :: Side -> Side -> Bool #

max :: Side -> Side -> Side #

min :: Side -> Side -> Side #

Show Side Source # 
Instance details

Defined in Keyboard

Methods

showsPrec :: Int -> Side -> ShowS #

show :: Side -> String #

showList :: [Side] -> ShowS #

Semigroup Side Source # 
Instance details

Defined in Keyboard

Methods

(<>) :: Side -> Side -> Side #

sconcat :: NonEmpty Side -> Side #

stimes :: Integral b => b -> Side -> Side #

data Mod Source #

Constructors

Shift 
Option 
Control 

Instances

Instances details
Eq Mod Source # 
Instance details

Defined in Keyboard

Methods

(==) :: Mod -> Mod -> Bool #

(/=) :: Mod -> Mod -> Bool #

Ord Mod Source # 
Instance details

Defined in Keyboard

Methods

compare :: Mod -> Mod -> Ordering #

(<) :: Mod -> Mod -> Bool #

(<=) :: Mod -> Mod -> Bool #

(>) :: Mod -> Mod -> Bool #

(>=) :: Mod -> Mod -> Bool #

max :: Mod -> Mod -> Mod #

min :: Mod -> Mod -> Mod #

Show Mod Source # 
Instance details

Defined in Keyboard

Methods

showsPrec :: Int -> Mod -> ShowS #

show :: Mod -> String #

showList :: [Mod] -> ShowS #

newtype Modifier Source #

Constructors

Modifier 

Instances

Instances details
Show Modifier Source # 
Instance details

Defined in Keyboard

data KeyMapSelect Source #

Instances

Instances details
Show KeyMapSelect Source # 
Instance details

Defined in Keyboard

data Layout Source #

Instances

Instances details
Show Layout Source # 
Instance details

Defined in Keyboard

newtype Layouts Source #

Constructors

Layouts 

Instances

Instances details
Show Layouts Source # 
Instance details

Defined in Keyboard

newtype Group Source #

Constructors

Group 

Fields

Instances

Instances details
Show Group Source # 
Instance details

Defined in Keyboard

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

newtype Ix a Source #

Constructors

Ix 

Fields

Instances

Instances details
Show (Ix a) Source # 
Instance details

Defined in Keyboard

Methods

showsPrec :: Int -> Ix a -> ShowS #

show :: Ix a -> String #

showList :: [Ix a] -> ShowS #

newtype Id a Source #

Constructors

Id 

Fields

Instances

Instances details
Show (Id a) Source # 
Instance details

Defined in Keyboard

Methods

showsPrec :: Int -> Id a -> ShowS #

show :: Id a -> String #

showList :: [Id a] -> ShowS #

IsString (Id a) Source # 
Instance details

Defined in Keyboard

Methods

fromString :: String -> Id a #

data XenoException #

Instances

Instances details
Data XenoException 
Instance details

Defined in Xeno.Types

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> XenoException -> c XenoException #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c XenoException #

toConstr :: XenoException -> Constr #

dataTypeOf :: XenoException -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c XenoException) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c XenoException) #

gmapT :: (forall b. Data b => b -> b) -> XenoException -> XenoException #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> XenoException -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> XenoException -> r #

gmapQ :: (forall d. Data d => d -> u) -> XenoException -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> XenoException -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> XenoException -> m XenoException #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> XenoException -> m XenoException #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> XenoException -> m XenoException #

Show XenoException 
Instance details

Defined in Xeno.Types

Generic XenoException 
Instance details

Defined in Xeno.Types

Associated Types

type Rep XenoException :: Type -> Type #

Exception XenoException 
Instance details

Defined in Xeno.Types

NFData XenoException 
Instance details

Defined in Xeno.Types

Methods

rnf :: XenoException -> () #

MonadFail (Either XenoException) 
Instance details

Defined in Xeno.Types

type Rep XenoException 
Instance details

Defined in Xeno.Types

type Rep XenoException = D1 ('MetaData "XenoException" "Xeno.Types" "xeno-0.4.2-7qFgUCaah4QJj7X2JGe6i" 'False) (C1 ('MetaCons "XenoStringIndexProblem" 'PrefixI 'True) (S1 ('MetaSel ('Just "stringIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "inputString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString)) :+: (C1 ('MetaCons "XenoParseError" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString)) :+: C1 ('MetaCons "XenoExpectRootNode" 'PrefixI 'False) (U1 :: Type -> Type)))