racket/gui docs: use 'compact style for some itemizations
original commit: 3b669c3c826ed06aaffc36c7828c96153118f79d
This commit is contained in:
parent
2935b5c48b
commit
c10054b96a
|
@ -68,6 +68,7 @@ Gets the virtual key code for the key event. The virtual key code is
|
|||
either a character or a special key symbol, one of the following:
|
||||
|
||||
@itemize[
|
||||
#:style 'compact
|
||||
@item{@indexed-racket['start]}
|
||||
@item{@indexed-racket['cancel]}
|
||||
@item{@indexed-racket['clear]}
|
||||
|
|
|
@ -196,6 +196,7 @@ A key identifier can be either a character on the keyboard (e.g.,
|
|||
special names are as follows:
|
||||
|
||||
@itemize[
|
||||
#:style 'compact
|
||||
@item{@litchar{leftbutton} (button down)}
|
||||
@item{@litchar{rightbutton}}
|
||||
@item{@litchar{middlebutton}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user