-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from Krator3/add-haruna
Добавлена статья про Haruna
- Loading branch information
Showing
4 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | | ||
|
||
*В данную таблицу не были включены самые базовые комбинации в духе воспроизведение/пауза, выход и так далее. | ||
|