wild-bind-x11-0.2.0.13: X11-specific implementation for WildBind
MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellNone
LanguageHaskell2010

WildBind.X11.Emulate.Example

Description

This is an example of using WildBind.X11.Emulate. See the source.

Since: 0.2.0.0

Synopsis

Documentation

main :: IO () Source #

myBinding :: X11Front XKeyEvent -> Binding ActiveWindow XKeyEvent Source #

To use emulation functions, you need to obtain an X11Front object by withX11Front, and call emulation functions on it.

bindsF function is useful to send keyboard events to the current ActiveWindow.