aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Doc/Extending.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2008-01-31 02:27:28 +0100
committerBrent Yorgey <byorgey@gmail.com>2008-01-31 02:27:28 +0100
commit25a48e25941bc5064e391b44ce373d0561010e80 (patch)
treecb2966ada135dabe61321f08c40b9dc45c211306 /XMonad/Doc/Extending.hs
parenta57661f0f543acda704396a8f24fcdcc888c5a00 (diff)
downloadXMonadContrib-25a48e25941bc5064e391b44ce373d0561010e80.tar.gz
XMonadContrib-25a48e25941bc5064e391b44ce373d0561010e80.tar.xz
XMonadContrib-25a48e25941bc5064e391b44ce373d0561010e80.zip
Extending.hs: documentation update
darcs-hash:20080131012728-bd4d7-37532b163af1144c2a6cfdd87a6b69360ded3f32.gz
Diffstat (limited to 'XMonad/Doc/Extending.hs')
-rw-r--r--XMonad/Doc/Extending.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs
index 12e7591..7ca338e 100644
--- a/XMonad/Doc/Extending.hs
+++ b/XMonad/Doc/Extending.hs
@@ -439,6 +439,9 @@ This particular definition also requires importing "Graphics.X11.Xlib"
> import Graphics.X11.Xlib
> import ... -- and so on
+For a list of the names of particular keys (such as xK_F12, and so on), see
+<http://hackage.haskell.org/packages/archive/X11/1.4.1/doc/html/Graphics-X11-Types.html>.
+
Usually, rather than completely redefining the key bindings, as we did
above, we want to simply add some new bindings and\/or remove existing
ones.