操作集合

Task sets are for sharing a set of steps, like a tutorial. You make them with the task-set docker.

../../_images/Task-set.png

Task sets can record any kind of command also available via the shortcut manager. It is not a macro recorder, right now, Krita does not have that kind of functionality.

The tasksets docker has a record button, and you can use this to record a certain workflow. All Actions can be recorded. These include every action available in the 主菜单, but also all actions available via Ctrl + Enter Then use this to let items appear in the taskset list. Afterwards, turn off record. You can then click any action in the list to make them happen. Press the Save icon to name and save the taskset.

Task sets are a resource. As such, they can be saved, tagged, reordered. They are stored as *.kts files, which are XML files:

  1. <Taskset name="example" version="1">
  2. <action>add_new_paint_layer</action>
  3. <action>add_new_clone_layer</action>
  4. <action>add_new_file_layer</action>
  5. </Taskset>