diff --git a/Client----Keyboard-Shortcuts.md b/Client----Keyboard-Shortcuts.md new file mode 100644 index 0000000..6e2b2f1 --- /dev/null +++ b/Client----Keyboard-Shortcuts.md @@ -0,0 +1,16 @@ +Envoy offers many shortcuts that perform an action simply by pressing the right keys. These are: + +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 | + +Chat Screen (where all the interesting content happens): + +| Combination | Description | +| --------------------------- | --------------------------------------------------------------------------------- | +| --------------------------- | --------------------------------------------------------------------------------- | +| `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 |