Keyboard Shortcuts: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(→Insert) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== Insert == | == Insert == | ||
''' | {| class="wikitable" | ||
' | |- | ||
! '''Shortcut''' !! Function !! Description | |||
|- | |||
| " || || Insert text | |||
|- | |||
| ' || || Insert units | |||
|- | |||
| \ || sqrt() || <math>\sqrt{\scriptstyle\blacksquare} </math> square root | |||
|- | |||
| [ || el() || Insert element index (add a second index using argument separator (; or ,) | |||
|- | |||
| [ || line() || Insert line - code block | |||
|- | |||
| . || || Subscript a variable, function, or unit | |||
|- | |||
| ^ || || Exponentiation | |||
|- | |||
| ! || || Factorial | |||
|- | |||
| % || || Minus/plus operator (-/+) | |||
|- | |||
| & || || Boolean AND | |||
|- | |||
| | || || Boolean OR | |||
|- | |||
| ~ || || Boolean NOT | |||
|- | |||
| @ || || Insert 2D plot | |||
|- | |||
| Ctrl+. || || Symbolic calculation of the equation | |||
|- | |||
| Ctrl+= || || Insert Boolean "Equal to" | |||
|- | |||
| Ctrl+\ || nthroot() || Insert n-th root | |||
|- | |||
| Ctrl+g || || Pressing after a character, gives it in Greek (Symbol palette) | |||
|- | |||
| Ctrl+M || || Insert Matrix | |||
|- | |||
| Ctrl+E || || Insert Function dialog box | |||
|- | |||
| Ctrl+W || || Insert Unit dialog box | |||
|- | |||
| Ctrl+T || || Insert blank Image | |||
|- | |||
| Ctrl+0 || || Insert Boolean <math>\ge</math> operator | |||
|- | |||
| Ctrl+1 || transpose() || Insert Matrix transpose | |||
|- | |||
| Ctrl+3 || || Insert Boolean <math>\ne</math> operator | |||
|- | |||
| Ctrl+8 || || Insert Vector Multiplication operator | |||
|- | |||
| Ctrl+9 || || Insert Boolean <math>\le</math> operator | |||
|- | |||
| Ctrl+Enter or <br> Shift+Enter || || Insert new line in the text region | |||
|- | |||
| Ctrl+Shift+P || || Insert <math>\pi</math> constant (3,1415...) | |||
|- | |||
| Ctrl+Shift+Z || || Insert <math>\infty</math> symbol | |||
|} | |||
== Edit == | == Edit == | ||
''' | {| class="wikitable" | ||
|- | |||
! '''Shortcut''' !! Function | |||
|- | |||
| Ctrl+Z || Rollback change | |||
|- | |||
| Ctrl+Y || Repeat change | |||
|- | |||
| Ctrl+X || Cut selection | |||
|- | |||
| Ctrl+C or <br> Ctrl+Insert || Copy selection | |||
|- | |||
| Ctrl+V or <br> Shift+Insert || Insert | |||
|- | |||
| Ctrl+A || Select All / Select element content (depends on cursor position) | |||
|- | |||
| Pos1 or <br> End || Move cursor to start or end of the document, the text or the formula | |||
|- | |||
| Enter || Leave current region | |||
|- | |||
| TAB or <br> 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 occurrences of a name in a formula | |||
|} | |||
== Standard == | == Standard == | ||
''' | {| class="wikitable" | ||
|- | |||
! '''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 == | == Dynamic Assistant == | ||
'''TAB | {| class="wikitable" | ||
|- | |||
! '''Shortcut''' !! Function | |||
|- | |||
| TAB <br> Ctrl+Enter <br> Shift+Enter <br> 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 07:28, 25 September 2024
This is a brief list of hotkeys, supported by SMath Studio. For German keyboards, see German Keyboard Shortcuts.
Insert
Shortcut | Function | Description |
---|---|---|
" | Insert text | |
' | Insert units | |
\ | sqrt() | square root |
[ | el() | Insert element index (add a second index using argument separator (; or ,) |
[ | line() | Insert line - code block |
. | Subscript a variable, function, or unit | |
^ | Exponentiation | |
! | Factorial | |
% | Minus/plus operator (-/+) | |
& | Boolean AND | |
| | Boolean OR | |
~ | Boolean NOT | |
@ | Insert 2D plot | |
Ctrl+. | Symbolic calculation of the equation | |
Ctrl+= | Insert Boolean "Equal to" | |
Ctrl+\ | nthroot() | Insert n-th root |
Ctrl+g | Pressing after a character, gives it in Greek (Symbol palette) | |
Ctrl+M | Insert Matrix | |
Ctrl+E | Insert Function dialog box | |
Ctrl+W | Insert Unit dialog box | |
Ctrl+T | Insert blank Image | |
Ctrl+0 | Insert Boolean operator | |
Ctrl+1 | transpose() | Insert Matrix transpose |
Ctrl+3 | Insert Boolean operator | |
Ctrl+8 | Insert Vector Multiplication operator | |
Ctrl+9 | Insert Boolean operator | |
Ctrl+Enter or Shift+Enter |
Insert new line in the text region | |
Ctrl+Shift+P | Insert constant (3,1415...) | |
Ctrl+Shift+Z | Insert symbol |
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 occurrences 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 |