# Action Commands For Keyboard Shortcuts

You can use action commands to trigger keyboard shortcuts.&#x20;

Define a custom voice command *phrase* => *\<press:\[shortcut]>*

For example:

1\) In Gmail, the shortcut to send the email is ctrl + enter (cmd + enter on Mac). You can trigger this action using voice commands by adding a voice command\
\&#xNAN;*send mail* => *\<press:ctrl+enter>* (or *\<press:cmd+enter>* on Mac)

<figure><img src="/files/tf7kkebtSm4JmouggT9x" alt="" width="375"><figcaption><p>Adding voice command for send mail</p></figcaption></figure>

2\) In ChatGPT, you can use *press enter => \<press:enter>* to submit the message

3\) You can trigger a line break in an editor by defining a voice command\
\&#xNAN;*line break* => *\<press:shift+enter>*

***Note:** Currently, the key presses triggered by this feature cannot be used to activate Chrome browser shortcuts. For example, ctrl+w will not close the tab. If you wish to close the current tab, use the \<closetab> voice command.*&#x20;

***Note:*** Chrome shows a "Voice In started debugging this browser" message when you use an action command to trigger a keyboard shortcut. This is because Voice In needs the debugger to emulate the keyboard. You can ignore this message. You can also configure Chrome to hide the bar if it bothers you by following the instructions in the article linked below:

{% content-ref url="/pages/oGeTamsNbu7RTWpyzuZy" %}
[Hiding the "Voice In started debugging this browser" Message](/help/general/hiding-the-voice-in-started-debugging-this-browser-message.md)
{% endcontent-ref %}

\
You can define a keyboard shortcut consisting of keys a-z, 0-9, symbols like !$#, and any of the special keys listed below

```
backspace
tab
clear
enter
shift
ctrl
alt
pause
capslock
escape
esc
space
pageUp
pageDown
end
home
left
up
right
down
printscreen
insert
delete
meta
cmd
f1
f2
f3
f4
f5
f6
f7
f8
f9
f10
f11
f12
audio_next
audio_prev
audio_stop
audio_pause
audio_play
audio_mute
audio_vol_down
audio_vol_up

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.dictanote.co/plus/action-commands-for-keyboard-shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
