mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2025-12-30 04:13:56 +00:00
Changing to name scheme of buttons
Fixing nameing of buttons to name scheme
This commit is contained in:
@@ -7,49 +7,49 @@ protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 04 00 00 00
|
||||
#
|
||||
name: KEY_PAUSE
|
||||
name: PAUSE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 05 00 00 00
|
||||
#
|
||||
name: KEY_CHANNELDOWN
|
||||
name: CHANNELDOWN
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 08 00 00 00
|
||||
#
|
||||
name: KEY_MUTE
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 09 00 00 00
|
||||
#
|
||||
name: KEY_4
|
||||
name: 4
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 0A 00 00 00
|
||||
#
|
||||
name: KEY_SUBTITLE
|
||||
name: SUBTITLE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 0B 00 00 00
|
||||
#
|
||||
name: KEY_KPPLUS
|
||||
name: KPPLUS
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: KEY_KPMINUS
|
||||
name: KPMINUS
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 0D 00 00 00
|
||||
#
|
||||
name: KEY_ZOOM
|
||||
name: ZOOM
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
@@ -61,7 +61,7 @@ protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: KEY_1
|
||||
name: 1
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
@@ -73,49 +73,49 @@ protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: KEY_DOWN
|
||||
name: DOWN
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 14 00 00 00
|
||||
#
|
||||
name: KEY_MENU
|
||||
name: MENU
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 15 00 00 00
|
||||
#
|
||||
name: KEY_7
|
||||
name: 7
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 16 00 00 00
|
||||
#
|
||||
name: KEY_ANGLE
|
||||
name: ANGLE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 17 00 00 00
|
||||
#
|
||||
name: KEY_PLAY
|
||||
name: PLAY
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 18 00 00 00
|
||||
#
|
||||
name: KEY_LEFT
|
||||
name: LEFT
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 19 00 00 00
|
||||
#
|
||||
name: KEY_SLEEP
|
||||
name: SLEEP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 1B 00 00 00
|
||||
#
|
||||
name: KEY_UP
|
||||
name: UP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
@@ -127,7 +127,7 @@ protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 1D 00 00 00
|
||||
#
|
||||
name: KEY_0
|
||||
name: 0
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
@@ -139,97 +139,97 @@ protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 1F 00 00 00
|
||||
#
|
||||
name: KEY_STOP
|
||||
name: STOP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 47 00 00 00
|
||||
#
|
||||
name: KEY_5
|
||||
name: 5
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 48 00 00 00
|
||||
#
|
||||
name: KEY_6
|
||||
name: 6
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 49 00 00 00
|
||||
#
|
||||
name: KEY_LAST
|
||||
name: LAST
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 4A 00 00 00
|
||||
#
|
||||
name: KEY_NEXT
|
||||
name: NEXT
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 4B 00 00 00
|
||||
#
|
||||
name: KEY_REWIND
|
||||
name: REWIND
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 4E 00 00 00
|
||||
#
|
||||
name: KEY_FORWARD
|
||||
name: FORWARD
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 4F 00 00 00
|
||||
#
|
||||
name: KEY_2
|
||||
name: 2
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 50 00 00 00
|
||||
#
|
||||
name: KEY_3
|
||||
name: 3
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 51 00 00 00
|
||||
#
|
||||
name: KEY_AGAIN
|
||||
name: AGAIN
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 53 00 00 00
|
||||
#
|
||||
name: KEY_8
|
||||
name: 8
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 54 00 00 00
|
||||
#
|
||||
name: KEY_9
|
||||
name: 9
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 55 00 00 00
|
||||
#
|
||||
name: KEY_SETUP
|
||||
name: SETUP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 57 00 00 00
|
||||
#
|
||||
name: KEY_OPEN
|
||||
name: OPEN
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 59 00 00 00
|
||||
#
|
||||
name: KEY_RIGHT
|
||||
name: RIGHT
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
command: 5B 00 00 00
|
||||
#
|
||||
name: KEY_10CHANNELSUP
|
||||
name: 10CHANNELSUP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 00 00 00
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: KEY_MENU
|
||||
name: MENU
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
@@ -13,13 +13,13 @@ protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 01 00 00 00
|
||||
#
|
||||
name: KEY_AGAIN
|
||||
name: AGAIN
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: KEY_CLEAR
|
||||
name: CLEAR
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
@@ -43,13 +43,13 @@ protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 06 00 00 00
|
||||
#
|
||||
name: KEY_PAUSE
|
||||
name: PAUSE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: KEY_VOLUMEUP
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
@@ -61,37 +61,37 @@ protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 09 00 00 00
|
||||
#
|
||||
name: KEY_VOLUMEDOWN
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 0A 00 00 00
|
||||
#
|
||||
name: KEY_AUDIO
|
||||
name: AUDIO
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 0B 00 00 00
|
||||
#
|
||||
name: KEY_POWER
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: KEY_EJECTCD
|
||||
name: EJECTCD
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 0D 00 00 00
|
||||
#
|
||||
name: KEY_2
|
||||
name: 2
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 0E 00 00 00
|
||||
#
|
||||
name: KEY_3
|
||||
name: 3
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
@@ -103,43 +103,43 @@ protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: KEY_1
|
||||
name: 1
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: KEY_5
|
||||
name: 5
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: KEY_6
|
||||
name: 6
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: KEY_FORWARD
|
||||
name: FORWARD
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 14 00 00 00
|
||||
#
|
||||
name: KEY_4
|
||||
name: 4
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 15 00 00 00
|
||||
#
|
||||
name: KEY_8
|
||||
name: 8
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 16 00 00 00
|
||||
#
|
||||
name: KEY_9
|
||||
name: 9
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
@@ -151,19 +151,19 @@ protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 18 00 00 00
|
||||
#
|
||||
name: KEY_7
|
||||
name: 7
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 19 00 00 00
|
||||
#
|
||||
name: KEY_0
|
||||
name: 0
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 1A 00 00 00
|
||||
#
|
||||
name: KEY_SETUP
|
||||
name: SETUP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
@@ -175,25 +175,25 @@ protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 1C 00 00 00
|
||||
#
|
||||
name: KEY_ENTER
|
||||
name: ENTER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 1D 00 00 00
|
||||
#
|
||||
name: KEY_STOP
|
||||
name: STOP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 1F 00 00 00
|
||||
#
|
||||
name: KEY_TITLE
|
||||
name: TITLE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 41 00 00 00
|
||||
#
|
||||
name: KEY_SLOW
|
||||
name: SLOW
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
@@ -205,13 +205,13 @@ protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 4C 00 00 00
|
||||
#
|
||||
name: KEY_MUTE
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 4D 00 00 00
|
||||
#
|
||||
name: KEY_MUTE
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
@@ -223,13 +223,13 @@ protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 4E 00 00 00
|
||||
#
|
||||
name: KEY_ANGLE
|
||||
name: ANGLE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 50 00 00 00
|
||||
#
|
||||
name: KEY_SUBTITLE
|
||||
name: SUBTITLE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
@@ -241,13 +241,13 @@ protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 52 00 00 00
|
||||
#
|
||||
name: KEY_UP
|
||||
name: UP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 54 00 00 00
|
||||
#
|
||||
name: KEY_10CHANNELSUP
|
||||
name: 10CHANNELSUP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
@@ -265,25 +265,25 @@ protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 58 00 00 00
|
||||
#
|
||||
name: KEY_LEFT
|
||||
name: LEFT
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 59 00 00 00
|
||||
#
|
||||
name: KEY_ZOOM
|
||||
name: ZOOM
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 5A 00 00 00
|
||||
#
|
||||
name: KEY_RIGHT
|
||||
name: RIGHT
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
command: 5C 00 00 00
|
||||
#
|
||||
name: KEY_DOWN
|
||||
name: DOWN
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 04 00 00 00
|
||||
|
||||
Reference in New Issue
Block a user