Keyboard Shortcuts

FireCMD has a set of keyboard shortcuts to make things quicker and easier. It may be possible that the same shortcut may work differently in different contexts. For example, most of us would be knowing that Ctrl+C is generally used for copying, but while executing any program in the console emulator environment Ctrl+C may terminate the running process instead of copying or may just print "^C". Note: In FireCMD shell, Ctrl+Alt+End can be used to terminate the running command.

General Shortcuts

KeypressesAction
Ctrl+NOpens FireCMD shell in new tab.
Ctrl+ODisplays "Open in FireTXT" dialog box.
Ctrl+SSaves the tab's text in a file.(Opens "Save As" dialog box for a non-named file.)
Ctrl+ASelects all text.
Ctrl+BDisplays "Open Program" dialog box.
Ctrl+FOpens "Find" dialog box.
Alt+Shift+MShows/hides menubar.
Alt+Shift+TShows/hides toolbar.
Alt+Shift+SShows/hides scrollbar.
Ctrl+Alt+FEnables/disables Fullscreen mode.
Ctrl+PlusZoom in. "Plus" refers to the symbol +.
Ctrl+Mouse Wheel UpZoom in. Similar to Ctrl+Plus.
Ctrl+MinusZoom out. "Minus" refers to the symbol -.
Ctrl+Mouse Wheel DownZoom out. Similar to Ctrl+Minus.
Ctrl+Alt+MOpens "Manage Shells/Programs" dialog box.
Ctrl+Alt+EOpens "Settings" dialog box.
Ctrl+Alt+TTakes tab's snapshot.
Ctrl+Alt+STakes tab's snapshot without title.
Ctrl+Alt+HTakes window snapshot.
Ctrl+Alt+DTakes desktop snapshot.

FireTXT Shortcuts

KeypressesAction
BackspaceDeletes the character to the left of the cursor.
DeleteDeletes the character to the right of the cursor.
Ctrl+CCopy the selected text to the clipboard.
Ctrl+InsertCopy the selected text to the clipboard.
Ctrl+VPastes the clipboard text.
Shift+InsertPastes the clipboard text.
Ctrl+XCuts text (Deletes the selected text and copies it to the clipboard.)
Shift+DeleteCuts text (Deletes the selected text and copies it to the clipboard.)
Ctrl+ZUndoes the last operation.
Ctrl+YRedoes the last operation.
LeftMoves the cursor one character to the left.
Ctrl+LeftMoves the cursor one word to the left.
RightMoves the cursor one character to the right.
Ctrl+RightMoves the cursor one word to the right.
UpMoves the cursor one line up.
DownMoves the cursor one line down.
PageUpMoves the cursor one page up.
PageDownMoves the cursor one page down.
HomeMoves the cursor to the beginning of the line.
Ctrl+HomeMoves the cursor to the beginning of the text.
EndMoves the cursor to the end of the line.
Ctrl+EndMoves the cursor to the end of the text.
Alt+Mouse WheelScrolls the page horizontally (Useful when word wrap is disabled).
Ctrl+HShows Replace dialog box.

The Right, Left, Up and Down are the arrow keys. To select (mark) text hold down the Shift key and press one of the movement keystrokes, for example, Shift+Right will select the character to the right, and Shift+Ctrl+Right will select the word to the right, etc.

FireCMD's Execution Mode and Console Emulator Shortcuts

In the FireCMD's execution mode and while running any other console programs the keys which users presses are actually handled by the running process. Though all the general shortcuts except Ctrl+A works perfectly, some shortcuts may act differently. For example, Ctrl+Z (generally used for undo) becomes End of File (EOF) or the suspend character in UNIX shells and UNIX commands while in Command Prompt (cmd.exe) it just prints ^Z.

KeypressesAction
Ctrl+Alt+EndTerminates the running process. (Only works in FireCMD shell)

FireCMD's Command Mode Shortcuts

In the FireCMD's command mode, you can use all the FireTXT's shortcut except the Up and Down arrow keys. The Up and Down arrow keys are used for command history. If the cursor is not in the editable zone most of the shortcuts may not work. Editable zone is the area after the last prompt where user types the command. The last prompt and the area before prompt is read-only and obviously the text in the read-only area cannot be manipulated.

Tip: If the text cursor is not in the editable zone then you can quickly bring the cursor in the editable zone by pressing Ctrl+End.

KeypressesAction
AltMakes hyperlinks clickable and shows a pointing hand cursor when the hyperlinks are hovered.
UpPrevious command history item.
DownNext command history item.
Ctrl+ETriggers auto-completion.

Documentation Index Page