From 25a48e25941bc5064e391b44ce373d0561010e80 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Thu, 31 Jan 2008 02:27:28 +0100 Subject: Extending.hs: documentation update darcs-hash:20080131012728-bd4d7-37532b163af1144c2a6cfdd87a6b69360ded3f32.gz --- XMonad/Doc/Extending.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'XMonad/Doc/Extending.hs') 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 +. + 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. -- cgit v1.2.3