Alt + Any Keypress invokes the autocomplete in GraphiQL.
On a german keyboard, the curly brace { is typed by Alt + 8.
That means that every time you type a curly brace in GraphiQL, the autocomplete will open.
The most annoying case is when autocomplete is invoked when typing something like query test {, after which you would usually want a line break. When pressing enter, would select something from the autocomplete list.
I would suggest invoking autocomplete only on a more narrow combination, like Alt + Space.