Orange Pi 800: Fix keyboard volume keys

This commit is contained in:
orangepi-xunlong
2022-09-26 20:43:20 +08:00
parent 2634b6266c
commit dbc05c55fe
2 changed files with 10 additions and 1 deletions

View File

@@ -13,7 +13,13 @@ SERIALCON=${SERIALCON:=$([ $BRANCH == "legacy" ] && echo "ttyFIQ0:1500000" || ec
GOVERNOR="ondemand"
BOOTBRANCH="branch:v2020.10-rockchip64"
PACKAGE_LIST_FAMILY="ethtool"
PACKAGE_LIST_DESKTOP_FAMILY="fcitx fonts-wqy-zenhei"
if [[ $RELEASE == "jammy" ]]; then
PACKAGE_LIST_DESKTOP_FAMILY="fcitx fonts-wqy-zenhei xfce4-volumed"
else
PACKAGE_LIST_DESKTOP_FAMILY="fcitx fonts-wqy-zenhei"
fi
[[ $BRANCH != "next" ]] && PACKAGE_LIST_FAMILY_REMOVE="mpv"
RKBIN_DIR="$EXTER/cache/sources/rkbin-tools"

View File

@@ -41,6 +41,9 @@
</property>
<property name="appearance" type="uint" value="1"/>
</property>
<property name="plugin-16" type="string" value="pulseaudio">
<property name="enable-keyboard-shortcuts" type="bool" value="true"/>
</property>
<property name="plugin-3" type="string" value="tasklist"/>
<property name="plugin-15" type="string" value="separator">
<property name="expand" type="bool" value="true"/>