Auto complete custom shortcut

I am trying to set a custom shortcut to trigger autocomplete. While I am able to trigger it using my custom shortcut, it is still getting triggered by the default shortcut (Ctrl-Space), even after removing this binding from the completionKeymap.

Did you set the defaultKeymap option to autocompletion() to false?

Thanks! It is working now.

I am facing a new issue. I am able to trigger auto completion with my custom key but the other keys like arrow up/down, enter doesn’t work on autocompletion pop up.

Yes, it’ll do that. Look at the docs for completionKeymap and either filter out the keys you don’t want and add it to your editor, or build your own keymap with the keys you need.