Skip to content

Commit

Permalink
Merge pull request #7372 from neilcsmith-net/remove-term-close-key
Browse files Browse the repository at this point in the history
Remove keyboard shortcut from terminal close action
  • Loading branch information
ebarboni committed May 14, 2024
2 parents 305db5d + 0521c5b commit 88a115c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@ActionRegistration(displayName = "#CTL_Close", lazy = true) //NOI18N
@ActionReferences({
@ActionReference(path = ActionFactory.ACTIONS_PATH, name = "CloseAction"), //NOI18N
@ActionReference(path = "Shortcuts", name = "CS-W")
})
public final class CloseAction extends TerminalAction {

Expand Down

0 comments on commit 88a115c

Please sign in to comment.