public static BoolParameter fullScreen
= new BoolParameter("FullScreen",
- "Full Screen Mode",
+ "Enable full screen",
false);
public static BoolParameter fullScreenAllMonitors
Fl::screen_xywh(sx, sy, sw, sh, i);
if ((sx == x) && (sy == y) && (sw == w) && (sh == h)) {
- vlog.info(_("Adjusting window size to avoid accidental full screen request"));
+ vlog.info(_("Adjusting window size to avoid accidental full-screen request"));
// Assume a panel of some form and adjust the height
y += 20;
h -= 40;
fullScreenCheckbox = new Fl_Check_Button(LBLRIGHT(tx, ty,
CHECK_MIN_WIDTH,
CHECK_HEIGHT,
- _("Enable full-screen")));
+ _("Enable full screen")));
ty += CHECK_HEIGHT + INNER_MARGIN;
width = tw - OUTER_MARGIN * 2;
BoolParameter fullscreenSystemKeys("FullscreenSystemKeys",
"Pass special keys (like Alt+Tab) directly "
- "to the server when in full screen mode.",
+ "to the server when in full-screen mode.",
true);
#ifndef WIN32
dismiss the popup. So to get an F8 through to the VNC server simply press it
twice.
-.SH FULL SCREEN MODE
+.SH FULL-SCREEN MODE
A full-screen mode is supported. This is particularly useful when connecting
to a remote screen which is the same size as your local one. If the remote
screen is bigger, you can scroll by bumping the mouse against the edge of the