BSD-3-Clause licensed and maintained by Toshio Ito
This version can be pinned in stack with:wild-bind-0.1.0.3@sha256:6f6b050c9e1a8e6684b7014efc3d189a985df12c7c53b5947193218781f829ed,2519

Module documentation for 0.1.0.3

Used by 1 package in nightly-2017-10-28(full list with versions):

wild-bind

WildBind is a dynamic and programmable key binding framework. See https://github.com/debug-ito/wild-bind for WildBind in general.

Architecture and Terminology

WildBind consists of FrontEnd and Binding.

                 +-------------------+
(user) --input-> |   desktop env.    |---[FrontEnd]---[Binding]
                 |                   |                    |
                 | (front-end state) |             (back-end state)
                 +-------------------+
  • A FrontEnd interfaces with a desktop environment. It reads input from the user and the state of the desktop environment. The state is called “front-end state”. FrontEnd passes those two kinds of data to Binding.
  • A Binding binds actions to input symbols. Optionally it has its own state, which is called “back-end state”.

wild-bind Packages

  • wild-bind: WildBind core data types and functions. This package defines FrontEnd, Binding and other common types. Although WildBind is mainly targeted to number pads, its core is independent of any input types or desktop environments.
  • wild-bind-x11: A FrontEnd implementation for X11 desktop environments.
  • wild-bind-indicator: A GUI that describes current Binding to the user.
  • wild-bind-task-x11: A bundle package that combines all packages above. End users should use this package first.

Author

Toshio Ito <debug.ito at gmail.com>

Changes

Revision history for wild-bind

0.1.0.3 – 2017-01-24

  • Confirmed build with hspec-2.4.0.

0.1.0.2 – 2016-10-09

  • Confirmed build with hspec-2.3.0.

0.1.0.1 – 2016-09-22

  • Fix URL in package description.

0.1.0.0 – 2016-09-22

  • First version. Released on an unsuspecting world.