diff --git a/Client-Keyboard-Shortcuts.md b/Client-Keyboard-Shortcuts.md index 6e2b2f1..e7fc5c7 100644 --- a/Client-Keyboard-Shortcuts.md +++ b/Client-Keyboard-Shortcuts.md @@ -4,13 +4,30 @@ Globally: | Combination | Description | | --------------------------- | --------------------------------------------------------------------------------- | -| `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 | +| `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) | Chat Screen (where all the interesting content happens): | 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` + `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 | +