That you both for those helpful replies.

Where does one learn this stuff?  Should I get a book on Java Script?
The resources I've come across hitherto have been either for complete
beginners or seasoned programmers.

On Nov 2, 2:36 pm, Eric Shulman <[email protected]> wrote:
> > In the toolbar you have -cancelTiddler.
> > The - in this ties the escape key to the command cancelTiddler.
> > In a similar fashion in +saveTiddler the + command ties the double
> > mouse button to saveTiddler.
>
> To be accurate, the "+" prefix binds a command to both a 'double-
> click' and a 'ctrl-enter' keystroke, while the "-" prefix binds a
> command to an 'escape' keystroke.
>
> When *viewing* a tiddler, double-clicking the tiddler background
> triggers the '+editTiddler' command.  Note that "ctrl-enter" typically
> doesn't do anything when viewing a tiddler because there isn't a
> current input field that has the 'focus' so it can process the
> keystroke.
>
> Of course, when *editing* a tiddler, there are always input fields
> (one of which usually has the focus), so "esc" triggers the "-
> cancelTiddler" command and "enter" triggers the "+saveTiddler"
> command.  Note that double-clicking in the text area is processed by
> that text area to select a word in the source content and thus does
> not also trigger the "+saveTiddler" command.
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to