Shortcuts

Top  Previous  Next

A shortcut is a combination of key strokes that are available to you to help improve the ease of use of FreeFlyer in order to decrease your development time. Different shortcuts are available to you depending on the screen within FreeFlyer that is active at the moment:

 

Mission Plan

Object and Script Element Editors

Object Browser

Externals Browser

Mission Sequence

FreeForm Script

Script Overview

Debugger

Output Workspace

User Interfaces

 

Mission Plan

The following functions are available from within anywhere within the Mission Plan:

 

Function

Key Stroke Combination

Syntax Check

Ctrl+Q

Run

Ctrl+R

Pause

Ctrl+P

Stop

Ctrl+T

Undo

Ctrl+U

Redo

Ctrl+Shift+U

Cycle forward through screens (Home/Control/Output/Notes)

Ctrl+Tab

Cycle backward through screens (Home/Control/Output/Notes)

Ctrl+Shift+Tab

New Mission Plan

Ctrl+N

Open Mission Plan

Ctrl+O

Save Mission Plan

Ctrl+S

Save Mission Plan As

Ctrl+Shift+S

Close Mission Plan

Ctrl+Shift+C

Open Help File

F1

 

Object and Script Element Editors

The following functions are available from within any Object or Script Element Editor (e.g. Spacecraft Editor, GroundStation Editor, Step Command Editor) located in the Control screen of FreeFlyer:

 

Function

Key Stroke Combination

Copy Selection

Ctrl+C or Ctrl+Ins

Paste Selection

Ctrl+V or Shift+Ins

Cut Selection

Ctrl+X or Shift+Del

Undo

Ctrl+Z

Redo

Ctrl+Y or Ctrl+Shift+Z

 

Object Browser

The following functions are available from within the Object Browser located in the Control screen of FreeFlyer:

 

Function

Key Stroke Combination

Delete selected

Delete

Edit Selected

Enter

Rename Selected

F2

Clone Selected

Ctrl+L

 

Externals Browser

The following functions are available from within the Externals browser located in the Control screen of FreeFlyer:

 

Function

Key Stroke Combination

Edit Selected External

Enter

Move Selected External Up

Ctrl+Up

Move Selected External Down

Ctrl+Down

Remove Selected External

Delete

 

Mission Sequence

The following functions are available from within the Mission Sequence located in the Control screen of FreeFlyer:

 

Function

Key Stroke Combination

Delete Selected Line(s)

Delete

Edit Selected Line

Enter

Edit Selected Comment

F2

Collapse All Outlining

Ctrl+M, K

Expand All Outlining

Ctrl+M, L

Toggle Outlining

Ctrl+M, M

Go To Line in Script Overview

Ctrl+Shift+G

 

FreeForm Script

The following functions are available from within FreeForm Script Editors located in the Control screen of FreeFlyer. See the Syntax and the FreeForm Script Editor guide for more information.

 

Function

Key Stroke Combination

Insert line break

Enter

Insert line break at beginning of line and move cursor to line above

Ctrl+Enter

Copy Selection

Ctrl+C or Ctrl+Ins

Paste Selection

Ctrl+V or Shift+Ins

Cut Selection

Ctrl+X or Shift+Del

Cut Line

Ctrl+L

Undo

Ctrl+Z

Redo

Ctrl+Y or Ctrl+Shift+Z

Delete to next word

Ctrl+Del

Backspace to previous word

Ctrl+Backspace

Increase line indent

Tab

Decrease line indent

Shift+Tab

Comment Selection

Ctrl+K, C

Uncomment Selection

Ctrl+K, U

Toggles bookmarks

Ctrl+B, T

Moves cursor to next bookmark

Ctrl+B, N

Moves cursor to previous bookmark

Ctrl+B, P

Removes all bookmarks from current script

Ctrl+B, C

Removes all bookmarks from all scripts

Ctrl+B, A

Toggle Breakpoint

F9

Delete All Breakpoints

Ctrl+Shift+F9

Toggle Enable/Disable For a Breakpoint

Ctrl+F9

Move cursor up

Up

Move cursor down

Down

Move cursor left

Left

Move cursor right

Right

Scroll Up

Ctrl+Up

Scroll Down

Ctrl+Down

Move cursor to previous word

Ctrl+Left

Move cursor to next word

Ctrl+Right

Move cursor to line start

Home

Move cursor to line end

End

Move cursor to FreeForm start

Ctrl+Home

Move cursor to FreeForm end

Ctrl+End

Move cursor to top of visible screen

Ctrl+PageUp

Move cursor to bottom of visible screen

Ctrl+PageDown

Move cursor to matching bracket

