Add an option to disable the Windows menu on alt+space in Terminal #9923

Open
opened 2026-01-31 02:07:32 +00:00 by claunia · 0 comments
Owner

Originally created by @nwn on GitHub (Jul 30, 2020).

Description of the new feature/enhancement

This is in some sense the opposite feature from #5833: I'm requesting an option to not open the Windows menu when alt+space is pressed.

I have until now been working with WSL from the Powershell terminal, where the alt+space shortcut to open the Windows menu is disabled. This is convenient since I have alt+space mapped as a shortcut in several WSL applications (such as screen/tmux prefixes), but it no longer works when switching to Terminal.

The usual way of unbinding keys doesn't seem to do anything here:

{ "command": "unbound", "keys": "alt+space" }

It would be nice to have some way of unbinding this in Terminal.

Originally created by @nwn on GitHub (Jul 30, 2020). # Description of the new feature/enhancement This is in some sense the opposite feature from #5833: I'm requesting an option to _not_ open the Windows menu when `alt+space` is pressed. I have until now been working with WSL from the Powershell terminal, where the `alt+space` shortcut to open the Windows menu is disabled. This is convenient since I have `alt+space` mapped as a shortcut in several WSL applications (such as screen/tmux prefixes), but it no longer works when switching to Terminal. The usual way of unbinding keys doesn't seem to do anything here: ``` { "command": "unbound", "keys": "alt+space" } ``` It would be nice to have some way of unbinding this in Terminal.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9923