Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Removed keyboard shortcut for Toggle View. Ctrl+T conflicts with crea…
Browse files Browse the repository at this point in the history
…ting new tab in a browser.
  • Loading branch information
cheeaun committed Feb 22, 2009
1 parent 147e8ad commit bfa7539
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/MooEditable/MooEditable.js
Expand Up @@ -730,8 +730,7 @@ MooEditable.Actions = new Hash({

toggleview: {
options: {
title: 'Toggle View',
shortcut: 't',
title: 'Toggle View'
},
command: function(){
(this.mode == 'textarea') ? this.toolbar.enable() : this.toolbar.disable('toggleview');
Expand Down

0 comments on commit bfa7539

Please sign in to comment.