0

I am trying to use github-copilot with my IDE (Webstorm) and running in to a problem with these shortcuts:

Alt + [
Alt + ]
Alt + \

Actually I have to type "strg+alt+8" to write an "[". How could I do "Alt+[" then?

Thanks for your help!

user2458046
  • 405
  • 1
  • 4
  • 14

1 Answers1

0

Option + [ doesn't work.

Change to custom shortcuts using Preferences > Keymap > Plugins > GitHub Copilot

I chose to use:

control + =

control + :

Keymap

P-A
  • 369
  • 1
  • 8