Extending.hs: documentation update

This commit is contained in:
Brent Yorgey
2008-01-31 01:27:28 +00:00
parent 1826f43e85
commit adf747b666
2 changed files with 16 additions and 13 deletions

View File

@@ -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.