diff options
author | Jason Creighton <jcreigh@gmail.com> | 2007-06-01 03:51:37 +0200 |
---|---|---|
committer | Jason Creighton <jcreigh@gmail.com> | 2007-06-01 03:51:37 +0200 |
commit | dba1257bd521925f5e6524f1b49468beae5ea87a (patch) | |
tree | b3fdcc5997eab31b4c73299027a5b609666569bc /Config.hs-boot | |
parent | 473dafebcd0c24b10a94c977b18e424ffca36543 (diff) | |
download | metatile-dba1257bd521925f5e6524f1b49468beae5ea87a.tar metatile-dba1257bd521925f5e6524f1b49468beae5ea87a.zip |
ignore numlock/capslock on mouse bindings
darcs-hash:20070601015137-b9aa7-51c6b9ec428c2d16d65b196384fa2ce953dda245
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index 681160a..ca01d46 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -3,3 +3,4 @@ import Graphics.X11.Xlib.Types (Dimension) import Graphics.X11.Xlib (KeyMask) borderWidth :: Dimension modMask :: KeyMask +numlockMask :: KeyMask |