Skip to content

Commit

Permalink
Update for latest Atom versions
Browse files Browse the repository at this point in the history
The key handling has changed somewhere between 1.11 and 1.18 such that
these extra bindings only cause redundant inserts of alt-characters on
macOS.

Fixes #61
Fixes #63
  • Loading branch information
oggy committed Aug 6, 2017
1 parent 058e09c commit d3eeda3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## LATEST

* Update for latest Atom.

## 1.5.4 (2016-10-12)

* Fix activation on Atom 1.11.
Expand Down
2 changes: 0 additions & 2 deletions keymaps/tab-switcher.cson
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"atom-workspace":
"alt-[": "tab-switcher:previous"
"alt-[ ^alt": "tab-switcher:select"
"alt-]": "tab-switcher:next"
"alt-] ^alt": "tab-switcher:select"

"ol.tab-switcher-tab-list":
"^alt": "tab-switcher:select"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"repository": "https://github.com/oggy/tab-switcher",
"license": "MIT",
"engines": {
"atom": ">=1.7.0 <2.0.0"
"atom": ">=1.18.0 <2.0.0"
}
}

0 comments on commit d3eeda3

Please sign in to comment.