Add remaining current shortcuts

Leon Hofmeister 2020-10-20 18:31:05 +02:00
parent 905529ba5f
commit 44c9a56410

@ -4,13 +4,30 @@ Globally:
| Combination | Description | | Combination | Description |
| --------------------------- | --------------------------------------------------------------------------------- | | --------------------------- | --------------------------------------------------------------------------------- |
| `Ctrl` + `Q` | Closes Envoy or minimizes it, depending on the settings option chosen | | `Ctrl` + `Q` | Closes Envoy (or minimizes it, depending on the settings option chosen) |
| `Alt` + `F4` | Closes Envoy or minimizes it, depending on the settings option chosen | | `Alt` + `F4` | Closes Envoy (or minimizes it, depending on the settings option chosen) |
Chat Screen (where all the interesting content happens): Chat Screen (where all the interesting content happens):
| Combination | Description | | Combination | Description |
| --------------------------- | --------------------------------------------------------------------------------- | | --------------------------- | --------------------------------------------------------------------------------- |
| --------------------------- | --------------------------------------------------------------------------------- | | `Ctrl` + `S` | Opens the Settings Screen |
| `Ctrl` + `Shift` + `A` | Switches the current user to status `AWAY` |
| `Ctrl` + `Shift` + `F` | Switches the current user to status `OFFLINE` |
| `Ctrl` + `Shift` + `B` | Switches the current user to status `BUSY` |
| `Ctrl` + `Shift` + `N` | Switches the current user to status `ONLINE` |
| `Ctrl` + `Shift` + `L` | Log out the current user |
| `Ctrl` + `U` | Deletes all text before the [Cursor](https://de.wikipedia.org/wiki/Cursor) where you write a new message | | `Ctrl` + `U` | Deletes all text before the [Cursor](https://de.wikipedia.org/wiki/Cursor) where you write a new message |
| `Ctrl` + `K` | Deletes all text behind the [Cursor](https://de.wikipedia.org/wiki/Cursor) where you write a new message | | `Ctrl` + `K` | Deletes all text behind the [Cursor](https://de.wikipedia.org/wiki/Cursor) where you write a new message |
Settings screen (where you configure the behavior of Envoy):
| Combination | Description |
| --------------------------- | --------------------------------------------------------------------------------- |
| `Ctrl` + `Shift` + `A` | Switches the current user to status `AWAY` |
| `Ctrl` + `Shift` + `F` | Switches the current user to status `OFFLINE` |
| `Ctrl` + `Shift` + `B` | Switches the current user to status `BUSY` |
| `Ctrl` + `Shift` + `N` | Switches the current user to status `ONLINE` |
| `Ctrl` + `Shift` + `L` | Log out the current user |
| `Ctrl` + `B` | Close the settings screen |