Skip to content

Commit

Permalink
help: fix incorrect info in EnvelopeView documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jleben committed Apr 22, 2012
1 parent c1aa1c4 commit ce95e32
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions HelpSource/Classes/EnvelopeView.schelp
Expand Up @@ -323,25 +323,9 @@ METHOD:: metaAction

METHOD:: defaultKeyDownAction

Implements the default effects of key presses as follows:

table::
## strong::Key:: || strong::Effect::
## Shift/Alt + right arrow || increment x by step
## Shift/Alt + left arrow || decrement x by step
## right arrow || select next node
## left arrow || select previous node
## up arrow || increment y by step
## down arrow || decrement y by step
::

note:: strong:: Differences between GUI kits ::

strong::Cocoa:: uses the Shift modifier to move nodes horizontally, while strong::SwingOSC:: uses Alt for the same purpose. strong::Qt:: however will only move nodes at all if Alt is pressed, and holding down Shift will select each node at the current index, as it is changed.
Implements the default behavior on key presses.

In strong::Qt::, the default effects of key presses are defined in the view implementation instead of in this method. If you want to override them, you need to return code::true:: from this method, or from link::Classes/View#-keyDownAction::. See link::Classes/View#key_actions#Key actions:: for explanation.

::
In Qt, the default behavior is defined in the C++ implementation of the view instead of this method. See link::Classes/View#Key and mouse event propagation:: for explanation of how to override the behavior.



Expand Down

0 comments on commit ce95e32

Please sign in to comment.