mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
42 lines
1.3 KiB
Python
Executable File
42 lines
1.3 KiB
Python
Executable File
helpData="""<html>
|
|
<head>
|
|
<title>RDToDo User Manual</title>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<h1>RDToDo User Manual</h1>
|
|
Version: %(__version)s<br>
|
|
Author: Greg Landrum (Landrum@RationalDiscovery.com)<br>
|
|
<br>
|
|
Date: %(__date)s
|
|
</center>
|
|
<hr>
|
|
<p>
|
|
<b>Obligatory Disclaimer:</b>
|
|
Some of the commands are harder to explain than they are to try. So
|
|
if you can't decipher my prose, just try it out and see what happens.
|
|
|
|
<h2>Key Commands</h2>
|
|
<ul>
|
|
<li>Arrow keys: change selection (the right arrow key may expand the current selection)
|
|
<li>Ctrl-Up: move the current selection up, but stay at the same hierarchy level.
|
|
<li>Ctrl-Down: move the current selection down, but stay at the same hierarchy level.
|
|
<li>Tab: move the current selection down one hierarchy level
|
|
<li>Shift-Tab: move the current selection up one hierarchy level
|
|
<li>Return: insert a new entry below the current one
|
|
<li>Space: start editing the text of the currently selected entry
|
|
<li>Alt-<Number>: sets the completion percentage of the currently selected item (when appropriate).
|
|
<li>Alt-D: completes the currently selected item (when appropriate).
|
|
<li>there are some hot keys associated with stuff in the menu bar.
|
|
</ul>
|
|
|
|
<h2>Mouse Stuff</h2>
|
|
<ul>
|
|
<li> you can drag and drop pieces of hierarchy
|
|
<li> double clicking or right clicking will launch the TaskEdit dialog
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|
|
"""
|