>># 
>># Copyright 1990, 1991 by the Massachusetts Institute of Technology and
>># UniSoft Group Limited.
>># 
>># Permission to use, copy, modify, distribute, and sell this software and
>># its documentation for any purpose is hereby granted without fee,
>># provided that the above copyright notice appear in all copies and that
>># both that copyright notice and this permission notice appear in
>># supporting documentation, and that the names of MIT and UniSoft not be
>># used in advertising or publicity pertaining to distribution of the
>># software without specific, written prior permission.  MIT and UniSoft
>># make no representations about the suitability of this software for any
>># purpose.  It is provided "as is" without express or implied warranty.
>># 
>># $XConsortium: dsplykycds.m,v 1.5 92/06/11 17:12:29 rws Exp $
>># 
>>#
>>TITLE XDisplayKeycodes CH07
>>ASSERTION A XDisplayKeycodes-1
A call to XDisplayKeycodes returns the minimum KeyCode
value supported by the specified display to
min_keycodes_return and the maximum KeyCode value supported
by the specified display to max_keycodes_return.
>>STRATEGY
Call XDisplayKeycodes.
Use min keycode with XGrabKey.
Verify that it gives no error.
Use min keycode minus one with XGrabKey.
Verify that it gives an error.
Use max keycode with XGrabKey.
Verify that it gives no error.
Use max keycode plus one with XGrabKey.
Verify that it gives an error.
>>ASSERTION A XDisplayKeycodes-2
A call to XDisplayKeycodes returns a minimum KeyCode value
greater than or equal to 8.
>>STRATEGY
Call XDisplayKeycodes.
Verify minimum KeyCode is greater than or equal to 8.
>>ASSERTION A XDisplayKeycodes-3
A call to XDisplayKeycodes returns a maximum KeyCode value
less than or equal to 255.
>>STRATEGY
Call XDisplayKeycodes.
Verify maximum KeyCode is less than or equal to 255.
