Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Navigating the tasks

henspace edited this page Mar 18, 2015 · 1 revision

When iKog-js launches, it starts with the most important task in your list. The order of tasks is based on the task's priority with the most important first; see Priorities.

  • To move to the next task, use the NEXT or N command.
  • To move to the previous task, use the PREV or P command.
  • To jump back to the top, use the TOP or T command.
  • To go to a particular task use the GO or G command. E.g.
 GO 3
 
 G 7

Another way of navigating the tasks is to use review mode. When review mode is on, just pressing enter will automatically move to the next task. The follow commands all switch review mode on.

 REVIEW ON
 REV ON
 V1

To switch it off, use any of the following.

 REVIEW OFF
 REV OFF
 V0

Clone this wiki locally