aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/EZConfig.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28eliminate references to defaultConfigDaniel Wagner1-6/+6
2011-09-23U.EZConfig allow removing more than one mouse binding.Adam Vogt1-1/+1
2011-09-17Add XF86TouchpadToggle to the list of multimedia keys in X.U.EZConfigDaniel Schoepe1-0/+2
2011-09-08fix warnings in X.U.EZConfigBrent Yorgey1-4/+4
2010-03-27bugfix: removeKeys should remove all keys in the provided listDaniel Wagner1-1/+1
2009-11-14Bypass more of stringToKeysym in U.PasteAdam Vogt1-1/+3
2009-09-06U.EZConfig: Correct additionalKeysP M2-M5 valuesWirt Wolff1-4/+5
2009-07-26U.NamedActions: align the descriptions for each section, refactor its integra...Adam Vogt1-10/+6
2009-05-04Add U.NamedActions: present a list of keybindings including submapsAdam Vogt1-1/+18
2009-06-18Correct many typos in the documentation, consistent US spellinggAdam Vogt1-2/+2
2009-03-03U.EZConfig: add xK_Print <Print> to special keyswirtwolff1-0/+2
2009-02-08minor typo in XMonad/Util/EZConfig.hsJoachim Breitner1-1/+1
2009-02-07Multimedia keys support for EZConfigKhudyakov Alexey1-11/+283
2009-01-16X.U.EZConfig: expand documentationBrent Yorgey1-5/+13
2008-06-26allow function keys up to F24brian1-2/+2
2008-06-15XMonad.Util.EZConfig: add keypad bindingsLukas Mai1-0/+74
2008-05-28XMonad.Util.EZConfig: minor cleanupsLukas Mai1-28/+26
2008-03-11EZConfig: add documentation and a warning, so no one repeats my silly hard-to...Brent Yorgey1-1/+12
2008-02-27EZConfig: additional documentationBrent Yorgey1-3/+15
2008-02-26EZConfig: add an emacs-style keybinding parser!Brent Yorgey1-8/+279
2007-12-08Prune more importsSpencer Janssen1-1/+0
2007-11-19Miscellaneous spell-checkingShachaf Ben-Kiki1-1/+1
2007-11-14EZConfig.hs: haddock fixesAndrea Rossato1-0/+3
2007-11-14CustomKeys.hs: moved into `Util' directoryValery V. Vorotyntsev1-1/+1
2007-11-14fix EZConfig documentationDevin Mullins1-2/+6
2007-11-11EZConfig: update for kind change in XConfigSpencer Janssen1-4/+4
2007-11-11add helper module for writing configsDevin Mullins1-0/+55