Skip to main content
This article is a guide on how to get started with creating new Touch Adaptation Bundles (TABs) and layouts using the TAK Editor. It is assumed that the extension is already installed and set up. You can find installation and setup instructions in the previous articles.

Create a new bundle

  1. Launch the command palette (Ctrl+Shift+P or Cmd+Shift+P).
  2. Search for “create” and select “Touch Adaptation Kit: Create new Bundle”
  3. A series of prompts will appear asking for parameters that will define the bundle. Enter the requested information and press Enter after each prompt. The prompts are summarized in the table below.
Aside from the Workspace and Name prompts, all other prompts have default values that can be accepted by pressing Enter without entering any text.

Create a new layout

Similar to creating a bundle, the process of creating a new layout is done through the command palette.
At least one bundle must exist within the workspace folder(s) that is open in VS Code to create a bundle.
The steps are as follows:
  1. Launch the command palette (Ctrl+Shift+P or Cmd+Shift+P).
  2. Search for “create” and select “Touch Adaptation Kit: Create new layout for existing bundle”
  3. A series of prompts will appear asking for parameters that will define the layout. Enter the requested information and press Enter after each prompt. The prompts are summarized in the table below.

Next step

[!div class=“nextstepaction”] Preview Layouts
Last modified on August 4, 2026