Skip to content

Can't bind keys #33

@HebaruSan

Description

@HebaruSan

The default key bindings:

"terminal-view": {
"cmd-c": "terminal:copy",
"cmd-v": "terminal:paste",
"cmd-k": "terminal:clear"
}

do not work, and neither does this in the per-user keymap.cson:

'terminal-view':
	'ctrl-tab':       'pane:show-next-item'
	'ctrl-shift-tab': 'pane:show-previous-item'

In all cases, when the key is pressed, nothing happens and the Atom Key Binding Resolver does not even register it. I assume the terminal library is intercepting these, but I haven't been able to figure out how to override it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions