AechoLiu
AechoLiu

Reputation: 18368

About the autocomplete of Qt Creator 2.0.0

I have some questions about Qt creator.

Under Win XP, I can use autocomplete with hot key 'ctrl + whitespace'. Can I change the hot key to another like 'ctrl + shift + u' ? Because the hot key 'ctrl + whitespace' often is used to change my input method.

And under Mac OS X, I installed Qt 4.7 with Qt Creator too. But I cannot find a hot key for autocomplete.

Upvotes: 4

Views: 3038

Answers (1)

Mihai Limbășan
Mihai Limbășan

Reputation: 67566

Tools -> Options, go to Environment, select the Keyboard tab, then either search for "complete" or scroll to the TextEditor section. Change the CompleteThis command to whatever hotkey you want.

Upvotes: 6

Related Questions