Skip to content

Commit

Permalink
Removed ctrl+shift+a/cmd+shift+a key binding that conflicted with Exp…
Browse files Browse the repository at this point in the history
…and to Tag
  • Loading branch information
wbond committed Sep 19, 2011
1 parent 312c327 commit cc8feb4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion Default (Linux).sublime-keymap
@@ -1,4 +1,3 @@
[
{ "keys": ["ctrl+shift+a"], "command": "alignment" },
{ "keys": ["ctrl+alt+a"], "command": "alignment" }
]
1 change: 0 additions & 1 deletion Default (OSX).sublime-keymap
@@ -1,4 +1,3 @@
[
{ "keys": ["super+shift+a"], "command": "alignment" },
{ "keys": ["super+ctrl+a"], "command": "alignment" }
]
1 change: 0 additions & 1 deletion Default (Windows).sublime-keymap
@@ -1,4 +1,3 @@
[
{ "keys": ["ctrl+shift+a"], "command": "alignment" },
{ "keys": ["ctrl+alt+a"], "command": "alignment" }
]
3 changes: 3 additions & 0 deletions messages.json
@@ -0,0 +1,3 @@
{
"2.0.0": "messages/2.0.0.txt"
}
5 changes: 5 additions & 0 deletions messages/2.0.0.txt
@@ -0,0 +1,5 @@
Sublime Alignment 2.0.0 Changelog:
- Removed the ctrl+shift+a shortcut on Windows/Linux and the cmd+shift+a
shortcut on OS X to prevent conflict with the shortcut for Expand to Tag.
The plugin is now triggered via ctrl+alt+a on Windows/Linux and ctrl+cmd+a
on OS X.

0 comments on commit cc8feb4

Please sign in to comment.