The following directives apply to popup windows, including the command history window, the directory history window, the filename completion window, the extended directory search window, and the @SELECT window. You can redefine the keys using the TCC OPTION / Keyboard dialog. The key directives are saved in the [Keys] section in TCMD.INI.

 

Directive

Default

Description

PopupWinDel

Ctrl-D

Delete a line from in the command history or directory history window

PopupWinEdit

Ctrl-Enter

Moves a line from the command or directory history window to the prompt for editing

PopupWinEditWin

Ctrl-E

Edit a line in the command history or directory history window

PopupWinSelect

Enter

Select the current line and close the popup window

 

The following directives are used for TCC character-mode popup windows. (See the ConsolePopupWindows directive.) This is intended for use with server consoles that are character-mode only, or when using SSH with no GUI support. There is no benefit (and several disadvantages) in using this option for normal non-server environments.

 

Directive

Default

Description

CPopupWinDel

Ctrl-D

Delete a line from in the command or directory history window

CpopupWinDown

Down

Move down one line

CPopupWinEdit

Ctrl-Enter

Moves a line from the command or directory history window to the prompt for editing

CPopupWinEditWin

Ctrl-E

Edit a line in the command history or directory history window

CPopupWinEnd

End or Ctrl-PgDn

Move to the last line

CPopupWinExit

Esc

Close the popup window

CPopupWinHelp

F1

Display help for console popup windows

CPopupWinHome

Home

Move to the first line

CPopupWinLeft

Left

Shift left 4 columns

CPopupWinPgDn

PgDn

Page down

CPopupWinPgUp

PgUp

Page up

CPopupWinReset

Backspace

Reset the search string

CPopupWinRight

Right

Shift right 4 columns

CPopupWinSelect

Enter

Select the current line and close the window

CPopupWinUp

Up

Move up one line