> For the complete documentation index, see [llms.txt](https://scratchit.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scratchit.devs.beer/configurations/card/cancel-usage.md).

# Cancel usage

By default you can cancel card usage pressing Q, F or SHIFT.\
You can customize this in `config.yml`

```yaml
cancel_scratching_methods:
  item_swap_F: true
  drop: true
  shift: true
```
