felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.24k stars 445 forks source link

Ctrl+Space keybinding in PowerShell #926

Open detlefs opened 3 years ago

detlefs commented 3 years ago

In a PowerShell 7.x session, hitting Ctrl+Space creates a double-quote ("). However, in PowerShell, this key-combination is supposed to display the command parameters. This keybinding can't be configured in the settings.

Could you please add a configuration possibility to this?

felixse commented 3 years ago

I just tried this but had the same behavior on Fluent Terminal, Windows Terminal and ConHost (command completions). Did you maybe change some keybinding or added something in your ps profile that could cause this?