| The basic command to press a key on the keyboard is PressCommand then OptionalShiftKey then KeyName. |
| PressCommand = |
| "Press", "Press Key", "Keystroke" or "Type" |
| OptionalShiftKey = |
| Any combination of "shift" or "shift-key", "control" or "control-key" and "alt" or "alt-key". |
| Or "Cap" before an alphabetic character. |
| KeyName = |
| "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", or |
| "alpha", "bravo", "charlie", "delta", "echo", "foxtrot", "golf", "hotel", "india", "juliett", "kilo", "lima", "mike", "november", "oscar", "papa", "quebec", "romeo", "sierra", "tango", "uniform", "victor", "whiskey", "xray", "yankee", "zulu", or |
| "a as in alpha", "a as in Albert", "a as in Alice", "b as in bravo", "b as in Bill", "b as in Buffalo", "c as in charlie", "c as in Cathy", "c as in Carl", "d as in delta", "d as in David", "d as in daughter", "e as in echo", "e as in Edgar", "e as in enter", "f as in foxtrot", "f as in Frank", "f as in fancy", "g as in golf", "g as in George", "g as in gopher", "h as in hotel", "h as in Henry", "h as in helmet", "i as in india", "i as in Iris", "i as in Ireland", "j as in juliett", "j as in John", "j as in Justice", "k as in kilo", "k as in Karen", "k as in kitchen", "l as in lima", "l as in Larry", "l as in lemon", "m as in mike", "m as in Mickey", "m as in magic", "n as in november", "n as in Nancy", "n as in nobody", "o as in oscar", "o as in Otto", "o as in over", "p as in papa", "p as in Paul", "p as in people", "q as in quebec", "q as in Quentin", "q as in question", "r as in romeo", "r as in Rachael", "r as in Robert", "s as in sierra", "s as in Sam", "s as in Singapore", "t as in tango", "t as in Terry", "t as in Tyler", "t as in teflon", "u as in uniform", "u as in Ursula", "u as in usual", "v as in victor", "v as in Valerie", "v as in visit", "w as in whiskey", "w as in Wendy", "w as in wake", "x as in xray", "x as in Xavier", "x as in Xerxes", "y as in yankee", "y as in Yolanda", "y as in Yvonne", "z as in zulu", "z as in Zachary", "z as in Zookeeper", or |
| "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", or |
| "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "`", "~", "-", "_", "=", "+", "\", "|", "[", "{", "]", "}", ";", ":", "'", """, ",", "<", ".", ">", "/", "?", or |
| "up-arrow", "down-arrow", "left-arrow", "right-arrow", "home-key", "end-key", "page-up", "page-down", "insert-key", "delete-key", "space-bar", "tab-key", "escape-key", "backspace-key", "enter-key", "caps-lock", "print-screen", "scroll-lock", "pause-key", "num-lock", or |
| "function-1", "function-2", "function-3", "function-4", "function-5", "function-6", "function-7", "function-8", "function-9", "function-10", "function-11", or "function-12". |
| For example, here is a sample of some keyboard commands: |
| -- "Press control c" |
| -- "Type Cap b as in Bill" |
| -- "Keystroke shift-key home-key" |
| -- "Press Key function-1" |
| You can also say "Press", "Press Key", "Keystroke" or "Type" followed by "Key Pad" or "Num Pad" followed by the name of NumPadKey. |
| NumPadKey = |
| "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", ".", "/", "*", "-", "+", or "Enter". |
| For example: |
| -- "Press Key Pad 9" |
| The new keyboard commands in Dragon NaturallySpeaking version 3.0 make it possible to run your application completely hands-free. For example, if Dragon NaturallySpeaking does not understand how to run a menu by voice (like in a Microsoft Office application), you can use the MouseGrid (see How Can You Control the Mouse by Voice?) or navigate by saying "Press alt f as in foxtrot" for example. |