Skip to content

Commit

Permalink
fix typo in KeyDownActions.schelp, update Conductor submodule
Browse files Browse the repository at this point in the history
Signed-off-by:  <st9fan@gmail.com>
(cherry picked from commit a6d5930)
Signed-off-by: Stefan Nussbaumer <st9fan@gmail.com>
(cherry picked from commit f7d1b9a)
Signed-off-by: Stefan Nussbaumer <st9fan@gmail.com>
  • Loading branch information
nuss committed May 9, 2015
1 parent a6d5930 commit 9ca0690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CVCenter/HelpSource/Classes/KeyDownActions.schelp
Expand Up @@ -17,7 +17,7 @@ or
code::
\esc -> 53,
::
A key can be a single link::Classes/Char:: or a link::Classes/Symbol::, the number is the keycode returned for the key. The snippet creates a window that has a keyDownAction associated which posts key-value pairs for arbitrary keystrokes. You may use this code if the default keyCodes doesn't mtach the ones on your platform. Edit keyCodes by using the link::Classes/KeyCodesEditor::.
A key can be a single link::Classes/Char:: or a link::Classes/Symbol::, the number is the keycode returned for the key. The snippet creates a window that has a keyDownAction associated which posts key-value pairs for arbitrary keystrokes. You may use this code if the default keyCodes doesn't match the ones on your platform. Edit keyCodes by using the link::Classes/KeyCodesEditor::.
code::
(
w = Window("keyDown action");
Expand Down Expand Up @@ -69,7 +69,7 @@ argument:: view
a link::Classes/View:: or any object that responds to code::keyDownAction::

argument:: shortcutsDict
a link::Classes/Distionary:: or (better) an link::Classes/IdentityDictionary:: defining the key-down actions that shall be added to the given view. The dictionary must be formatted as follows:
a link::Classes/Dictionary:: or (better) an link::Classes/IdentityDictionary:: defining the key-down actions that shall be added to the given view. The dictionary must be formatted as follows:
code::
IdentityDictionary[
<Symbol containing a key or key combination> -> (
Expand Down
2 changes: 1 addition & 1 deletion Conductor
Submodule Conductor updated 1 files
+1 −1 README.md

0 comments on commit 9ca0690

Please sign in to comment.