aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/EZConfig.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* eliminate references to defaultConfigDaniel Wagner2013-05-281-6/+6
* U.EZConfig allow removing more than one mouse binding.Adam Vogt2011-09-231-1/+1
* Add XF86TouchpadToggle to the list of multimedia keys in X.U.EZConfigDaniel Schoepe2011-09-171-0/+2
* fix warnings in X.U.EZConfigBrent Yorgey2011-09-081-4/+4
* bugfix: removeKeys should remove all keys in the provided listDaniel Wagner2010-03-271-1/+1
* Bypass more of stringToKeysym in U.PasteAdam Vogt2009-11-141-1/+3
* U.EZConfig: Correct additionalKeysP M2-M5 valuesWirt Wolff2009-09-061-4/+5
* U.NamedActions: align the descriptions for each section, refactor its integra...Adam Vogt2009-07-261-10/+6
* Add U.NamedActions: present a list of keybindings including submapsAdam Vogt2009-05-041-1/+18
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-181-2/+2
* U.EZConfig: add xK_Print <Print> to special keyswirtwolff2009-03-031-0/+2
* minor typo in XMonad/Util/EZConfig.hsJoachim Breitner2009-02-081-1/+1
* Multimedia keys support for EZConfigKhudyakov Alexey2009-02-071-11/+283
* X.U.EZConfig: expand documentationBrent Yorgey2009-01-161-5/+13
* allow function keys up to F24brian2008-06-261-2/+2
* XMonad.Util.EZConfig: add keypad bindingsLukas Mai2008-06-151-0/+74
* XMonad.Util.EZConfig: minor cleanupsLukas Mai2008-05-281-28/+26
* EZConfig: add documentation and a warning, so no one repeats my silly hard-to...Brent Yorgey2008-03-111-1/+12
* EZConfig: additional documentationBrent Yorgey2008-02-271-3/+15
* EZConfig: add an emacs-style keybinding parser!Brent Yorgey2008-02-261-8/+279
* Prune more importsSpencer Janssen2007-12-081-1/+0
* Miscellaneous spell-checkingShachaf Ben-Kiki2007-11-191-1/+1
* EZConfig.hs: haddock fixesAndrea Rossato2007-11-141-0/+3
* CustomKeys.hs: moved into `Util' directoryValery V. Vorotyntsev2007-11-141-1/+1
* fix EZConfig documentationDevin Mullins2007-11-141-2/+6
* EZConfig: update for kind change in XConfigSpencer Janssen2007-11-111-4/+4
* add helper module for writing configsDevin Mullins2007-11-111-0/+55