German Keyboard Shortcuts: Difference between revisions

From SMath Wiki
Jump to navigation Jump to search
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 5: Line 5:
{| class="wikitable"
{| class="wikitable"
|-
|-
! '''Symbol''' !! Function !! Description
! '''Shortcut''' !! Function !! Description
|-
|-
|"  ||  || Canvas: Insert text region, Formula: Start a string constant
|"  ||  || Canvas: Insert text region, Formula: Start a string constant
Line 11: Line 11:
|'  ||  || Start a unit name (placeholder becomes rounded)
|'  ||  || Start a unit name (placeholder becomes rounded)
|-
|-
| \  || sqrt() || Insert square root <math>\sqrt{} </math>
| \  || sqrt() || <math>\sqrt{\scriptstyle\blacksquare} </math> square root
|-
|-
| [  || el() || Insert element index (add a second index using argument separator (; or ,)
| [  || el() || <math>{\scriptstyle\blacksquare}_{\,\scriptstyle\blacksquare}</math> element index (add a second index using argument separator (; or ,)
|-
|-
| ]  || || Insert line - code block
| ]  || line() || <math>\left|\begin{array}{c}
{\scriptstyle\blacksquare}\\
{\scriptstyle\blacksquare}\\
\end{array}\right.</math> code block
|-
|-
| .  ||  || Subscript a variable, function, or unit (text index)
| .  ||  || Subscript a variable, function, or unit (text index)
|-
|-
| ^  ||  || Exponentiation
| ^  ||  || <math>{\scriptstyle\blacksquare}^{\,\scriptstyle\blacksquare}</math> exponentiation
|-
|-
| !  ||  || Factorial
| !  ||  || <math>{\scriptstyle\blacksquare}\,!</math> factorial
|-
|-
| %  ||  || Minus/plus operator (-/+)
| %  ||  || '''Percent sign'''
|-
|-
| &  ||  || Boolean AND
| &  ||  || <math>{\scriptstyle\blacksquare}\,\wedge\,{\scriptstyle\blacksquare}</math> Boolean AND
|-
|-
| | ||  || Boolean OR
|&vert; ||  || <math>{\scriptstyle\blacksquare}\,\vee\,{\scriptstyle\blacksquare}</math> Boolean OR
|-
|-
| ~  ||  || Boolean Approximate equal
| ~  ||  || <math>{\scriptstyle\blacksquare}\,\approx\,{\scriptstyle\blacksquare}</math> '''Boolean Approximate equal'''
|-
|-
| @  ||  || Insert 2D plot
| @  ||  || Insert 2D plot
Line 35: Line 38:
| Ctrl+.  ||  || Symbolic calculation of the equation
| Ctrl+.  ||  || Symbolic calculation of the equation
|-
|-
| Ctrl++  ||  || Insert Boolean "Equal to"
| Ctrl++  ||  || <math>{\scriptstyle\blacksquare}\,\boldsymbol{=}\,{\scriptstyle\blacksquare}</math> '''Boolean "Equal to"'''
|-
|-
| Ctrl+^  || || Insert n-th root
| Ctrl+^  || nthroot() || <math>\sqrt[\scriptstyle\blacksquare]{\scriptstyle\blacksquare}</math> '''n-th root operator'''
|-
|-
| Ctrl+g ||  || Pressing after a character, toggles its interpretation as Greek
| Ctrl+E ||  || Insert Function dialog box
|-
|-
| Ctrl+M ||  || Insert Matrix
| Ctrl+G ||  || Pressing after a character, toggles its interpretation as Greek
|-
|-
| Ctrl+E ||  || Insert Function dialog box
| Ctrl+K ||  || Toggles special character mode in names
|-
|-
| Ctrl+W ||  || Insert Unit dialog box
| Ctrl+M || mat() || Insert Matrix
|-
|-
| Ctrl+T  ||  || Insert blank Image
| Ctrl+T  ||  || Insert blank Image
|-
|-
| Ctrl+0 ||  || Insert Boolean "Greater or Equal to" operator
| Ctrl+W ||  || Insert Unit dialog box
|-
|-
| Ctrl+1 ||  || Insert Matrix transpose
| Ctrl+0 ||  || <math>{\scriptstyle\blacksquare}\,\ge\,{\scriptstyle\blacksquare}</math> Boolean "Greater or Equal to" operator
|-
|-
| Ctrl+3 || || Insert Boolean "Not Equal to" operator
| Ctrl+1 || transpose() || <math>{\scriptstyle\blacksquare}^\mathrm{T}</math>Insert Matrix transpose
|-
|-
| Ctrl+8 ||  || Insert Vector Multiplication operator
| Ctrl+3 ||  || <math>{\scriptstyle\blacksquare}\,\ne\,{\scriptstyle\blacksquare}</math> Boolean "Not Equal to" operator
|-
|-
| Ctrl+9  ||  || Insert Boolean "Less Than or Equal to" operator
| Ctrl+8  ||  || <math>{\scriptstyle\blacksquare}\,\times\,{\scriptstyle\blacksquare}</math> Vector Multiplication operator (cross product)
|-
| Ctrl+9  ||  || <math>{\scriptstyle\blacksquare}\,\le\,{\scriptstyle\blacksquare}</math> Boolean "Less Than or Equal to" operator
|-
|-
| Ctrl+Enter  ||  || Canvas: Insert separator line, Text: Insert new paragraph (separated by empty line)
| Ctrl+Enter  ||  || Canvas: Insert separator line, Text: Insert new paragraph (separated by empty line)
|-
|-
| Ctrl+Shift+P ||  || Insert Pi constant (3,1415...)
| Shift+Enter ||  || Line break (in text regions)
|-
|-
| Ctrl+Shift+Z  ||  || Insert infinity symbol
| Ctrl+Shift+P  ||  || <math>\pi</math> Pi constant (3,1415...)
|-
| Ctrl+Shift+Z ||  || <math>\infty</math> Infinity symbol
|-
| Alt++ ESC ||  || Insert formula in a text region (ESC is required to exit ALT mode)
|}
|}
== Edit ==
== Edit ==


'''Ctrl+Z''' - Rollback change<br>
{| class="wikitable"
'''Ctrl+Y''' - Repeat change<br>
|-
'''Ctrl+X''' - Cut selection<br>
! '''Shortcut''' !! Function
'''Ctrl+C''' or '''Ctrl+Insert''' - Copy selection<br>
|-
'''Ctrl+V''' or '''Shift+Insert''' - Insert<br>
| Ctrl+Z      || Rollback change
'''Ctrl+A''' - Select All / Select element content (depends on cursor position)<br>
|-
'''Home''' or '''End''' - Can be used inside Text or Math controls to move cursor to the start or end of expression<br>
| Ctrl+Y       || Repeat change
'''Ctrl+B''' - Bold font<br>
|-
'''Ctrl+I''' - Italic font<br>
| Ctrl+X       || Cut selection
'''Ctrl+U''' - Underscore<br>
|-
'''F8''' - Rename all current variable occurrences or units in list elements<br>
| Ctrl+C or Ctrl+Insert || Copy selection
|-
| Ctrl+V or Shift+Insert || Insert
|-
| Ctrl+A       || Select All / Select element content (depends on cursor position)
|-
| Pos1 or End         || Move cursor to start or end of the document, the text or the formula
|-
| Enter          || Leave current region
|-
| TAB or Shift-Tab        || Go to next or previous region
|-
| Ctrl+B       || Bold font
|-
| Ctrl+I       || Italic font
|-
| Ctrl+U       || Underscore
|-
| F8           || Apply subsequent edits to all occurences of a name in a formula
|}


== Standard ==
== Standard ==


'''Ctrl+N''' - Create new document<br>
{| class="wikitable"
'''Ctrl+F4''' - Close current document<br>
|-
'''Ctrl+P''' - Print current document<br>
! '''Shortcut''' !! Function
'''Ctrl+O''' - Open document<br>
|-
'''Ctrl+S''' - Save document<br>
| Ctrl+N      || Create new document
'''F9''' - Recalculate document<br>
|-
| Ctrl+F4     || Close current document
|-
| Ctrl+P       || Print current document
|-
| Ctrl+O       || Open document
|-
| Ctrl+S       || Save document
|-
| F9           || Recalculate document
|}


== Dynamic Assistant ==
== Dynamic Assistant ==


'''TAB, Ctrl+Enter, Shift+Enter, DoubleClick''' - Auto-complete with the chosen variable/function name<br>
{| class="wikitable"
'''Ctrl+space''' - Auto-Complete if menu is shown, otherwise manually activates Dynamic Assistance<br>
|-
'''*+Enter ''' - For Smartphones<br>
! '''Shortcut''' !! Function
|-
| TAB, Ctrl+Enter, Shift+Enter, DoubleClick || Auto-complete with the chosen variable/function name
|-
| Ctrl+Space  || Auto-Complete if menu is shown, otherwise manually activates [[Dynamic Assistance]]
|-
| *+Enter     || For Smartphones
|}


[[Category:SMath Studio]]
[[Category:SMath Studio]]
[[Category:HowTo]]
[[Category:HowTo]]
[[Category:Manual]]
[[Category:Manual]]

Latest revision as of 21:25, 30 September 2024

Key bindings different to the English keyboard layout are marked bold. Some of the bindings depend on the context (canvas or worksheet, text region, formula region).

Insert

Shortcut Function Description
" Canvas: Insert text region, Formula: Start a string constant
' Start a unit name (placeholder becomes rounded)
\ sqrt() square root
[ el() element index (add a second index using argument separator (; or ,)
] line() code block
. Subscript a variable, function, or unit (text index)
^ exponentiation
! factorial
% Percent sign
& Boolean AND
| Boolean OR
~ Boolean Approximate equal
@ Insert 2D plot
Ctrl+. Symbolic calculation of the equation
Ctrl++ Boolean "Equal to"
Ctrl+^ nthroot() n-th root operator
Ctrl+E Insert Function dialog box
Ctrl+G Pressing after a character, toggles its interpretation as Greek
Ctrl+K Toggles special character mode in names
Ctrl+M mat() Insert Matrix
Ctrl+T Insert blank Image
Ctrl+W Insert Unit dialog box
Ctrl+0 Boolean "Greater or Equal to" operator
Ctrl+1 transpose() Insert Matrix transpose
Ctrl+3 Boolean "Not Equal to" operator
Ctrl+8 Vector Multiplication operator (cross product)
Ctrl+9 Boolean "Less Than or Equal to" operator
Ctrl+Enter Canvas: Insert separator line, Text: Insert new paragraph (separated by empty line)
Shift+Enter Line break (in text regions)
Ctrl+Shift+P Pi constant (3,1415...)
Ctrl+Shift+Z Infinity symbol
Alt++ ESC Insert formula in a text region (ESC is required to exit ALT mode)

Edit

Shortcut Function
Ctrl+Z Rollback change
Ctrl+Y Repeat change
Ctrl+X Cut selection
Ctrl+C or Ctrl+Insert Copy selection
Ctrl+V or Shift+Insert Insert
Ctrl+A Select All / Select element content (depends on cursor position)
Pos1 or End Move cursor to start or end of the document, the text or the formula
Enter Leave current region
TAB or Shift-Tab Go to next or previous region
Ctrl+B Bold font
Ctrl+I Italic font
Ctrl+U Underscore
F8 Apply subsequent edits to all occurences of a name in a formula

Standard

Shortcut Function
Ctrl+N Create new document
Ctrl+F4 Close current document
Ctrl+P Print current document
Ctrl+O Open document
Ctrl+S Save document
F9 Recalculate document

Dynamic Assistant

Shortcut Function
TAB, Ctrl+Enter, Shift+Enter, DoubleClick Auto-complete with the chosen variable/function name
Ctrl+Space Auto-Complete if menu is shown, otherwise manually activates Dynamic Assistance
*+Enter For Smartphones