<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Using the ToolBar</title> </head> <body style="background-color: rgb(255, 255, 255); font-family: verdana;" alink="#008000" link="#008000" vlink="#008000"> <h2 style="color: rgb(0, 128, 0);">Using the Toolbar</h2> <hr size="4"> <table border="0" cellpadding="3" cellspacing="3"> <tbody> <tr> <td width="50"><img style="width: 46px; height: 46px;" alt="Help" src="img/tb-hlp.png"></td> <td><strong>F1 -- Help:</strong><br> Displays the help file that you are currently reading.</td> </tr> <tr> <td><img style="width: 46px; height: 46px;" alt="Run" src="img/tb-run.png"></td> <td><strong>F2 -- Run/Reboot:</strong><br> Starts the emulated machine if it is not currently running, or reboots (power-cycles) it if it is currently running. (Use Ctrl+F2 or Ctrl+Break to simulate Ctrl+Reset.)</td> </tr> <tr> <td><img style="width: 46px; height: 46px;" alt="Drive 1:" src="img/tb-drv1.png"></td> <td><strong>F3 -- Drive 1:</strong><br> Selects a disk image file for drive 1.<br> Use the right mouse button for a context menu to "Eject", "Read / Write", "Read only" or "Send to CiderPress".</td> </tr> <tr> <td><img style="width: 46px; height: 46px;" alt="Drive 2:" src="img/tb-drv2.png"></td> <td><strong>F4 -- Drive 2:</strong><br> Selects a disk image file for drive 2.<br> Use the right mouse button for a context menu to "Eject", "Read / Write", "Read only" or "Send to CiderPress".</td> </tr> <tr> <td><img style="width: 46px; height: 46px;" alt="Swap Disks" src="img/tb-drvswp.png"></td> <td><strong>F5 -- Swap Disks:</strong><br> Swap the disks in drives 1 and 2.</td> </tr> <tr> <td><img style="width: 46px; height: 46px;" alt="Toggle Window / Fullscreen" src="img/tb-fs.png"></td> <td><strong>F6 -- Window Size/Full Screen:</strong><br> Toggle between windowed and full screen video modes. (Use Ctrl+F6 to toggle between 1x and 2x window sizes.)</td> </tr> <tr> <td><img style="width: 46px; height: 46px;" alt="Debug" src="img/tb-dbg.png"></td> <td><strong>F7 -- Debug:</strong><br> Displays the actual assembly language instructions that the emulated machine is executing.</td> </tr> <tr> <td><img style="width: 46px; height: 46px;" alt="Configure" src="img/tb-cfg.png"></td> <td><strong>F8 -- Configure:</strong><br> Allows you to customize the emulated machine, and the way the Apple's input and output devices are mapped onto your PC's input and output devices.</td> </tr> </tbody> </table> </body> </html>