First of all I must say that I am new to CC, and I want to say a huge Thank You to the creators!

I seem to have a problem with the overlay toggle keys (maybe it's just that I don't understand how it works...)
I have a Simhub dashbord that I want to display as overlay in Assetto Corsa. This works OK.
I would like to be able to toggle the visibility of this overlay with a control button mapped (by Simhub) to a key sequence (Ctrl+I). This works... kind of.
Configuring the toggle key in the SteamVR Overlay Settings window I define my key combination
Name:  2023-02-11 17_09_23-SteamVR Overlay Settings.png
Views: 395
Size:  9.8 KB
Then I click "Save change" then closes the SteamVR Overlay Settings window.
When I reopen that same window I see the following
Name:  2023-02-11 17_10_28-SteamVR Overlay Settings.png
Views: 368
Size:  7.3 KB

Why has the key "I" been replaced by "IMEConvert"...
Note: at that time the file C:\Users\<user>\Documents\CrewChiefV4\CrewChiefV4. vrconfig.json still contains:
Code:
"toggleVKeyCode": 17,
"modifierVKeyCode": 73,
in my overlay settings...
As far as I can tell 73 is the decimal value of 0x49 (I key)
But the button press sending Ctrl+I doesn't seem to toggle the overlay anymore (and ShowOff found at www dot dcmembers dot com/skrommel/download/showoff/ shows that Ctrl+I is indeed sent...)

What am I doing wrong? How could I achieve this toggling of overlay?
Thanks in advance to whoever can help