On Sat, Feb 4, 2012 at 6:33 PM, Edward K. Ream <[email protected]> wrote: > Please test rev 4972 and report any problems immediately. > > The adventurous may want to enable new_strokes at the beginning of > leoGlobals.py. > > A lot more work is coming, but any early testing you could give this > code would be appreciated.
When I open a .leo file with this settings node <?xml version="1.0" encoding="utf-8"?> <!-- Created by Leo (http://webpages.charter.net/edreamleo/front.html) --> <?xml-stylesheet ekr_test?> <leo_file xmlns:leo="http://www.leo-editor.org/2011/leo" > <leo_header file_format="2"/> <vnodes> <v t="btheado.20120206200748.7739" a="E"><vh>@settings</vh> <v t="btheado.20120206200748.7740"><vh>@shortcuts test</vh></v> </v> </vnodes> <tnodes> <t tx="btheado.20120206200748.7739"></t> <t tx="btheado.20120206200748.7740">delete-node = Ctrl-delete move-outline-right = Ctrl-right move-outline-left = Ctrl-left move-outline-down = Ctrl-down move-outline-up = Ctrl-up</t> </tnodes> </leo_file> The Ctrl-delete keystroke seems to take its behavior from leoSettings.leo (delete-word) rather than the per file setting (delete-node). I don't completely trust that I haven't goofed something up... Here is print-bindings excerpt: S Ctrl+C copy-text S Ctrl+D move-outline-down Ctrl+Delete delete-node S Ctrl+Delete delete-word Ctrl+Down move-outline-down S Ctrl+E end-of-line It doesn't look like the legend is accurate: legend: [S] leoSettings.leo [ ] default binding [F] loaded .leo File [M] myLeoSettings.leo [@] mode I don't see the 'F' before my setting. Is that a work-in-progress, or a deprecated feature? Brian -- You received this message because you are subscribed to the Google Groups "leo-editor" 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/leo-editor?hl=en.
