Posts: 1,049
Threads: 249
Joined: Jul 2022
08-13-2022, 10:41 AM
(This post was last modified: 08-13-2022, 10:42 AM by Davider.)
Hi,
In QM3, how to cancel the space key confirmation
e.g:
When I type di and then press space key, dialog is automatically entered, I just want to use tab or enter to confirm, This can be achieved in QM2, It would be useful if there were setting options
Thanks in advance for any advice and help
david
Posts: 12,095
Threads: 142
Joined: Dec 2002
This is default in Visual Studio and VSCode. I never found it annoying etc. Autocompletes when you type space, dot, semicolon, etc.
Could add this option, but then you would lose some good features of the code editor:
Func space -> Function() //don't need to press Enter and type (
Func ; -> Func(); //don't need to press Enter and type ();
Ty . -> Type. //don't need to press Enter
something , in arguments -> something, //don't need to press Enter
Posts: 1,049
Threads: 249
Joined: Jul 2022
08-13-2022, 01:24 PM
(This post was last modified: 08-13-2022, 01:25 PM by Davider.)
Because Chinese language input method, the default confirmation key is also space key
I didn't install Visual Studio, it's too big, Add the options that can be applied to more people
Using QM2+QM3, it is perfectly for my daily needs, QM2 defines autotext, very magical, thanks for your hard work
Posts: 12,095
Threads: 142
Joined: Dec 2002
08-13-2022, 02:58 PM
(This post was last modified: 08-13-2022, 04:29 PM by Gintaras.)
I tested Chinese input method in QM3 on Win11, but don't know how to reproduce the problem. Maybe the space-completion feature can be replaced with something instead of an option to turn off completely, but for it I need to understand the problem better. A short video would help. Also OS version, exact keyboard layout and other settings.
Posts: 1,049
Threads: 249
Joined: Jul 2022
Sorry, maybe I have some problems with my expression above
It's not a problem, it's more about operating habits
I searched for some related articles, and many editors support turning off space confirmation