mirror of https://github.com/fltk/fltk
FLTK doc: Use Unicode character ⌘ (U+2318) in a macOS-specific context.
This commit is contained in:
parent
a1115f13e3
commit
812052e458
|
@ -76,7 +76,7 @@ each screen of the system. If this attempt fails, it's possible to set the
|
|||
it's possible to change the scale factor value of any screen at run time
|
||||
with ctrl/+/-/0/ keystrokes which enlarge, shrink, and reset, respectively,
|
||||
all FLTK windows on a screen and their content.
|
||||
Under Mac OS X, the corresponding GUI scaling shortcuts are cmd/+/-/0/.
|
||||
Under Mac OS X, the corresponding GUI scaling shortcuts are ⌘/+/-/0/.
|
||||
|
||||
GUI rescaling involves also image drawing: the screen area covered by the drawn image
|
||||
contains a number of pixels that grows with the scale factor. When FLTK draws images,
|
||||
|
|
Loading…
Reference in New Issue