A plugin for OpenTabletDriver that adds two new binding types:
- Toggle Key Binding — press once for Key A, press again for Key B. Perfect for toggling between Brush (
B) and Eraser (E) in Clip Studio Paint. - Hold Key Binding — hold button to temporarily switch to Key B, release to return to Key A. Like a momentary eraser switch.
- OpenTabletDriver must be installed. You can get it at https://opentabletdriver.net
First download ToggleBinding.dll from the latest release. Then follow the steps for your system below.
Option 1: Use the install command
Open a terminal and run:
otd installplugin /path/to/ToggleBinding.dll
Replace /path/to/ToggleBinding.dll with the actual location of the file on your computer. Then restart OpenTabletDriver:
systemctl --user restart opentabletdriver.service
Option 2: Copy the file manually
If the install command does not work you can copy the file directly:
mkdir -p ~/.config/OpenTabletDriver/Plugins/TogglePlugin
cp /path/to/ToggleBinding.dll ~/.config/OpenTabletDriver/Plugins/TogglePlugin/
Then restart OpenTabletDriver:
systemctl --user restart opentabletdriver.service
Option 1: Use the install command
Open Terminal and run:
otd installplugin /path/to/ToggleBinding.dll
Then restart OpenTabletDriver from the menu bar icon at the top of your screen.
Option 2: Copy the file manually
mkdir -p ~/Library/Application\ Support/OpenTabletDriver/Plugins/TogglePlugin
cp /path/to/ToggleBinding.dll ~/Library/Application\ Support/OpenTabletDriver/Plugins/TogglePlugin/
Then restart OpenTabletDriver from the menu bar icon.
Option 1: Use the install command
Open Command Prompt in the folder where ToggleBinding.dll is saved and run:
otd installplugin ToggleBinding.dll
Then restart OpenTabletDriver from the system tray icon in the bottom right of your screen.
Option 2: Copy the file manually
Open File Explorer and go to this folder:
%APPDATA%\OpenTabletDriver\Plugins\
Create a new folder inside called TogglePlugin and paste the ToggleBinding.dll file into it. Then restart OpenTabletDriver from the system tray icon.
- Open OpenTabletDriver
- Click on any pen button or express key binding in the settings
- Click the dropdown that shows the binding type
- You will now see two new options: Toggle Key Binding and Hold Key Binding Toggle Key Binding means press once to switch to one tool and press again to switch back.
Hold Key Binding means hold the button to temporarily use another tool and let go to return to the previous one.
| Setting | Value |
|---|---|
| Key A | b (this is the brush tool) |
| Key B | e (this is the eraser tool) |
If you use the Hold Key Binding, holding the button switches to eraser and letting go brings back the brush. This feels the most natural for drawing.
Run this command on Linux or Mac:
otd uninstallplugin TogglePlugin
Then restart OpenTabletDriver.
On Windows open the Plugins folder at %APPDATA%\OpenTabletDriver\Plugins\ and delete the TogglePlugin folder. Then restart OpenTabletDriver.
MIT