Skip to content

Commit

Permalink
Fix key names (#11)
Browse files Browse the repository at this point in the history
* fix some keynames

* update irdb
  • Loading branch information
makeevrserg committed Sep 16, 2024
1 parent 69ddce1 commit 1427647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ object AnyDeviceKeyNamesProvider : DeviceKeyNamesProvider {
"ch_vol-",
"master volume-",
"mastervol-",
"vol_down"
)

DeviceKey.VOL_UP -> listOf(
Expand Down Expand Up @@ -371,7 +372,8 @@ object AnyDeviceKeyNamesProvider : DeviceKeyNamesProvider {
DeviceKey.BRIGHTNESS_DOWN -> listOf(
"-brightness",
"brightness_down",
"brightness_dn"
"brightness_dn",
"bright_down"

)

Expand Down

0 comments on commit 1427647

Please sign in to comment.