VCOF0001
OmniFocus: Panel Controls
Voice Control commands for controlling the joint display of the OmniFocus sidebar and inspector views.
Scope and Syntax
Language: English (United States πΊπΈ Β· Great Britain π¬π§ Β· Australia π¦πΊ Β· Canada π¨π¦) • Scope: OmniFocus
Command phrase variations (words in [brackets] are optional):
- “Sides In”
- “Show Sides”
- “Sides Out”
- “Hide Sides”
- “Inspector In”
- “Inspector Out”
- “Sidebar In”
- “Sidebar Out”
Video 1: Window Panel Controls |
Showing and Hiding Inspector and Sidebar |
|
Requirements
- Application: OmniFocus 4.x
- System: macOS v12.3
The voice commands file contains six commands, three for showing panels, and three for hiding panels.
Downloads
Voice Command Code
Here is the Omni Automation code for the voice command:
Sides Out
win = document.windows[0]
visibiltyValue = false
win.sidebarVisible = visibiltyValue
win.inspectorVisible = visibiltyValue
Sides In
win = document.windows[0]
visibiltyValue = true
win.sidebarVisible = visibiltyValue
win.inspectorVisible = visibiltyValue
Inspector In
document.windows[0].inspectorVisible = true
Inspector Out
document.windows[0].inspectorVisible = false
Sidebar In
document.windows[0].sidebarVisible = true
Sidebar Out
document.windows[0].sidebarVisible = false
LEGAL
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Mention of third-party websites and products is for informational purposes only and constitutes neither an endorsement nor a recommendation. OMNI-AUTOMATION.COM assumes no responsibility with regard to the selection, performance or use of information or products found at third-party websites. OMNI-AUTOMATION.COM provides this only as a convenience to our users. OMNI-AUTOMATION.COM has not tested the information found on these sites and makes no representations regarding its accuracy or reliability. There are risks inherent in the use of any information or products found on the Internet, and OMNI-AUTOMATION.COM assumes no responsibility in this regard. Please understand that a third-party site is independent from OMNI-AUTOMATION.COM and that OMNI-AUTOMATION.COM has no control over the content on that website. Please contact the vendor for additional information.