fceux/web/help/ContextMenuItems.html

203 lines
9.2 KiB
HTML

<html>
<head>
<title>Context Menu Items</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="HelpNDoc Personal Edition 3.8.0.560">
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
<!--[if lte IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
<![endif]-->
<style type="text/css">
#topic_header
{
background-color: #EFEFEF;
}
</style>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/hnd.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
if (top.frames.length == 0)
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "fceux.html?" + sTopicUrl;
}
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
{
top.FrameTOC.SelectTocItem("ContextMenuItems");
}
});
</script>
</head>
<body>
<div id="topic_header">
<div id="topic_header_content">
<h1>Context Menu Items</h1>
<div id="topic_breadcrumb">
<a href="Config.html">Config</a> &rsaquo;&rsaquo; </div>
</div>
<div id="topic_header_nav">
<a href="Config.html"><img src="img/arrow_up.png" alt="Parent"/></a>
<a href="MapHotkeys.html"><img src="img/arrow_left.png" alt="Previous"/></a>
<a href="Tools2.html"><img src="img/arrow_right.png" alt="Next"/></a>
</div>
<div class="clear"></div>
</div>
<div id="topic_content">
<p></p>
<p><span class="rvts17">Context Menu</span></p>
<p><br/></p>
<p>FCEUX includes a context menu that allows commonly used menu functions for various situations. &nbsp;There are some functions that appear only here.</p>
<p><br/></p>
<p>This page describes all the possible menu items in each possible context situation.</p>
<p><br/></p>
<p><span class="rvts16">No game loaded.</span></p>
<p><br/></p>
<p>Appears when no game is loaded.</p>
<p><br/></p>
<p><span class="rvts10">Open ROM</span></p>
<p>Same as the File &gt; Open ROM option</p>
<p><br/></p>
<p><span class="rvts10">Last ROM used</span></p>
<p>Opens the most recently used file from the Recent Files Menu</p>
<p><br/></p>
<p><span class="rvts10">Help</span></p>
<p>Brings up the Getting Started chapter in the help document.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Game Loaded</span></p>
<p><br/></p>
<p>Appears when a game is loaded, but not a movie (.fm2).</p>
<p><br/></p>
<p><span class="rvts10">Play Movie...</span></p>
<p>Same as the File &gt; Movie &gt; Play Movie menu item.</p>
<p><br/></p>
<p><span class="rvts10">Record Movie...</span></p>
<p>Same as the File &gt; Movie &gt; Record Movie menu item.</p>
<p><br/></p>
<p><span class="rvts10">Undo savestate</span></p>
<p>If this option is enabled it means the last savestate saved over-wrote a previous savestate file. &nbsp;This option restores the previous savestate file.</p>
<p><br/></p>
<p><span class="rvts10">Redo savestate</span></p>
<p>If this option is in the menu, it means that Undo savestate was recently used to restore a previous savestate. &nbsp;This reverts that change.</p>
<p><br/></p>
<p><span class="rvts10">Rewind to last auto-save</span></p>
<p>Auto-save must be enabled for this menu item to be accessible. &nbsp;Same as the Load last auto-save Hotkey Item. &nbsp;It loads the last auto-savestate. &nbsp;Auto-savestates are created once about every 4 seconds, so this typically has the effect of rewinding emulation.</p>
<p><br/></p>
<p><span class="rvts10">Screenshot</span></p>
<p>Same as File &gt; Screenshot.</p>
<p><span class="rvts10"><br/></span></p>
<p><span class="rvts10">Close ROM</span></p>
<p>Same as File &gt; Close</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Movie loaded - Read-only</span></p>
<p><br/></p>
<p>Appears when a movie is loaded and Read-only mode is set.</p>
<p><br/></p>
<p><span class="rvts10">Toggle to read+write</span></p>
<p>Sets Read status to Read+Write.</p>
<p><br/></p>
<p><span class="rvts10">Play Movie from Beginning</span></p>
<p>Same as File &gt; Movie &gt; Play from Beginning. &nbsp;Turns Read status to Read-Only and plays the movie from frame 1.</p>
<p><br/></p>
<p><span class="rvts10">Stop Movie Replay</span></p>
<p>Same as File &gt; Movie &gt; Stop Movie.</p>
<p><br/></p>
<p><span class="rvts10">View comments and subtitles</span></p>
<p>Opens up the Metadata dialog. &nbsp;Same as the Metadata button on the Play movie dialog.</p>
<p><br/></p>
<p><span class="rvts10">Undo savestate</span></p>
<p>If this option is enabled it means the last savestate saved over-wrote a previous savestate file. &nbsp;This option restores the previous savestate file.</p>
<p><br/></p>
<p><span class="rvts10">Redo savestate</span></p>
<p>If this option is in the menu, it means that Undo savestate was recently used to restore a previous savestate. &nbsp;This reverts that change.</p>
<p><br/></p>
<p><span class="rvts10">Rewind to last auto-save</span></p>
<p>Auto-save must be enabled for this menu item to be accessible. &nbsp;Same as the Load last auto-save Hotkey Item. &nbsp;It loads the last auto-savestate. &nbsp;Auto-savestates are created once about every 4 seconds, so this typically has the effect of rewinding emulation.</p>
<p><br/></p>
<p><span class="rvts10">Help</span></p>
<p>Opens the Movie recording chapter of the help document.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Movie loaded - Read + Write</span></p>
<p><br/></p>
<p><span class="rvts10">Toggle to Read-only</span></p>
<p>Sets Read status to Read-Only.</p>
<p><br/></p>
<p><span class="rvts10">Play Movie From Beginning</span></p>
<p>Same as File &gt; Movie &gt; Play from Beginning. &nbsp;Turns Read status to Read-Only and plays the movie from frame 1.</p>
<p><br/></p>
<p><span class="rvts10">Stop Movie Recording</span></p>
<p>Same as File &gt; Movie &gt; Stop Movie.</p>
<p><br/></p>
<p><span class="rvts10">View comments and subtitles</span></p>
<p>Opens up the Metadata dialog. &nbsp;Same as the Metadata button on the Play movie dialog.</p>
<p><br/></p>
<p><span class="rvts10">Make backup</span></p>
<p>Generates a backup .fm2. &nbsp;Uses the same file naming system as the auto-movie backup. &nbsp;(See <a class="rvts18" href="MovieOptions.html">movie options</a> for details).</p>
<p><br/></p>
<p><span class="rvts10">Undo savestate</span></p>
<p>If this option is enabled it means the last savestate saved over-wrote a previous savestate file. &nbsp;This option restores the previous savestate file.</p>
<p><br/></p>
<p><span class="rvts10">Redo savestate</span></p>
<p>If this option is in the menu, it means that Undo savestate was recently used to restore a previous savestate. &nbsp;This reverts that change.</p>
<p><br/></p>
<p><span class="rvts10">Undo loadstate</span></p>
<p>If this option is enabled it was because the Loadstate function was called sometime while the game was loaded. &nbsp;This function restores the game state to where it was before loadstate was called.</p>
<p><br/></p>
<p><span class="rvts10">Redo loadstate</span></p>
<p>If Undo loadstate was called, this option is available. &nbsp;It reverts the change and restores the game back to the point it was when loadstate was called.</p>
<p><br/></p>
<p><span class="rvts10">Help</span></p>
<p>Opens the Movie recording chapter of the help document.</p>
<p><br/></p>
<p><span class="rvts10">Additional items may also appear related to these situations:</span></p>
<p><br/></p>
<p><span class="rvts16">Lua</span></p>
<p><br/></p>
<p><span class="rvts10">Load last Lua</span></p>
<p>If there is at least 1 filename in the Recent Lua Files menu this calls the most recently used Lua script file. &nbsp;Has the same effect as the File &gt; Lua &gt; Reload Lua Script menu item.</p>
<p><br/></p>
<p><span class="rvts10">Stop Lua</span></p>
<p>If a Lua script is currently loaded this option is available. &nbsp;Same as File &gt; Lua &gt; Stop Lua Script.</p>
<p><br/></p>
<p><span class="rvts16">Hide Menu</span></p>
<p><br/></p>
<p><span class="rvts10">Unhide menu</span></p>
<p>If the main FCEUX menu is hidden this option is available. Restores the main menu.</p>
<p><br/></p>
<p><span class="rvts16">Subtitles</span></p>
<p><br/></p>
<p>If a movie is loaded and has subtitles:</p>
<ul style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li>a<span class="rvts10"> toggle subtitles </span>option will be in the menu</li>
<li>a<span class="rvts10"> Dump to SRT file </span>option will be available. &nbsp;This dumps the subtitles to a standard subtitle file compatible with A/V containers such as .mkv</li>
</ul>
<p><br/></p>
<p><br/></p>
<p></p>
<p class="rvps2"><span class="rvts13">Created with the Personal Edition of HelpNDoc: </span><a class="rvts14" href="http://www.helpndoc.com/create-epub-ebooks">Full-featured EBook editor</a></p>
</div>
<div id="topic_footer">
<div id="topic_footer_content">
2016</div>
</div>
</body>
</html>