Menus and preferences
VoiceOverAndOver uses a native menu bar - on Windows it lives at the top of the application window, on macOS at the top of the screen. The menus are short on purpose; almost everything you do day-to-day lives on the actual screens. The menu bar is mostly for help links, the About box, and the one configurable preference (the waveform background color).
The Application menu (macOS only)
On macOS the first menu, named VoiceOverAndOver, contains the standard Cocoa items every Mac app has:
- About VoiceOverAndOver - opens the custom About box (see below).
- Services - macOS services submenu.
- Hide VoiceOverAndOver, Hide Others, Show All - standard show/hide commands.
- Quit VoiceOverAndOver - exits the app. (Cmd+Q)
On Windows and Linux this menu does not exist; the equivalent commands live elsewhere (Quit is on File, About is on Help).
File menu
Standard file operations and (on non-macOS) the Quit command.
- Quit (Windows/Linux only) - exits the app. (Ctrl+Q)
Edit menu
Standard text editing commands. These work in any text field in the app (the project name field, the script textarea on New Project, the rename dialog).
- Undo, Redo
- Cut, Copy, Paste
- Select All
View menu
Two items:
- Configure Waveform Background... - opens the preferences screen for the waveform color (see below).
- Toggle Developer Tools - opens the underlying browser engine's dev console. Only useful if you are debugging a problem with the support team.
If you are coming from a previous version, you may notice that View no longer has Reload / Force Reload. Those commands were too easy to hit by accident and would discard an in-progress recording. They were removed in version 1.0.0.
Window menu
Standard OS window management:
- Minimize
- Zoom (macOS) / Maximize (Windows/Linux)
- Bring All to Front (macOS)
Help menu
Every Help item opens a URL on chiltonwebb.com in your default browser (not inside the app). All links go through your system's default browser so they open exactly like clicking a normal web link.
| Item | What it opens |
|---|---|
| Online Registration | chiltonwebb.com/store/voice.html - the buy page for VoiceOverAndOver. |
| Online Documentation | chiltonwebb.com/voice/docs/ - this documentation site. |
| Request A Feature | chiltonwebb.com/feature/ - submit a feature request. |
| Report A Bug... | chiltonwebb.com/bug/ - report a bug. |
| Online Support | chiltonwebb.com/support/ - the general support landing page. |
| About VoiceOverAndOver | Opens the custom About box (Windows/Linux only - macOS users find this in the Application menu). |
The About box
The About box is a small dedicated window with the app icon, the name, the version, the credit line, and the copyright. The version number is pulled live from the app's package definition - whatever build you have installed is what shows up.
The About box is the same window on Windows and macOS - the same HTML, the same layout, the same wording. On macOS it replaces the standard truncated Cocoa About panel so the credit lines actually fit.
Configure Waveform Background
View > Configure Waveform Background... opens a small preferences screen for one specific thing: the background color behind every waveform in the app. The colorful waveform bands (blue / cyan / green / yellow / red) sit on top of this background.
The screen has three controls:
- A boxed sine-wave preview that updates live as you change the color, so you can see how the multicolor waveform reads against your choice.
- A color picker for picking a color with a swatch.
- A hex field for typing or pasting an exact hex value (six-digit, with or without the leading #).
- A Reset to recommended button that puts the background back to the default.
The recommended default is #20262f, a cool dark slate chosen so the rainbow waveform bands stay clearly readable without leaving the app's dark aesthetic.
As soon as you pick a new color, the preview updates and every waveform in the rest of the app updates too. There is no Apply or Save button - the choice is committed live.
The chosen color is remembered between sessions. It only lives on this machine - if you install the app on a second computer, the second copy starts with the recommended default and you can pick a different color there if you want.
Reference: menu structure
| Menu | Item | Notes |
|---|---|---|
| Application (macOS) | About VoiceOverAndOver | macOS only. Opens the custom About window. |
| Application (macOS) | Quit | macOS only. Cmd+Q. |
| File | Quit (Windows/Linux only) | Ctrl+Q. |
| Edit | Undo, Redo, Cut, Copy, Paste, Select All | Standard text editing. |
| View | Configure Waveform Background... | Opens the preferences screen. |
| View | Toggle Developer Tools | For debugging only. |
| Window | Minimize, Zoom/Maximize | OS-standard window management. |
| Help | Online Registration | chiltonwebb.com/store/voice.html |
| Help | Online Documentation | chiltonwebb.com/voice/docs/ (this site). |
| Help | Request A Feature | chiltonwebb.com/feature/ |
| Help | Report A Bug... | chiltonwebb.com/bug/ |
| Help | Online Support | chiltonwebb.com/support/ |
| Help | About VoiceOverAndOver | Windows/Linux only. |