import_remotecontrol 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/import_code.rb +5 -1
- metadata +2 -3
data/lib/import_code.rb
CHANGED
|
@@ -31,7 +31,11 @@ module ImportCode
|
|
|
31
31
|
"快退"=>"rew","播放/暂停"=>"play","停止播放"=>"stop","回看"=>"look_back",
|
|
32
32
|
"删除"=>"delete","TV/AV"=>"tv_av","-/--"=>"switch","确认"=>"sure","确定"=>"sure",
|
|
33
33
|
"电源"=>"POWER","退出"=>"BACK","翻页+"=>"PREVIOUS_PAGE","翻页-"=>"NEXT_PAGE","信号源"=>"tv_av",
|
|
34
|
-
"切换"=>"SWITCH"
|
|
34
|
+
"切换"=>"SWITCH","TV/VCR"=>"tv_av","TV/VIDEO"=>"tv_av","VTR/TV"=>"tv_av","TV/TEXT"=>"tv_av",
|
|
35
|
+
"AV/TV"=>"tv_av","TV"=>"tv_av","A/CH"=>"tv_av","AV"=>"tv_av","MUTE"=>"voice_quiet",
|
|
36
|
+
"CH+"=>"channel_up","CH-"=>"channel_down","Vol+"=>'voice_up',"Vol-"=>"voice_down",
|
|
37
|
+
"节目+"=>"channel_up","节目-"=>"channel_down","↑"=>"up","↓"=>"down","←"=>"left",
|
|
38
|
+
"→"=>"right","OK"=>"sure","BACK"=>"look_back"}
|
|
35
39
|
|
|
36
40
|
|
|
37
41
|
#需要将属性值进行转换的
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: import_remotecontrol
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-07-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: only use import remote control code
|
|
15
15
|
email: hahazhouqunli@gmail.com
|
|
@@ -46,4 +46,3 @@ signing_key:
|
|
|
46
46
|
specification_version: 3
|
|
47
47
|
summary: only use import remote control code
|
|
48
48
|
test_files: []
|
|
49
|
-
has_rdoc:
|