Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyisonit authored Apr 1, 2024
1 parent 17f003a commit 2aba18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ A plugin that adds two groups of hotkeys to Toon Boom Harmony: one to easily swa
## Features

### Brush / Pencil Unification
Most other painting applications don't have the separation between a `brush` tool and a `pencil` tool in the same way the Harmony does, which can make the application difficult to work with if your hotkey muscle memory is accustomed to only having one key to activate your drawing tool. This plugin adds a new hotkey, `activateDrawingTool`, that will activate either the brush or pencil tool depending on which one you are currently using. You can then use the `switchDrawingTool` hotkey to switch your currently active tool from `brush` to `pencil` or vice-versa.
Most other painting applications don't have a separation between a `brush` tool and a `pencil` tool in the same way that Harmony does, which can make the application difficult to work with if your hotkey muscle memory is accustomed to only having one key that activates your drawing tool. This plugin adds a new hotkey, `activateDrawingTool`, that will activate either the brush or the pencil tool depending on which one you are currently using. You can then use the `switchDrawingTool` hotkey to switch your currently active tool from `brush` to `pencil` or vice-versa.

### Freeing The Alt Key
Currently Harmony is set up to have the `alt` key temporarily switch to the `cutter` and `select` tools, which can lead to conflicts if you want to use `alt + <some key>` as a hotkey for something else. This plugin adds two hotkeys, `switchToCutter` and `switchToSelect`, that allow you to activate the `cutter` and `select` tools without affecting the `alt` key's bindings.


## Installation
First download the latest version [here](https://github.com/ollyisonit/toonboom-tool-swap/releases/latest). Create a folder called `packages` in your user scripts directory if it doesn't already exist, then copy the `TBToolSwap` folder into it. You can find the new hotkeys in the hotkeys menu under the section `ollyisonit-TBToolSwap`.
First download the latest version [here](https://github.com/ollyisonit/toonboom-tool-swap/releases/latest). Create a folder called `packages` in your user scripts directory if it doesn't already exist, then copy the `TBToolSwap` folder into it. You can find the new hotkeys in the hotkeys menu under the section `ollyisonit-TBToolSwap`.

0 comments on commit 2aba18e

Please sign in to comment.