# Auxiliary inputs

## Overview

The primary way you provide input via the tablet is via the pen. However, some drawing tablets have other built-in ways of providing input.

* Buttons (both physical and capacitive)
* Dials
* Touch-sensitive strips and wheels

## Terminology: ExpressKeys

**ExpressKeys** is a Wacom-specific term for buttons on Wacom tablets. However, many people have adopted it as a term to describe use to describe buttons on tablets from all brands.

Huion calls buttons "Press Keys"

## Disabling auxiliary inputs

Some people love using these kind of inputs, but some people do not like them because either they

* take up space on the tablet
* are accidentally triggered
* or their workflow just doesn't benefit from them

For these cases, you should be aware that these inputs can often be configured in the tablet driver to "do nothing".

## Binding inputs to actions

You can bind the buttons to take a variety of actions. Broadly the categories are

* Mouse-related actions - right click, left-click, double click
* System navigation - scroll left, scroll right, zoom in/out, pan, switch applications
* System tasks - run application, open a file
* Keyboard - Press a key, hold down a modifier key

## Common useful bindings

You can make these auxiliary inputs to all sorts of useful things. Here are some popular examples I found: [Popular bindings for auxiliary inputs](https://docs.sevenpens.com/drawtab/core/expresskeys/popular-bindings)

## Global vs application configuration

Tablet drivers also let you configure how these auxiliar inputs work depending on the app you are using.

For example you can set a button to

* Increase brush size when you are using Photoshop
* Increase opacity when you are using Clip Studio Paint
* Increase the volume of your speakers under all other conditions

## Default settings

Wacom Intuos Pro PTH-660

<figure><img src="https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2FjZ5F7dhjZdx13RIdr2jD%2Fimage.png?alt=media&#x26;token=c706da72-03d1-4d5d-897e-b0447ee52ad4" alt=""><figcaption><p>Default ExpressKeys setting for Wacom Intuos Pro Medium (PTH-660)</p></figcaption></figure>

## Examples

### Wacom Intuos Pro Large PTH-860

<img src="https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2FE4urU40oZz27p6Ghyc7t%2Fwacompth860expresskeys.jpg?alt=media&#x26;token=92322926-9e6c-4af5-aa89-b47503d70da4" alt="" data-size="original">

## Huion Inspiroy Dial2 (Q630M)

![](https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2FruvkpRevFnmvOLpPyWNv%2Fhuuion%20Q630M%20PXL_20221130_142458217.MP.jpg?alt=media\&token=2d30a6ef-77c3-4e85-9984-2edf4dffa610)

## Example UI from Wacom Tablet Properties App

![](https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2F7ZcDeQnlomkx18k3nZHy%2Fimage.png?alt=media\&token=ab3e3a89-eef8-4b6b-a084-45365b68598a)

![](https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2F1xIgrWPuZv8Kn3XIqxeK%2Fimage.png?alt=media\&token=eacc5fb0-7f48-4e89-a3aa-1e4146a61679)

![](https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2F2MYEciJFZLN4SEkoXXXK%2Fimage.png?alt=media\&token=051a965a-def6-48ec-800f-9fa50a86713b)

![](https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2F6Q43CSVjAMK36yaefSa6%2Fimage.png?alt=media\&token=7964f4e2-becf-4370-a7a8-e244f1404b87)

![](https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2FuuneaqdkcylkIFOdADV8%2Fimage.png?alt=media\&token=43bc38ed-f939-49ed-8fff-f96ca0891db3)

![](https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2FChaUznDtzdZPnnkrAu27%2Fimage.png?alt=media\&token=9ccc7f45-e4e1-4274-b9c0-4d9ef702921d)

![](https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2FCflgMJ07YqqHJFqzA7HR%2Fimage.png?alt=media\&token=e769ccbc-6241-45a0-8be9-2716c2b5e426)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sevenpens.com/drawtab/core/expresskeys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
