osdkeys-0.0: Show keys pressed with an on-screen display (Linux only)
OSDKeys.Types
Description
All types.
Synopsis
data State Source
Key processing state.
Constructors
Fields
Perhaps on some systems order of key press matters, but this type assumes it doesn't.
A sequence of key combinations e.g. "a" "C-f", "Alt-DEL", etc.
data Combo Source
A combination of some modifiers and a key.
Instances
data Event Source
An event.
newtype KeyCode Source
Key code.
newtype Device Source
Device identifier.
data Key Source
Well-typed key.