It's very boring so far, just getting started :-) The biggest helper for now are the paste-node and paste-node-as-clone which don't seem to be working for me, and Ctrl+n doesn't seem to unbind either, i.e. after setting to None.
I've check-bindings and they seem like they're free. The others seem to work fine though. For now these are all globally scope but I could see wanting to be more granular. Thanks very much for your help. Kevin -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/992042b4-14ed-4ba5-8a2b-07a72c481330n%40googlegroups.com.
<?xml version="1.0" encoding="utf-8"?> <!-- Created by Leo: http://leoeditor.com/leo_toc.html --> <leo_file xmlns:leo="http://leoeditor.com/namespaces/leo-python-editor/1.1" > <leo_header file_format="2"/> <globals/> <preferences/> <find_panel_settings/> <vnodes> <v t="kgh.20200404114247.1"><vh>Settings README</vh></v> <v t="kgh.20200404114248.1"><vh>@settings</vh> <v t="kgh.20200404114641.1"><vh>fonts</vh> <v t="kgh.20200404114729.1"><vh>@string font-family = Fira Code</vh></v> <v t="kgh.20200404121614.1"><vh>@string font-size = 10pt </vh></v> </v> <v t="kgh.20200404114248.2"><vh>@enabled-plugins</vh></v> <v t="kgh.20200404114248.3"><vh>@keys</vh> <v t="kgh.20200404114248.4"><vh>@shortcuts</vh></v> </v> <v t="kgh.20200814115731.1"><vh>Misc</vh> <v t="kgh.20200813201722.1"><vh>@string central-dock-widget = body</vh></v> <v t="kgh.20200814115719.1"><vh>@bool use-vr-dock = True</vh></v> </v> </v> <v t="kgh.20200821215043.1"><vh>zz_archive</vh> <v t="kgh.20200814111837.1"><vh>XX @bool create-at-persistence-nodes-automatically = True</vh></v> </v> </vnodes> <tnodes> <t tx="kgh.20200404114247.1">myLeoSettings.leo personal settings file created Sat Apr 4 11:42:48 2020 Only nodes that are descendants of the @settings node are read. Only settings you need to modify should be in this file, do not copy large parts of leoSettings.py here. For more information see http://leoeditor.com/customizing.html</t> <t tx="kgh.20200404114248.1"></t> <t tx="kgh.20200404114248.2"># Leo loads plugins in the order they appear here. # This node *MUST* be a child of the @settings node to take effect. # **Important**: to change these defaults, put # an @enabled-plugins node in myLeoSettings.leo. # Highly-recommended plugins: plugins_menu.py free_layout.py # Now loaded automatically. # But it's useful to have a free_layout menu in the Plugins menu. # Recommended plugins: contextmenu.py # This is required by the vim.py and xemacs.py plugins. leo_to_html.py mod_scripting.py nav_qt.py nodetags.py quicksearch.py screen_capture.py settings_finder.py stickynotes.py todo.py # viewrendered.py viewrendered3.py # Alphabetical list of all Leo plugins. # Note: This list may be out of date. leo/plugins contains all official plugins. # Note: Leo loads all qt_*.py files automatically when the qt gui is in effect. # active_path.py # add_directives.py # at_folder.py # at_produce.py # at_view.py # attrib_edit.py # backlink.py # bibtex.py # bigdash.py # bookmarks.py # bzr_qcommands.py # chapter_hoist.py # colorize_headlines.py # contextmenu.py # ctagscompleter.py # cursesGui.py # datenodes.py # debugger_pudb.py # dragdropgoodies.py # dtest.py # dump_globals.py # empty_leo_file.py # enable_gc.py # expfolder.py # FileActions.py # free_layout.py # loaded automatically # ftp.py # geotag.py # gitarchive.py # graphcanvas.py # import_cisco_config.py # initinclass.py # interact.py # jinjarender.py # leo_interface.py # leo_pdf.py # leo_to_html.py # leo_to_rtf.py # leocursor.py # leofeeds.py # leomail.py # leomylyn.py # leoOPML.py # leoremote.py # leoscreen.py # lineNumbers.py # livecode.py # macros.py # markup_inline.py # maximizeNewWindows.py # mime.py # mnplugins.py # mod_autosave.py # mod_framesize.py # mod_http.py # mod_leo2ascd.py # mod_read_dir_outline.py # mod_scripting.py # mod_speedups.py # mod_tempfname.py # mod_timestamp.py # multifile.py # nav_qt.py # nested_splitter.py # loaded automatically. # niceNosent.py # nodeActions.py # nodediff.py # nodetags.py # nodewatch.py # notebook.py # open_shell.py # outline_export.py # paste_as_headlines.py # plugins_menu.py # pretty_print.py # projectwizard.py # python_terminal.py # QNCalendarWidget.py # qt_quicksearch.py # quickMove.py # quicksearch.py # quit_leo.py # read_only_nodes.py # redirect_to_log.py # richtext.py # rss.py # rst3.py # run_nodes.py # screen_capture.py # screencast.py # screenshots.py # script_io_to_body.py # scripts_menu.py # setHomeDirectory.py # settings_finder.py # sftp.py # slideshow.py # spydershell.py # startfile.py # stickynotes.py # stickynotes_plus.py # systray.py # testRegisterCommand.py # textnode.py # todo.py # tomboy_import.py # trace_gc_plugin.py # trace_keys.py # trace_tags.py # valuespace.py # viewrendered.py # viewrendered2.py # vim.py # wikiview.py # word_count.py # word_export.py # xemacs.py # xml_edit.py # xsltWithNodes.py # zenity_file_dialogs.py </t> <t tx="kgh.20200404114248.3"></t> <t tx="kgh.20200404114248.4"># You can define keyboard shortcuts here of the form: # # some-command Shift-F5 # Navigation # original defaults # extract-names: Ctrl+Shift+n # new: Ctrl+n # toggle-active-pane: Ctrl+y # unbind extract-names = None new = None toggle-active-pane = None # outline operations insert-node = Ctrl+Shift+n # insert insert-child = Ctrl+Shift+m # child move-outline-up = Ctrl+Shift+i # up move-outline-down = Ctrl+Shift+< # down move-outline-left = Ctrl+Shift+h # left move-outline-right = Ctrl+Shift+l # right edit-headline = Ctrl+t # rename (title) redo = Ctrl+y keyboard-quit = Esc # escape hoist = F6 de-hoist = Shift+F6 sort-siblings = F9 copy-node = Ctrl+Shift+c cut-node = Ctrl+Shift+x paste-node = Ctrl+Shift+v paste-node-as-clone = Ctrl+Shift+b </t> <t tx="kgh.20200404114641.1"></t> <t tx="kgh.20200404114729.1"></t> <t tx="kgh.20200404121614.1">**Important**: This should be set by each user.</t> <t tx="kgh.20200813201722.1"></t> <t tx="kgh.20200814111837.1"></t> <t tx="kgh.20200814115719.1"></t> <t tx="kgh.20200814115731.1"></t> <t tx="kgh.20200821215043.1"></t> </tnodes> </leo_file>
