db&w documentation wiki

finest software | finest docs

User Tools

Site Tools


vai:shortcuts

Keyboard shortcuts

The keyboard shortcuts can be edited in the Preferences.

Shortcuts trigger a Lua script function which in turn executes the desired operation.

This is a list of the default shortcuts:

Shortcut Function Lua Command
Global
alt-pOpen Preferencesvai.prefs()
ctrl-oOpen Filevai.open()
ctrl-alt-aAboutvai.about()
fToggle full screenvai.toggle_fullscreen()
View Navigation
numpad-1Front viewview.front()
ctrl-numpad-1Back viewview.back()
numpad-2Rotate downview.tumble(0, -30)
numpad-3Right Viewview.right()
ctrl-numpad-3Left Viewview.left()
numpad-4Rotate leftview.tumble(30, 0)
numpad-5Toggle Perspective/Orthogonalview.toggle_ortho()
numpad-6Rotate rightview.tumble(-30, 0)
numpad-7Top Viewview.top()
ctrl-numpad-7Bottom Viewview.bottom()
numpad-8Rotate Upview.tumble(0, 30)
numpad-9Flip view directionview.flip()
numpad-+Zoom inview.zoom(0.95)
numpad–Zoom outview.zoom(1.05)
View Playback
spacePlay animationview.play(true)
ctrl-spaceStop animationview.play(false)
Next frameview.step_frame(1)
Previous frameview.step_frame(-1)
tToggle timelineview.toggle_timeline()
View
bShow bonesview.show_bones(true)
ctrl-bHide bonesview.show_bones(false)
hToggle HuDview.toggle_hud()
pToggle Propertiesview.toggle_props()
ctrl-cCopy viewport as imageview.clipboard_copy()
View Turntable
rToggle turntableview.turntable.toggle()
ctrl-shift-rFlip turntableview.turntable.flip()
ctrl-rSpeed up turntableview.turntable.set(view.turntable.get() * 1.1)
shift-rSlow down turntableview.turntable.set(view.turntable.get() * 0.9)
vai/shortcuts.txt · Last modified: by lightwolf