From ab6ef9d52f60ac991baafc7af33775e34484f358 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 23 Oct 2023 00:52:30 +0200 Subject: FLUID: Stops overriding Ctrl-0 shortcut. #802 Ctrl-0 is used by FLTK globally to zoom all windows back to 100%, so FLUID should not override that. Loading the previous file is now Ctrl-1 instead of Ctrl-0. --- documentation/src/fluid.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src') diff --git a/documentation/src/fluid.dox b/documentation/src/fluid.dox index fb558a472..ebfdaaafe 100644 --- a/documentation/src/fluid.dox +++ b/documentation/src/fluid.dox @@ -1681,7 +1681,7 @@ On Apple computers, use the Apple Command key instead of Ctrl. `F7` group widgets `F8` ungroup widgets `Delete` delete selected widgets - `Ctrl-0..9` load design from history + `Ctrl-1..9` load project from history `Alt-1` label text tiny `Alt-2` lLabel text small `Alt-3` label text normal -- cgit v1.2.3