Skip to content

Commit

Permalink
better instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkallen committed Mar 1, 2022
1 parent d361a98 commit 54369ab
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dot-plasticity/keymap.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
// Probably the keybindings you want to change the most are case 1., when no command or gizmo is active.
"body:not([gizmo]) plasticity-workspace": {
"body:not([gizmo])": {
// "1": "selection:mode:set:control-point",
// "2": "selection:mode:set:edge",
// "4": "selection:mode:set:face",
Expand Down Expand Up @@ -67,12 +67,14 @@
// "escape": "command:deselect-all",
},

// Uncomment to get maya-style orbit/pan.
"orbit-controls": {
// "mouse1": "orbit:pan",
// "shift-mouse1": "orbit:rotate",
// Uncomment to get maya-style orbit/pan.
// "alt-mouse0": "orbit:rotate",
// "alt-mouse1": "orbit:pan",
// "alt-mouse2": "orbit:dolly"

// Uncomment to get blender-style orbit/pan.
// "mouse1": "orbit:rotate",
// "shift-mouse1": "orbit:pan",
}
}

0 comments on commit 54369ab

Please sign in to comment.