Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Does not resolve user bindings in Settings #35

Description

@envygeeks

Given

"atom-workspace atom-text-editor:not([mini])":
  "ctrl-alt-]": "pane:show-next-item"
  "ctrl-alt-[": "pane:show-previous-item"
  "ctrl-shift-{": "editor:unfold-current-row"
  "ctrl-shift-}": "editor:fold-current-row"

Settings view shows:

ctrl-alt-]  editor:unfold-current-row   Core    atom-workspace atom-text-editor:not([mini])
ctrl-alt-]  tree-view:recursive-expand-directory    Tree View   .tree-view
ctrl-alt-]  pane:show-next-item User    atom-workspace atom-text-editor:not([mini])

However when doing ctrl-alt-] it stops and I can no longer cycle inside of Settings view, the keybinding resolver automatically reverts back to the core binding being more important.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions