From 9ca0690595ebc95791c75b4b0cfce9877dbfa044 Mon Sep 17 00:00:00 2001 From: Stefan Nussbaumer Date: Mon, 4 May 2015 16:36:26 +0200 Subject: [PATCH] fix typo in KeyDownActions.schelp, update Conductor submodule Signed-off-by: (cherry picked from commit a6d59302b10f4d505c0d8b63286a363f7a2598ad) Signed-off-by: Stefan Nussbaumer (cherry picked from commit f7d1b9a97044e576e90a78c4299d523dd607083f) Signed-off-by: Stefan Nussbaumer --- CVCenter/HelpSource/Classes/KeyDownActions.schelp | 4 ++-- Conductor | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CVCenter/HelpSource/Classes/KeyDownActions.schelp b/CVCenter/HelpSource/Classes/KeyDownActions.schelp index 73e6a97..f9c1f8a 100644 --- a/CVCenter/HelpSource/Classes/KeyDownActions.schelp +++ b/CVCenter/HelpSource/Classes/KeyDownActions.schelp @@ -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"); @@ -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[ -> ( diff --git a/Conductor b/Conductor index f464c1f..e878790 160000 --- a/Conductor +++ b/Conductor @@ -1 +1 @@ -Subproject commit f464c1f8f7bc6f221d9eecd8bddf1e5a8cc5766e +Subproject commit e878790d84375fa4009c68f7d7de46ca2a4dce54