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

Does not resolve user bindings in Settings #35

Open
envygeeks opened this issue Jan 8, 2016 · 0 comments
Open

Does not resolve user bindings in Settings #35

envygeeks opened this issue Jan 8, 2016 · 0 comments

Comments

@envygeeks
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants