Skip to content

Latest commit

 

History

History
119 lines (110 loc) · 4.68 KB

File metadata and controls

119 lines (110 loc) · 4.68 KB

Key Bindings

Weavly supports two sets of keyboard shortcuts. A keyboard shortcut provides fast access to a range of Weavly's features using one or more key presses. Keyboard shortcuts can be configured (or turned off) using the keyboard input menu, which is displayed by default when the question mark key is pressed, or when the keyboard icon is clicked.

The most basic shortcuts are activated by holding a key like alt, or holding control and alt at the same time, and then pressing a particular letter. Longer shortcuts involve hitting a combination of keys to start a sequence, and then entering additional letters.

In the instructions below, keys that need to be held at the same time are indicated using plus signs, and keys that need to be entered separately are divided using commas. For example, the shortcut Ctrl + Alt + x, x is activated by holding control, alt, and x at the same time, releasing all keys, and then hitting the x key again by itself.

NVDA Key Bindings

NVDA has many commands that make use of the alt key, to avoid conflicting with these, the default keyboard input scheme uses the control and alt keys in combination with the starting key of a sequence. Those key bindings are as follows.

Keys Command
Ctrl + Alt + b addCommandToBeginning
Ctrl + Alt + e addCommandToEnd
Ctrl + Alt + d deleteCurrentStep
Ctrl + Alt + i announceScene
Ctrl + Alt + p playPauseProgram
Ctrl + Alt + r refreshScene
Ctrl + Alt + s stopProgram
Ctrl + Alt + z shareEnvironment
< decreaseProgramSpeed
> increaseProgramSpeed
? showHide
Ctrl + Alt + x, a, b, 1 selectBackward1
Ctrl + Alt + x, a, b, 2 selectBackward2
Ctrl + Alt + x, a, b, 3 selectBackward3
Ctrl + Alt + x, a, f, 1 selectForward1
Ctrl + Alt + x, a, f, 2 selectForward2
Ctrl + Alt + x, a, f, 3 selectForward3
Ctrl + Alt + x, a, l, 1 selectLeft45
Ctrl + Alt + x, a, l, 2 selectLeft90
Ctrl + Alt + x, a, l, 3 selectLeft180
Ctrl + Alt + x, a, r, 1 selectRight45
Ctrl + Alt + x, a, r, 2 selectRight90
Ctrl + Alt + x, a, r, 3 selectRight180
Ctrl + Alt + x, c, m, d moveCharacterDown
Ctrl + Alt + x, c, m, l moveCharacterLeft
Ctrl + Alt + x, c, m, r moveCharacterRight
Ctrl + Alt + x, c, m, u moveCharacterUp
Ctrl + Alt + x, c, t, l turnCharacterLeft
Ctrl + Alt + x, c, t, r turnCharacterRight
Ctrl + Alt + x, d deleteAll
Ctrl + Alt + x, f, a focusActions
Ctrl + Alt + x, f, c focusCharacterPositionControls
Ctrl + Alt + x, f, h focusAppHeader
Ctrl + Alt + x, f, p focusPlayShare
Ctrl + Alt + x, f, q focusProgramSequence
Ctrl + Alt + x, f, s focusScene
Ctrl + Alt + x, f, t focusAddNodeToggle
Ctrl + Alt + x, f, x focusCharacterColumnInput
Ctrl + Alt + x, f, y focusCharacterRowInput
Ctrl + Alt + x, f, w focusWorldSelector
Ctrl + Alt + x, x toggleFeedbackAnnouncements

VoiceOver Key Bindings

VoiceOver uses ctrl+alt for many of its commands, to avoid conflicting with those, there is a keyboard input scheme whichg uses the alt key in combination with the starting key of a sequence. Those key bindings are as follows:

Keys Command
Alt + b addCommandToBeginning
Alt + e addCommandToEnd
Alt + d deleteCurrentStep
Alt + i announceScene
Alt + p playPauseProgram
Alt + r refreshScene
Alt + s stopProgram
Alt + z shareEnvironment
< decreaseProgramSpeed
> increaseProgramSpeed
? showHide
Alt + x, a, b, 1 selectBackward1
Alt + x, a, b, 2 selectBackward2
Alt + x, a, b, 3 selectBackward3
Alt + x, a, f, 1 selectForward1
Alt + x, a, f, 2 selectForward2
Alt + x, a, f, 3 selectForward3
Alt + x, a, l, 1 selectLeft45
Alt + x, a, l, 2 selectLeft90
Alt + x, a, l, 3 selectLeft180
Alt + x, a, r, 1 selectRight45
Alt + x, a, r, 2 selectRight90
Alt + x, a, r, 3 selectRight180
Alt + x, c, m, d moveCharacterDown
Alt + x, c, m, l moveCharacterLeft
Alt + x, c, m, r moveCharacterRight
Alt + x, c, m, u moveCharacterUp
Alt + x, c, t, l turnCharacterLeft
Alt + x, c, t, r turnCharacterRight
Alt + x, d deleteAll
Alt + x, f, a focusActions
Alt + x, f, c focusCharacterPositionControls
Alt + x, f, h focusAppHeader
Alt + x, f, p focusPlayShare
Alt + x, f, q focusProgramSequence
Alt + x, f, s focusScene
Alt + x, f, t focusAddNodeToggle
Alt + x, f, x focusCharacterColumnInput
Alt + x, f, y focusCharacterRowInput
Alt + x, f, w focusWorldSelector
Alt + x, x toggleFeedbackAnnouncements