fix doc typos
This commit is contained in:
parent
2c5b1480f4
commit
3ae70e6617
|
@ -357,11 +357,11 @@ On Mac OS X, if a control-key press is combined with a mouse button
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@defmethod[(control+meta-is-altgr [down? any/c])
|
@defmethod[(set-control+meta-is-altgr [down? any/c])
|
||||||
void?]{
|
void?]{
|
||||||
|
|
||||||
Sets whether a Control plus Meta combination on Windows should be
|
Sets whether a Control plus Meta combination on Windows should be
|
||||||
treated as an AltGr combinations. See @racket[get-control+meta-is-altgr].
|
treated as an AltGr combinations. See @method[key-event% get-control+meta-is-altgr].
|
||||||
|
|
||||||
@history[#:added "1.2"]}
|
@history[#:added "1.2"]}
|
||||||
|
|
||||||
|
|
|
@ -187,7 +187,7 @@ The modifier identifiers are:
|
||||||
@item{@litchar{l:} --- All platforms: Caps Lock}
|
@item{@litchar{l:} --- All platforms: Caps Lock}
|
||||||
|
|
||||||
@item{@litchar{g:} --- Windows: Control plus Alt as AltGr;
|
@item{@litchar{g:} --- Windows: Control plus Alt as AltGr;
|
||||||
see @xmethod[key-event% control+meta-is-altgr]}
|
see @xmethod[key-event% get-control+meta-is-altgr]}
|
||||||
|
|
||||||
@item{@litchar{?:} --- All platforms: allow match to character produced by opposite
|
@item{@litchar{?:} --- All platforms: allow match to character produced by opposite
|
||||||
use of Shift, AltGr/Option, and/or Caps Lock, when available; see
|
use of Shift, AltGr/Option, and/or Caps Lock, when available; see
|
||||||
|
|
Loading…
Reference in New Issue
Block a user