Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
docs: Add key shortcut for push to talk
Browse files Browse the repository at this point in the history
  • Loading branch information
Diadlo committed Nov 10, 2017
1 parent ba15810 commit c588fbd
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions doc/user_manual_en.md
Expand Up @@ -411,17 +411,23 @@ and configured in [settings](#settings).

The following shortcuts are currently supported:

| Shortcut | Action |
|----------|--------|
| ``Arrow up`` | Paste last sent message |
| ``CTRL`` + ``SHIFT`` + ``L`` | Clear chat |
| ``CTRL`` + ``q`` | Quit qTox |
| `CTRL` + `Page Down` | Switch to the next contact |
| `CTRL` + `Page Up` | Switch to the previous contact|
| `CTRL` + `TAB` | Switch to the next contact |
| `CTRL` + `SHIFT` + `TAB` | Switch to the previous contact|
| `ALT` + `q` | Quote selected text |
| `F11` | Toggle fullscreen mode |
| Shortcut | Action |
|------------------------------|--------------------------------|
| `Arrow up` | Paste last sent message |
| `CTRL` + `SHIFT` + `L` | Clear chat |
| `CTRL` + `q` | Quit qTox |
| `CTRL` + `Page Down` | Switch to the next contact |
| `CTRL` + `Page Up` | Switch to the previous contact |
| `CTRL` + `TAB` | Switch to the next contact |
| `CTRL` + `SHIFT` + `TAB` | Switch to the previous contact |
| `CTRL` + `p` | [Push to talk](#push-to-talk) |
| `ALT` + `q` | Quote selected text |
| `F11` | Toggle fullscreen mode |

## Push to talk

In audio group chat microphone mute state will be changed while `Ctrl` +
`p` pressed and reverted on release.

## Emoji Packs

Expand Down

0 comments on commit c588fbd

Please sign in to comment.