fingerpoken 0.2.20110102034531 → 0.2.20110104190832
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/fingerpoken/vnc.rb +4 -0
- metadata +4 -4
data/lib/fingerpoken/vnc.rb
CHANGED
@@ -76,6 +76,10 @@ class FingerPoken::Target::VNC < FingerPoken::Target
|
|
76
76
|
return nil
|
77
77
|
end
|
78
78
|
|
79
|
+
# TODO(sissel): Add keyboard support.
|
80
|
+
# VNC uses the same keysym values as X11, so that's a win. We can likely
|
81
|
+
# leverage xdo's char-to-keysym magic with VNC.
|
82
|
+
|
79
83
|
class VNCClient < EventMachine::Connection
|
80
84
|
include EventMachine::Protocols::VNC::Client
|
81
85
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fingerpoken
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 40220208381687
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 20110104190832
|
10
|
+
version: 0.2.20110104190832
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jordan Sissel
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-01-
|
18
|
+
date: 2011-01-04 00:00:00 -08:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|