Hot Keys

Hot keys (a.k.a. keyboard shortcuts) allow you to quickly perform a variety of tasks when you are using GuidedTrack’s code editor. Most likely, you are already familiar with many of this key bindings, such as pressing Ctrl+S (Windows) or Cmd+S (macOS) to save your program.

Another handy key binding is Ctrl+Shift+C (Windows) or Cmd+Shift+C (macOS) to comment or uncomment the line of code where your cursor is at. If you want to comment a block of consecutive lines (i.e., make a multiline comment), highlight the block of code you want to comment all at once and use the same combination of keys.

Use Ctrl+, (Windows) or Cmd+, (macOS) to display the settings menu of the code editor, where you can change the theme of the editor, font size, etc. Click back on the code editor to save the settings and hide the menu.

You can find a detailed list of hot keys in the GuidedTrack manual.