Thank you Eric!

It was actually located in the quoted code below but it did the
trick.  Thanks!

!EditTemplate
<!--{{{-->
<div class="toolbar" macro="toolbar +saveTiddler saveCloseTiddler
closeOthers -cancelTiddler cancelCloseTiddler deleteTiddler"></div>
<div class="title" macro="view title"></div>
<div class="editLabel">Title</div><div class="editor" macro="edit
title"></div>
<div macro='annotations'></div>
<div class="editLabel">Content</div><div class="editor" macro="edit
text"></div>
<div class="editLabel">Tags</div><div class="editor" macro="edit
tags"></div>
<div class="editorFooter"><span macro="message
views.editor.tagPrompt"></span><span macro="tagChooser"></span></div>
<!--}}}-->

On Nov 1, 3:39 pm, Eric Shulman <[email protected]> wrote:
> > 2006.11.16 2.0.0 removed chkDisableEscapeKey (obsolete... use custom
> > EditTemplate to change toolbar definition).
>
> Much has changed since 2006.... but the basic mechanism for binding
> the escape key to a toolbar command is the same: the command is
> preceded by a "-" (minus sign).  Thus, in ToolbarCommands (or
> MPTWTheme if using MPTW), you could change this:
>
> |~EditToolbar|+saveTiddler -cancelTiddler copyTiddler deleteTiddler|
>
> to
>
> |~EditToolbar|+saveTiddler cancelTiddler copyTiddler deleteTiddler|
>
> (i.e. remove the "-" prefix from cancelTiddler)
>
> 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