FileCompletionCommands

Properties

Link copied to clipboard
Link copied to clipboard

Down arrow key to complete a filename (similar to the Tab in Bash).

Link copied to clipboard
Link copied to clipboard

Move up to the parent folder. Similar to Escape Backspace in Bash.

Functions

Link copied to clipboard
fun define(name: String, text: String, keyCombination: KeyCombination? = null, tooltip: String? = null): Command

Adds a single Command to the map (commands).

fun define(name: String, text: String, keyCombination: KeyCombination? = null, tooltip: String? = null, block: Command.() -> Unit): Command