name: stickyKeysHotKey version: 0.1.0.2 synopsis: get and set STICKYKEYS.SKF_HOTKEYACTIVE description: Library to get and set the status of STICKYKEYS.SKF_HOTKEYACTIVE on windows. This can be used to disable the sticky keys window that appears when pressing shift 5 times in a row. license: BSD3 license-file: LICENSE author: Soenke Hahn maintainer: shahn@joyridelabs.de -- copyright: category: System build-type: Simple cabal-version: >=1.8 source-repository head type: git location: https://github.com/nikki-and-the-robots/stickyKeysHotKey library exposed-modules: System.Win32.StickyKeysHotKey if os(mingw32) || os(win32) c-sources: src/bindings.c build-depends: base == 4.* hs-source-dirs: src