Copyright | (c) 2018 L. S. Leary |
---|---|
License | BSD3-style (see LICENSE) |
Maintainer | L. S. Leary |
Stability | unstable |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
XMonad.Util.Grab
Contents
Description
This module should not be directly used by users. Its purpose is to facilitate grabbing and ungrabbing keys.
Usage
This module should not be directly used by users. Its purpose is to facilitate grabbing and ungrabbing keys.
A convenience function to grab and ungrab keys
grab :: [(KeyMask, KeySym)] -> X () #
A convenience function to grab keys. This also ungrabs all previously grabbed keys.
customRegrabEvHook :: X () -> Event -> X All #
An event hook that runs a custom action to regrab the necessary keys.