Daniel Wagner
daa2731d3d
eliminate references to defaultConfig
2013-05-28 00:58:25 +00:00
Adam Vogt
c00dd7b51b
U.EZConfig allow removing more than one mouse binding.
2011-09-23 12:39:07 +00:00
Daniel Schoepe
f27e89a2ff
Add XF86TouchpadToggle to the list of multimedia keys in X.U.EZConfig
2011-09-17 15:14:19 +00:00
Brent Yorgey
9e5a712929
fix warnings in X.U.EZConfig
2011-09-08 13:32:46 +00:00
Daniel Wagner
8705542d1d
bugfix: removeKeys should remove all keys in the provided list
2010-03-27 19:25:41 +00:00
Adam Vogt
65d1309cf1
Bypass more of stringToKeysym in U.Paste
2009-11-14 22:37:26 +00:00
Wirt Wolff
f98c0c83a1
U.EZConfig: Correct additionalKeysP M2-M5 values
...
Was 8,9,10,11,12 rather than needed 8,16,32,64,128
2009-09-06 07:05:03 +00:00
Adam Vogt
d13dc2ff48
U.NamedActions: align the descriptions for each section, refactor its integration with EZConfig
2009-07-26 03:20:03 +00:00
Adam Vogt
a3ba5f1503
Add U.NamedActions: present a list of keybindings including submaps
2009-05-04 02:40:17 +00:00
Adam Vogt
cc84480c99
Correct many typos in the documentation, consistent US spellingg
2009-06-18 00:37:29 +00:00
wirtwolff
15217548ab
U.EZConfig: add xK_Print <Print> to special keys
...
Many setups are expecting xK_Print rather than
xK_Sys_Req, so make it available in additionalKeysP.
2009-03-02 23:07:41 +00:00
Joachim Breitner
b66d1aae33
minor typo in XMonad/Util/EZConfig.hs
2009-02-08 19:22:24 +00:00
Khudyakov Alexey
07793c1bc3
Multimedia keys support for EZConfig
2009-02-07 17:33:30 +00:00
Brent Yorgey
22ea09d747
X.U.EZConfig: expand documentation
2009-01-16 15:31:43 +00:00
brian
2dc1b0c5f7
allow function keys up to F24
2008-06-26 04:05:16 +00:00
Lukas Mai
1c18687ec4
XMonad.Util.EZConfig: add keypad bindings
2008-06-15 14:37:02 +00:00
Lukas Mai
4dc9baca48
XMonad.Util.EZConfig: minor cleanups
2008-05-28 16:54:50 +00:00
Brent Yorgey
5acc881930
EZConfig: add documentation and a warning, so no one repeats my silly hard-to-track-down mistake.
2008-03-11 17:26:10 +00:00
Brent Yorgey
40b636aea5
EZConfig: additional documentation
2008-02-27 16:46:02 +00:00
Brent Yorgey
3cbddabe3d
EZConfig: add an emacs-style keybinding parser!
...
Now, instead of writing out incredibly dull things like
((modMask conf .|. controlMask .|. shiftMask, xK_F2), ...)
you can just write
("M-C-S-<F2>", ...)
Hooray!
2008-02-26 22:27:23 +00:00
Spencer Janssen
4f7764ca8b
Prune more imports
2007-12-07 23:51:16 +00:00
Shachaf Ben-Kiki
6302d0b0b9
Miscellaneous spell-checking
2007-11-18 23:03:19 +00:00
Andrea Rossato
622ddfc38b
EZConfig.hs: haddock fixes
2007-11-14 19:11:09 +00:00
"Valery V. Vorotyntsev"
20e92a5d40
CustomKeys.hs: moved into `Util' directory
...
I still wonder why do we need all those configuration examples. :)
2007-11-14 15:34:18 +00:00
Devin Mullins
5f6a80ca7a
fix EZConfig documentation
2007-11-14 12:04:42 +00:00
Spencer Janssen
25849e68e0
EZConfig: update for kind change in XConfig
2007-11-11 21:53:14 +00:00
Devin Mullins
a96b55ecfe
add helper module for writing configs
...
Looking for suggestions on this module. Does it belong here? Is there a better
name? Should the additional* functions pass the modMask to their second
argument? etc.
2007-11-11 07:52:22 +00:00