From 6d7faa93e10db58be531a630421555b4fe50f9f3 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 10 Dec 2021 15:16:35 +0100 Subject: Fluid: added keyboard shortcuts documentation. --- documentation/src/fluid.dox | 59 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'documentation/src') diff --git a/documentation/src/fluid.dox b/documentation/src/fluid.dox index bad962d70..fd4cf4a38 100644 --- a/documentation/src/fluid.dox +++ b/documentation/src/fluid.dox @@ -19,6 +19,7 @@ Subchapters: \li \ref fluid_templates \li \ref fluid_i18n \li \ref fluid_limitations +\li \ref fluid_hotkeys \section fluid_what_is_fluid What is FLUID? @@ -1585,6 +1586,64 @@ blocks of code. However, static code and data generated by this segment (menu items, images, include statements, etc.) will still be generated and likely cause compile-time warnings. +\section fluid_hotkeys Keyboard Shortcuts + +On Apple computers, use the Apple Command key instead of Ctrl. + + + + + + + + + + + + + + + + + + + widget bin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Key ComboFunction
`F1` widget properties dialog
`F2` move widget earlier in tree
`F3` move widget later in tree
`F7` group widgets
`F8` ungroup widgets
`Delete` delete selected widgets
`Ctrl-0..9` load design from history
`Alt-1` label text tiny
`Alt-2` lLabel text small
`Alt-3` label text normal
`Alt-4` label text medium
`Alt-5` label text large
`Alt-6` label text huge
`Ctrl-A` select all
`Shift-Ctrl-A` select none
`Alt-B`
`Ctrl-C` copy widgets
`Shift-Ctrl-C` generate C code
`Ctrl-G` grid setting dialog
`Alt-G` execute again
`Shift-Alt-G` FLTK settings dialog
`Ctrl-I` insert design into project
`Ctrl-N` new design
`Shift-Ctrl-N` new design from template
`Ctrl-O` open design file
`Shift-Ctrl-O` toggle overlays
`Ctrl-P` print all windows
`Alt-P` project settings
`Shift-Alt-P` Fluid settings dialog
`Ctrl-Q` quit Fluid
`Ctrl-S` save design
`Shift-Ctrl-S` save design with new name
`Shift-Alt-S` source view window
`Ctrl-U` duplicate widgets
`Ctrl-V` paste widgets
`Shift-Ctrl-W` write text strings
`Ctrl-X` cut selected Widgets
`Alt-X` show 'execute command' dialog
`Ctrl-Z` undo
`Shift-Ctrl-Z` redo
Key ComboFunction in interactive Window
`LMB` select one widget
`Shift-LMB` extend widget selection
`Shift-LMB-Drag` window only: resize proportional
`Tab` select next
`Shift-Tab` select previous
`Arrow` move by one unit
`Shift-Arrow` resize by one unit
`Ctrl-Arrow` move by grid units
`Shift-Ctrl-Arrow` resize by grid units
+ \htmlonly
-- cgit v1.2.3