Skip to content

Commit

Permalink
add a hot key for close current window
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Feb 16, 2010
1 parent e7d2397 commit 7736435
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/redcar/redcar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,8 @@ def self.keymaps
link "Cmd+S", Project::FileSaveCommand
link "Cmd+Shift+S", Project::FileSaveAsCommand
link "Cmd+W", CloseTabCommand

link "Cmd+Shift+W", CloseWindowCommand

link "Cmd+Shift+E", EditView::InfoSpeedbarCommand
link "Cmd+Z", UndoCommand
link "Cmd+Shift+Z", RedoCommand
Expand Down Expand Up @@ -530,6 +531,7 @@ def self.keymaps
link "Ctrl+S", Project::FileSaveCommand
link "Ctrl+Shift+S", Project::FileSaveAsCommand
link "Ctrl+W", CloseTabCommand
link "Ctrl+Shift+W", CloseWindowCommand

link "Ctrl+Shift+E", EditView::InfoSpeedbarCommand
link "Ctrl+Z", UndoCommand
Expand Down

0 comments on commit 7736435

Please sign in to comment.