projects
/
yocto
/
meta-hvmpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
846f1ed
)
test: remplace paly/pause par enter (touche brisée)
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 20 Nov 2025 04:49:26 +0000
(23:49 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 3 Dec 2025 15:38:48 +0000
(10:38 -0500)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
recipes-multimedia/hvmpd-manager/files/hvmpd.sh
patch
|
blob
|
history
diff --git
a/recipes-multimedia/hvmpd-manager/files/hvmpd.sh
b/recipes-multimedia/hvmpd-manager/files/hvmpd.sh
index
78fcf8a
..
f68a23b
100644
(file)
--- a/
recipes-multimedia/hvmpd-manager/files/hvmpd.sh
+++ b/
recipes-multimedia/hvmpd-manager/files/hvmpd.sh
@@
-115,7
+115,7
@@
key_pressed() {
keys_manager() {
while true; do
- if key_pressed KEY_
PLAYPAUSE
; then
+ if key_pressed KEY_
ENTER
; then
log_info "mpc toggle"
if is_mpc_playing ; then