Is there a way to deactivate Ctrl + Space when inline renaming?

Hi,

I've been using an uncommon layout on my keyboard (French bépo with an ergodox EZ on windows 10 using the driver from bepo.fr) for more than 2 year.
In bépo, the underscore "_" is mapped on AltGr + Space.

It looks like dopus interprets AltGr (the Alt on the right of the spacebar) as the same thing than Ctrl + Alt.
If I press the AltGr key in the "Search Keys" field of dopus "Keyboard Map", it is shown as Ctrl + Alt.

In inline renaming, Ctrl + Space shows the suggestion popups.
AltGr + Space is detected as Ctrl + Alt + Space by dopus, and it triggers the suggestion popups.
So I can't add an underscore to a filename in that mode.
It's the first time I've noticed the problem. But I don't usually use underscores in filenames.
I was on the beta version 3.11.4, I went back to the latest release 3.11 but not clearing my settings.
I have not found a way to change or deactivate completely th, combination of keys Ctrl + Space while inline renaming, have I missed something ?


I know it may be something more with the driver I use or Windows, but a soft like KeyPress OSD correctly display AltGr as AltGr and Ctrl + Alt as Ctrl + Alt.

I did some tests with the On-Screen Keyboard.
My system is set in English.
With the keyboard layout set as US keyboard, AltGr (the right Alt) is shown as Alt in dopus Keyboard Map.
With the layouts French keyboard (from Windows) or French bépo ("Français (bépo 1.1rc2)" added by a driver), AltGr is shown as Ctrl + Alt.
The default French layout maps the underscore on its own key, so it does not trigger Ctrl + Space.

Preferences / File Operations / Renaming Files / Automatic suggestion popups (as well as on Ctrl+Space)

Windows itself does that. AltGr = Ctrl + Alt by definiton.

1 Like

That's already unchecked in my settings.
And yes, it should deactivate the Ctrl + Space but it does not.

Checking it, the suggestion popups are shown automatically, and triggering Ctrl + Space only hide/show them (and still prevents me to input an _).
I tried checking, applying, unchecking, applying if ever it would fix my problem, but Ctrl + Space still triggers.

It looks like KeyPress OSD display the Ctrl + Alt from the AltGr as AltGr.
Using another Key Displayer (YAKD), it is shown as Ctrl + Alt.

I'd like a tool that displays the keycode sent from the keyboard to check if pressing "Ctrl + Alt + Space" send the same thing that "AltGr + Space".

But from Hardkorn answer, it looks like my problem is Ctrl + Space still triggering even if the option is unchecked.
Not sure if it's a bug or a feature though as in the documentation Renaming Files [Directory Opus Manual] it is said "Even if this option is turned off, you can still show the suggestion list by pressing Ctrl+Space."

You could insert the underscore with a Rename key (Preferences / File Operations / Renaming Files / Control Keys):

image

XML
<?xml version="1.0"?>
<regexsel key="187,2" name="InsertUnderscore">
	<eval>selend = ++selstart;
valleft + &quot;_&quot; + valright</eval>
</regexsel>