
CandyFace
Hi Sundrop
You can bind the color replacer tool to a hotkey using the config and actions described in readme.txt found here
You can bind the color replacer tool to a hotkey using the config and actions described in readme.txt found here
Windows: C:\Users\[username]\AppData\Roaming\PyxelEdit or similar.
You can enter %appdata% as the path in windows explorer to find the Roaming folder quickly.
Mac: /Users/[username]/Library/Application Support/PyxelEdit or similar.
For example, if you would like to select the replace color tool, you would open your 'keybindings.json' file and make it look like this.
[
{
"keyString": "D",
"action": "color_replace_tool_action",
"shiftKey": false
} ]
If you want to add more keybindings, add a ',' after the closing bracket and make a new entry, eg.
[
{
"keyString": "D",
"action": "color_replace_tool_action",
"shiftKey": false
},{
"keyString": "A",
"action": "color_replace_tool_action",
"shiftKey": false
} ]