Skip to content

Commit

Permalink
get rid of Command-T shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedeboer committed Aug 26, 2011
1 parent 71866fc commit 9afea6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/ext/keybindings_default/default_mac.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ return keys.onLoad({
"beautify": "Command-Shift-B"
},
"gotofile": {
"gotofile": "Alt-Shift-R|Command-T"
"gotofile": "Alt-Shift-R"
},
"newresource": {
"newfile": "Command-N",
Expand Down
2 changes: 1 addition & 1 deletion client/ext/keybindings_default/default_win.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ return keys.onLoad({
"beautify": "Ctrl-Shift-B"
},
"gotofile": {
"gotofile": "Alt-Shift-R|Ctrl-T"
"gotofile": "Alt-Shift-R"
},
"newresource": {
"newfile": "Ctrl-N",
Expand Down

0 comments on commit 9afea6f

Please sign in to comment.