robot-1.0.1: Simulate keyboard and mouse events

Safe HaskellNone

Test.Robot.Internal.XTest

Contents

Description

Low-level wrappers around the XTest protocol.

Synopsis

XTest primitives

releaseAll :: Connection -> IO ()Source

Release all the keys and buttons, in case some were left held down.

Utility functions

getKeysymMap :: Connection -> IO (Map KEYSYM KEYCODE)Source

Return a structure mapping keysyms to their keycode.