startup.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CLISH_MODULE xmlns="http://clish.sourceforge.net/XMLSchema"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://clish.sourceforge.net/XMLSchema
  5. http://clish.sourceforge.net/XMLSchema/clish.xsd">
  6. <!--=======================================================-->
  7. <OVERVIEW>
  8. CONTEXT SENSITIVE HELP
  9. [?] - Display context sensitive help. This is either a list of possible
  10. command completions with summaries, or the full syntax of the
  11. current command. A subsequent repeat of this key, when a command
  12. has been resolved, will display a detailed reference.
  13. AUTO-COMPLETION
  14. The following keys both perform auto-completion for the current command line.
  15. If the command prefix is not unique then the bell will ring and a subsequent
  16. repeat of the key will display possible completions.
  17. [enter] - Auto-completes, syntax-checks then executes a command. If there is
  18. a syntax error then offending part of the command line will be
  19. highlighted and explained.
  20. [space] - Auto-completes, or if the command is already resolved inserts a space.
  21. MOVEMENT KEYS
  22. [CTRL-A] - Move to the start of the line
  23. [CTRL-E] - Move to the end of the line.
  24. [up] - Move to the previous command line held in history.
  25. [down] - Move to the next command line held in history.
  26. [left] - Move the insertion point left one character.
  27. [right] - Move the insertion point right one character.
  28. DELETION KEYS
  29. [CTRL-C] - Delete and abort the current line
  30. [CTRL-D] - Delete the character to the right on the insertion point.
  31. [CTRL-K] - Delete all the characters to the right of the insertion point.
  32. [CTRL-U] - Delete the whole line.
  33. [backspace] - Delete the character to the left of the insertion point.
  34. ESCAPE SEQUENCES
  35. !! - Subsitute the the last command line.
  36. !N - Substitute the Nth command line (absolute as per 'history' command)
  37. !-N - Substitute the command line entered N lines before (relative)
  38. </OVERVIEW>
  39. <!--=======================================================-->
  40. <STARTUP view="root-view">
  41. <DETAIL>Welcome to Clish</DETAIL>
  42. <ACTION></ACTION>
  43. </STARTUP>
  44. <!--=======================================================-->
  45. </CLISH_MODULE>