This patch makes ctrl-Y (on Mac) or alt-Y (on Windows) close all
tiddlers.  My recent patches define a few new access keys:

W close this tiddler
E edit this tiddler (or view in read-only mode)
R close other tiddlers
Y close all tiddlers

W is the standard Mac shortcut for "close window", R and Y are in the
same row of the QWERTY keyboard as W, but separated to perhaps prevent
typing mistakes.  Separation also leaves "E" available for "edit
tiddler".

--- Lingo.js.orig.20091019      2009-10-18 14:37:46.000000000 -0700
+++ Lingo.js    2009-10-19 16:05:36.000000000 -0700
@@ -174,7 +174,8 @@

 merge(config.macros.closeAll,{
        label: "close all",
-       prompt: "Close all displayed tiddlers (except any that are being
edited)"});
+       prompt: "Close all displayed tiddlers (except any that are being
edited)"},
+       accessKey: "Y");

 merge(config.macros.permaview,{
        label: "permaview",


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to