Crate bindkey [] [src]

Modules

keysym

Structs

CallbackStorage
HotKey

Enums

Modifier
TriggerOn

Functions

start

Start grabbing keys and executing callbacks

start_async

Start, grabbing keys and executing callbacks in separate thread, returns JoinHandle for this thread. Shortcut for std::thread::spawn(|| bindkey::start()).

Type Definitions

Callback