Skip to content

Commit

Permalink
Добавлено: Сonsole
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Aug 11, 2023
1 parent f124a64 commit 13fed73
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions docs/console.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Console

Простой и удобный эмулятор терминала для рабочего стола **GNOME**

## Установка из репозитория

**Консоль** можно установить любым привычным и удобным способом:

**Установка через терминал**

::: code-group

```bash[apt-get]
su -
apt-get update
apt-get install gnome-console
```
```bash[epm]
epm -i console
```
:::

## Удаление gnome-terminal

**Gnome Terminal** можно удалить привычным и удобным способом:

**Удаление через терминал**

::: code-group

```bash[apt-get]
su -
apt-get remove -D gnome-terminal
```
```bash[epm]
epm -e gnome-terminal
```
:::

## Запуск Console используя комбинацию клавиш

По-умолчанию в **ALT Regular Gnome** не предусмотрена комбинация клавиш для открытия **Консоли (Console)**, но вы можете назначить удобную для себя комбинацию в настройках **Gnome**

![console_1](/console_1.png)

Откройте Настройки -> Просмотр и изменение комбинации клавиш -> Дополнительные комбинации клавиш.

![console_2](/console_2.png)

В окне установить пользовательскую комбинацию клавиш, вводим:
* Имя: Консоль
* Команда: kgx
* Комбинация: `Ctrl` + `Alt` + `T`

Binary file added docs/public/console_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/console_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13fed73

Please sign in to comment.