From 62d594c1c20e27deaadaf2091c5d3402684bf9f9 Mon Sep 17 00:00:00 2001 From: delvh Date: Tue, 20 Oct 2020 18:00:08 +0200 Subject: [PATCH] --- Client----Keyboard-Shortcuts.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Client----Keyboard-Shortcuts.md 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 |