TerminalClipboardShortcuts
data class TerminalClipboardShortcuts(val copyKey: Int, val copyModifiers: Int, val pasteKey: Int, val pasteModifiers: Int)
Platform clipboard key bindings for the reusable Swing terminal.
The default follows terminal conventions for the current host OS. Embedders can replace this value when their shell, IDE, or application has a different native shortcut policy.
Properties
Functions
Link copied to clipboard
Returns the clipboard action requested by keyCode and modifiersEx.