123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Orion - Key Settings</title>
- <link rel="StyleSheet" href="doc.css" type="text/css" media="screen"/>
- <link rel="StyleSheet" href="docprint.css" type="text/css" media="print"/>
- <script type="text/javascript" src="../js/jquery.js"></script>
- <script type="text/javascript" src="../js/stripe.js"></script>
- </head>
- <body>
- <div id="page">
- <div id="menu">
- <ul>
- <li><a href="index.html">Index</a></li>
- <li><a href="admin.html">Installation and Administration</a></li>
- <li><a href="index.html#RunApplet"><b>Orion</b> as a Java Applet</a></li>
- <li><a href="index.html#RunApplication"><b>Orion</b> as a Java Application</a></li>
- <li>Key Mappings</li>
- <!--
- <li><a href="bugparade.html">Bug Parade</a></li>
- -->
- <li><a href="licenses.html">Licenses</a></li>
- </ul>
- </div>
- <div id="content">
- <h1>Orion - Key Settings</h1>
- <p>Most key setting are different depending on which type of screen is being displayed.</p>
- <h2>Global Keys</h2>
- <p> There are a few operations that can be done anywhere whilst running Orion.</p>
- <table cellspacing="0" summary="Global Keys" class="ot striped">
- <thead>
- <tr>
- <th>Key</th>
- <th>Meaning</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><ESC></td>
- <td>This key is a fundamental one that will take you to the previous display.</td>
- </tr>
- <tr>
- <td><CTRL-R></td>
- <td>Take the view back to the Welcome screen..</td>
- </tr>
- </tbody>
- </table>
- <h2>Keys for Lists</h2>
- <p>The 2 types of this both behave the same as far as keys are concerned. The list is either of tokens, or of file names.</p>
- <table cellspacing="0" summary="Keys for Lists" class="ot striped">
- <thead>
- <tr>
- <th>Key</th>
- <th>Meaning</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Down Arrow</td>
- <td>Select the next lower item in the list</td>
- </tr>
- <tr>
- <td>Up Arrow</td>
- <td>Select the next higher item in the list</td>
- </tr>
- <tr>
- <td>Page Down</td>
- <td>Move down 1 page in the list</td>
- </tr>
- <tr>
- <td>Page Up</td>
- <td>Move up 1 page in the list</td>
- </tr>
- <tr>
- <td>Enter</td>
- <td>Action the list item</td>
- </tr>
- <tr>
- <td>H</td>
- <td>Perform a Hunt operation.
- A line opens up for you to specify the new hunt string.</td>
- </tr>
- </tbody>
- </table>
- <h2>Keys for Files</h2>
- <p>All types of files have the same keys enabled.</p>
- <p>The keys mappings are modelled around the usual key mapping for the
- <em>vi</em> editor.
- However, since <a class="Orion">Orion</a> is <em>not</em> an editor, it is
- not completely vi compatible.
- For the majority of common movement operations, the usage is the same.</p>
- <table cellspacing="0" summary="Keys for Files" class="ot striped">
- <thead>
- <tr>
- <th>Key</th>
- <th>Meaning</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Down Arrow</td>
- <td>Move the cursor down 1 line</td>
- </tr>
- <tr>
- <td>j</td>
- <td>Move the cursor down 1 line</td>
- </tr>
- <tr>
- <td>Up Arrow</td>
- <td>Move the cursor up 1 line</td>
- </tr>
- <tr>
- <td>k</td>
- <td>Move the cursor up 1 line</td>
- </tr>
- <tr>
- <td>Left Arrow</td>
- <td>Move the cursor left 1 character</td>
- </tr>
- <tr>
- <td>h</td>
- <td>Move the cursor left 1 character</td>
- </tr>
- <tr>
- <td>Right Arrow</td>
- <td>Move the cursor right 1 character</td>
- </tr>
- <tr>
- <td>l</td>
- <td>Move the cursor right 1 character</td>
- </tr>
- <tr>
- <td>Page Down</td>
- <td>Move down 1 page</td>
- </tr>
- <tr>
- <td>Ctrl+f</td>
- <td>Move down 1 page</td>
- </tr>
- <tr>
- <td>Page Up</td>
- <td>Move up 1 page</td>
- </tr>
- <tr>
- <td>Ctrl+b</td>
- <td>Move up 1 page</td>
- </tr>
- <tr>
- <td>Home</td>
- <td>Move to beginning of line</td>
- </tr>
- <tr>
- <td>0 (zero)</td>
- <td>Move to beginning of line</td>
- </tr>
- <tr>
- <td>End</td>
- <td>Move to end of line</td>
- </tr>
- <tr>
- <td>$</td>
- <td>Move to end of line</td>
- </tr>
- <tr>
- <td>Ctrl+Home</td>
- <td>Move to top of file</td>
- </tr>
- <tr>
- <td>Ctrl+Enter</td>
- <td>[Java Only} - If the cursor is on the Java declaration of a native method declaration, this does a
- 'Hunt' for the real native method name.</td>
- </tr>
- <tr>
- <td>Ctrl+End</td>
- <td>Move to bottom of file</td>
- </tr>
- <tr>
- <td>Enter</td>
- <td>Perform a 'Hunt' action on the symbol underneath the cursor.
- Note that this is only valid when the cursor is on a symbol,
- rather than a keyword, string, or any other type of character.</td>
- </tr>
- <tr>
- <td>%</td>
- <td>Perform a bracket match for the character under the cursor position.
- Note this is only valid when the cursor is on a bracket and the
- bracket is NOT inside a comment.
- For this purposes, brackets are the characters {}[]().</td>
- </tr>
- <tr>
- <td>H</td>
- <td>Perform a Hunt operation. A line opens up for you to specify the new hunt string.</td>
- </tr>
- <tr>
- <td>n</td>
- <td>Go to the next occurrence of the currently hunted token.</td>
- </tr>
- <tr>
- <td>p</td>
- <td>Go to the previous occurrence of the currently hunted token.</td>
- </tr>
- <tr>
- <td>/</td>
- <td>Find</td>
- </tr>
- <tr>
- <td>?</td>
- <td>Find Backwards.</td>
- </tr>
- <tr>
- <td>Ctrl+n</td>
- <td>Repeat last find forwards.</td>
- </tr>
- <tr>
- <td>Ctrl+p</td>
- <td>Repeat last find backwards.</td>
- </tr>
- <tr>
- <td>:</td>
- <td>Go to a specific line number.</td>
- </tr>
- <tr>
- <td>w</td>
- <td>Move forward to the next word.</td>
- </tr>
- <tr>
- <td>b</td>
- <td>Move backward to the previous word.</td>
- </tr>
- <tr>
- <td>Ctrl+s</td>
- <td>Open the current file in HTML format in a separate browser window.</td>
- </tr>
- </tbody>
- </table>
- </div>
- <div id="copyright">
- <p><a href="http://ruelgnoj.co.uk/">Copyright © 1997,2017 by Steve Millington. All Rights Reserved.</a></p>
- </div>
- </div>
- </body>
- </html>
|