Ctrl+]

Select text below cursor

Shift+Down

Select text above cursor

Shift+Up

Select text to the left of the cursor

Shift+Left

Select text to the right of the cursor

Shift+Right

Select the previous word

Ctrl+Shift+Left

Select the next word

Ctrl+Shift+Right

Select to line start

Shift+Home

Select to line end

Shift+End

Select to FreeForm start

Ctrl+Shift+Home

Select to FreeForm end

Ctrl+Shift+End

Select to top of visible screen

Ctrl+Shift+PageUp

Select to bottom of visible screen

Ctrl+Shift+PageDown

Select All

Ctrl+A

Select Word

Ctrl+Shift+W

Select to matching bracket

Ctrl+Shift+]

Initiate incremental search

Ctrl+I

Initiate reverse incremental search

Ctrl+Shift+I

Find Dialog

Ctrl+F

Replace Dialog

Ctrl+H

Search For Last Searched Text

F3

Search Upward For Last Searched Text

Shift+F3

Search For Highlighted Text

Ctrl+F3

Search Upward For Highlighted Text

Ctrl+Shift+F3

Go to a specified line

Ctrl+G

Go to a specified line in the Script Overview

Ctrl+Shift+G

Go to Definition

F12

Find All References

Shift+F12

Go to Help File

Ctrl+F1

Run to cursor

Ctrl+F10

Collapse All Outlining

Ctrl+M, K

Expand All Outlining

Ctrl+M, L

Toggle Outlining

Ctrl+M, M

Block Selection

Ctrl+M, B

Unblock Selection

Ctrl+M, U

Show Auto-complete or complete word

Ctrl+Space

Show method signatures when cursor is within the parentheses of a method

Ctrl+Shift+Space

 

Script Overview

The following functions are available from within the Script Overview screen of FreeFlyer:

 

Function

Key Stroke Combination

Move cursor up

Up

Move cursor down

Down

Move cursor left

Left

Move cursor right

Right

Scroll Up

Ctrl+Up

Scroll Down

Ctrl+Down

Move cursor to previous word

Ctrl+Left

Move cursor to next word

Ctrl+Right

Move cursor to line start

Home

Move cursor to line end

End

Move cursor to FreeForm start

Ctrl+Home

Move cursor to FreeForm end

Ctrl+End

Move cursor to top of visible screen

Ctrl+PageUp

Move cursor to bottom of visible screen

Ctrl+PageDown

Move cursor to matching bracket

Ctrl+]

Select text below cursor

Shift+Up

Select text above cursor

Shift+Down

Select text to the left of the cursor

Shift+Left

Select text to the right of the cursor

Shift+Right

Select the previous word

Ctrl+Shift+Left

Select the next word

Ctrl+Shift+Right

Select to line start

Shift+Home

Select to line end

Shift+End

Select to FreeForm start

Ctrl+Shift+Home

Select to FreeForm end

Ctrl+Shift+End

Select to top of visible screen

Ctrl+Shift+PageUp

Select to bottom of visible screen

Ctrl+Shift+PageDown

Select All

Ctrl+A

Select Word

Ctrl+Shift+W

Select to matching bracket

Ctrl+Shift+]

Initiate incremental search

Ctrl+I

Initiate reverse incremental search

Ctrl+Shift+I

Find

Ctrl+F

Toggle bookmarks

Ctrl+B, T

Move cursor to next bookmark

Ctrl+B, N

Move cursor to previous bookmark

Ctrl+B, P

Remove all bookmarks from current script

Ctrl+B, C

Go to a specified line

Ctrl+G

Go to a specified line in the Mission Sequence

Ctrl+Shift+G

Go to Definition

F12

Find All References

Shift+F12

Go to Help File

Ctrl+F1

 

Debugger

The following functions are available from within the Debugger located on the Control screen of FreeFlyer:

 

Function

Key Stroke Combination

Break into debugger

Ctrl+Alt+Break

Continue Execution

F5

Step over line

F10

Step into procedure

F11

Step out of procedure

Shift+F11

 

Output Workspace

The following functions are available from within the Output screen of FreeFlyer:

 

Function

Key Stroke Combination

Make selected output component full screen

Ctrl+Shift+F

Make the entire output workspace full screen

F11

 

Note: See the Workspaces guide for a full list of interactions related to output windows and manipulation of output window elements.

 

User Interfaces

The following functions are available for FreeFlyer User Interfaces. See the User Interfaces Guide for more information.

 

Function

Key Stroke Combination

Continue

Alt+C (by default)

Previous Page

Alt+P

Next Page

Alt+N

Restore Defaults

Alt+R

Stop Script

Alt+S