Documentation
¶
Index ¶
- func ListenForKeys(ctx context.Context, evtChan chan Hotkey, hotkeys ...Hotkey)
- func NewClipboardAccess() (*clipboardAccess, error)
- func NewKeyPresser() (*keyPresser, error)
- func NewSpeaker() *player
- func NewTeeReader(source io.ReadCloser, outPath string) (io.ReadCloser, error)
- type Hotkey
- type KeyPressing
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenForKeys ¶
func NewClipboardAccess ¶
func NewClipboardAccess() (*clipboardAccess, error)
func NewKeyPresser ¶
func NewKeyPresser() (*keyPresser, error)
func NewSpeaker ¶
func NewSpeaker() *player
func NewTeeReader ¶
func NewTeeReader(source io.ReadCloser, outPath string) (io.ReadCloser, error)
Types ¶
type Hotkey ¶
func (*Hotkey) ToKeyPressing ¶ added in v0.1.1
func (h *Hotkey) ToKeyPressing() KeyPressing
func (*Hotkey) UnmarshalYAML ¶
type KeyPressing ¶
Click to show internal directories.
Click to hide internal directories.