Change move and layer move tool to have different shortcuts

This commit is contained in:
JannisX11 2024-04-26 00:46:47 +02:00
parent 5ef55abec0
commit 8aedbde247

View File

@ -2645,7 +2645,7 @@ BARS.defineActions(function() {
paintTool: true,
allowed_view_modes: ['textured'],
modes: ['paint'],
keybind: new Keybind({key: 'v'}),
keybind: new Keybind({shift: true, key: 'v'}),
onCanvasClick(data) {
if (data && data.element) {
Blockbench.showQuickMessage('message.copy_paste_tool_viewport')