mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-27 04:21:46 +08:00
Change move and layer move tool to have different shortcuts
This commit is contained in:
parent
5ef55abec0
commit
8aedbde247
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user