Keyboard Shortcuts in DataCamp

Problem:

Do you offer any keyboard shortcuts in DataCamp's coding console?

Solution: 

Yes! Below are shortcuts that can help speed up your workflow:

For when you're taking a course: 

  • ctrl + h  (1x): Generate hint
  • ctrl + h (2x): Generate solution
  • ctrl/⌘ + enter : Execute line or selected code
  • ctrl/⌘ + shift + enter: Submit answer

For when you're writing your code in the script pane:

  • ctrl/⌘ + shift + / : Comment out code
  • ctrl/⌘ + a : Select all
  • ctrl/⌘ + c : Copy
  • ctrl/⌘ + v : Paste
  • ctrl/⌘ + x : Cut
  • ctrl/⌘ + z : Undo
  • ctrl/⌘ + y : Redo
  • fn + delete : Forward delete (macOS)
  • alt + shift + arrow : Select chunks of text
  • option + arrow : Move text cursor between chunks of code
  • ctrl + shift + arrow : Select a line of text
  • ctrl + arrow  : Move text cursor to the end of a line
  • shift + arrow : Select text by character

(citation)