Marc wrote: > Is there a way to have the functionality to have a menu when the user press > "Enter key" with the proposal of the sub-element. It's a way to avoid to take > the mouse to do the choice and to stay with the hands on the keyboard.
--> XXE can be used efficiently using the keyboard alone. Example: [1] Press Ctrl-J for "Insert After". (If no element is explicitly selected, the caret implicitly selects the element containing it.) [2] This moves the keyboard focus to the element list of the Edit tool (found at the top/right of the main window). [3] Use the arrow keys and/or the auto-completion (space bar) to select in the list which element to insert after selected element. [4] Press Enter to complete the operation and return the keyboard focus to the document view, where you can continue typing some text. --> If you prefer to have the element list just in front of you instead of using the Edit tool, then turn on option "Use dialog box rather than Edit tab" (Options|Options, Edit section). See http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmleditapp.dialog.PreferencesEditorDialog.html#editOptions --> The same method may be used to edit attributes. For that, use Ctrl-E. See http://www.xmlmind.com/xmleditor/_distrib/doc/user/being_productive.html

