Keyboard shortcuts

Are there any keyboard shortcuts to “Run Code” and “Submit Code” in CodeChef IDE while practicing problems?

Hey @abhisekaero. There’s a shortcut to Submit Code. If you are in the editor of the IDE, you can use following shortcut:

  • Control + Enter (Ctrl + ⏎) on Windows
  • Command + Enter/Return (⌘ + ⏎) on MacOS

It works on Contest problems, Practice problems, and Learn problems. In Learn problems where there is only Run button (and no Submit), the same shortcut works for Run.

Happy Coding!

1 Like