Skip to content

Commit

Permalink
Merge pull request #73 from Krator3/add-haruna
Browse files Browse the repository at this point in the history
Добавлена статья про Haruna
  • Loading branch information
Ampernic authored Jul 2, 2024
2 parents dda4557 + c354792 commit 8f714c6
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.
Binary file added docs/apps/haruna/img/KDE_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions docs/apps/haruna/img/haruna-logo.svg
Loading
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/apps/haruna/img/haruna_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions docs/apps/haruna/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
title: Haruna
aggregation:
flatpak: org.kde.haruna
sisyphus: kde5-haruna
appstream:
id: org.kde.haruna
name: Haruna
icon: ./img/haruna-logo.svg
summary: Медиаплеер от KDE на основе Qt.
developer:
name: KDE
avatar: ./img/KDE_logo.png
metadata_license:
name: GNU GPLv3.0 or later
link: https://choosealicense.com/licenses/gpl-3.0/
url:
homepage: https://haruna.kde.org/
bugtracker: https://bugs.kde.org/enter_bug.cgi?product=haruna
---

# Haruna

Haruna — медиаплеер с открытым исходным кодом, созданный на основе Qt, сочетающий в себе простоту и функциональность.

![Скриншот программы Haruna](./img/haruna_screen.png 'Скриншот программы Haruna')

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

:::tabs
==apt-get
```shell
su -
apt-get update
apt-get install kde5-haruna
```
==epm
```shell
epm -i kde5-haruna
```
:::

<!--@include: @apps/_parts/install/content-flatpak.md-->

### Комбинации клавиш

Для того чтобы ускорить и, возможно, облегчить использование данного плеера можно использовать сочетания клавиш, которые при надобности легко изменяются в настройках.
Рассказывать о всех них нет смысла, поэтому ниже вы найдете таблицу с только самыми *нужными из них.

| Описание | Комбинация |
|:-----------------------------------------:|:------------:|
| Переключить полноэкранный режим | f |
| Загрузить последний воспроизведенный файл | Ctrl+Shift+l |
| Выключить звук | m |
| Открыть файл | Ctrl+o |
| Открыть URL | Ctrl+Shift+o |
| Увеличить скорость воспроизведения | ] |
| Уменьшить скорость воспроизведения | [ |
| Восстановить скорость воспроизведения | BackSpace |
| Переключить отображение строки меню | Ctrl+m |
| Переключить отображение заголовка | Ctrl+h |

*В данную таблицу не были включены самые базовые комбинации в духе воспроизведение/пауза, выход и так далее.

0 comments on commit 8f714c6

Please sign in to comment.