lunapaint / vscode-luna-paint

A raster image editor extension for VS Code
https://marketplace.visualstudio.com/items?itemName=Tyriar.luna-paint
282 stars 27 forks source link

Allow configuring of mouse modifier behavior #80

Open Tyriar opened 3 years ago

Tyriar commented 3 years ago

It would be good to allow changing what modifier+click does in different contexts. Currently there is luna.mouseWheelBehavior but maybe something more general?

VS Code issue for mouse customization: https://github.com/microsoft/vscode/issues/3130, the current solution of one off settings isn't great.