### Prerequisites * [x] Have you tried to reproduce the problem in [Safe Mode][safe-mode]? * [x] Have you followed all applicable steps in the [debugging guide][debugging-guide]? * [x] Have you checked the FAQs on the [message board][message-board] for common solutions? * [x] Have you checked that your issue [isn't already filed][already-filed]? [safe-mode]: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode [debugging-guide]: http://flight-manual.atom.io/hacking-atom/sections/debugging/ [message-board]: https://discuss.atom.io/c/faq [already-filed]: https://github.com/atom/github/issues ### Description Invoking `github:toggle-git-tab-focus` both with `ctrl-9` and via the command palette opens the git tab but does not focus the git tab. ### Steps to Reproduce 1. Open a git project 2. Invoke `github:toggle-git-tab-focus` 3. While tab shows (if it's hidden) focus never leaves the editor. **Expected behavior:** Files in git tab focused to stage/unstage them **Actual behavior:** Focus did not change at all **Reproduces how often:** Always ### Versions ``` > atom --version Atom : 1.28.0 Electron: 2.0.3 Chrome : 61.0.3163.100 Node : 8.9.3 ``` ``` > atom-beta --version Atom : 1.29.0-beta0 Electron: 2.0.3 Chrome : 61.0.3163.100 Node : 8.9.3 ``` ### Additional Information * Using the key binding resolver seems like `ctrl-9` invokes `github:toggle-git-tab-focus`. * `github:toggle-github-tab-focus` seems to work just fine
Prerequisites
Description
Invoking
github:toggle-git-tab-focusboth withctrl-9and via the command palette opens the git tab but does not focus the git tab.Steps to Reproduce
github:toggle-git-tab-focusExpected behavior: Files in git tab focused to stage/unstage them
Actual behavior: Focus did not change at all
Reproduces how often: Always
Versions
Additional Information
ctrl-9invokesgithub:toggle-git-tab-focus.github:toggle-github-tab-focusseems to work just fine