/usr/share/doc/ne/html/Menus.html is in ne-doc 2.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | <html lang="en">
<head>
<title>Menus - ne's manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="ne's manual">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Reference.html#Reference" title="Reference">
<link rel="prev" href="Syntax-Highlighting.html#Syntax-Highlighting" title="Syntax Highlighting">
<link rel="next" href="Regular-Expressions.html#Regular-Expressions" title="Regular Expressions">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="Menus"></a>
<p>
Next: <a rel="next" accesskey="n" href="Regular-Expressions.html#Regular-Expressions">Regular Expressions</a>,
Previous: <a rel="previous" accesskey="p" href="Syntax-Highlighting.html#Syntax-Highlighting">Syntax Highlighting</a>,
Up: <a rel="up" accesskey="u" href="Reference.html#Reference">Reference</a>
<hr>
</div>
<h3 class="section">3.7 Menus</h3>
<p><a name="index-Menus-72"></a>
<code>ne</code>'s menus are extremely straightforward. The suggested way of
learning their use is by trial and error, with a peek here and there
at this manual when some doubts arise.
<p>You activate menus with the <f1> key, or in case your keyboard does
not have such a key, <Escape>, <Escape>-<Escape> or any key
that is bound to the <code>Escape</code> command. Move around the menus pressing
with the cursor keys and the page up/down keys (which move to the first or
last menu item in a menu). You can also move around menus and menu items by
pressing the alphabetic keys; a lower case letter will move to the first
item in the current menu whose name starts with the given letter; an upper
case letter will move to the first menu whose name starts with the given
letter.
<p>Each menu item of <code>ne</code>'s standard menu corresponds to a
single command. In explaining what each menu item allows you to
do, we shall simply refer you to the section that explains the command
relative to the menu item.
<p>If you plan to change <code>ne</code>'s menu (see <a href="Changing-Menus.html#Changing-Menus">Changing Menus</a>), you should
take a look at the file <samp><span class="file">default.menus</span></samp> that comes with <code>ne</code>'s
distribution. It contains a complete menu configuration that clones the standard
one.
<ul class="menu">
<li><a accesskey="1" href="File.html#File">File</a>
<li><a accesskey="2" href="Documents.html#Documents">Documents</a>
<li><a accesskey="3" href="Edit.html#Edit">Edit</a>
<li><a accesskey="4" href="Search.html#Search">Search</a>
<li><a accesskey="5" href="Macros.html#Macros">Macros</a>
<li><a accesskey="6" href="Extras.html#Extras">Extras</a>
<li><a accesskey="7" href="Navigation.html#Navigation">Navigation</a>
<li><a accesskey="8" href="Prefs.html#Prefs">Prefs</a>
</ul>
</body></html>
|