Skip to content

Commit

Permalink
fix: corrected some default key icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Jul 11, 2023
1 parent f1968fd commit f1f5295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android-tv-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const defaultKeys = {
volume_up: { key: 'VOLUME_UP', icon: 'mdi:volume-plus' },
volume_down: { key: 'VOLUME_DOWN', icon: 'mdi:volume-minus' },
volume_mute: { key: 'MUTE', icon: 'mdi:volume-mute' },
back: { key: 'BACK', icon: 'mdi:arrow-left' },
back: { key: 'BACK', icon: 'mdi:keyboard-backspace' },
home: { key: 'HOME', icon: 'mdi:home' },
up: { key: 'DPAD_UP', icon: 'mdi:chevron-up' },
left: { key: 'DPAD_LEFT', icon: 'mdi:chevron-left' },
Expand Down Expand Up @@ -44,8 +44,8 @@ const defaultKeys = {
n7: { key: '7', icon: 'mdi:numeric-7' },
n8: { key: '8', icon: 'mdi:numeric-8' },
n9: { key: '9', icon: 'mdi:numeric-9' },
delete: { key: 'DEL', icon: 'mdi:delete' },
enter: { key: 'ENTER', icon: 'mdi:arrow-left-bottom' },
delete: { key: 'DEL', icon: 'mdi:backspace' },
enter: { key: 'ENTER', icon: 'mdi:keyboard-return' },
channel_up: { key: 'CHANNEL_UP', icon: 'mdi:arrow-up-circle' },
channel_down: { key: 'CHANNEL_DOWN', icon: 'mdi:arrow-down-circle' },
f1: { key: 'F1', icon: 'mdi:keyboard-f1' },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "android-tv-card",
"version": "1.3.4",
"version": "1.3.5",
"description": "Android TV Remote Card",
"main": "./src/android-tv-card.js",
"scripts": {
Expand Down

0 comments on commit f1f5295

Please sign in to comment.