]> git.saurik.com Git - veency.git/commitdiff
Got an updated usage for iPad keyboard from matthias. v0.9.3189
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 12 May 2010 12:49:37 +0000 (12:49 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 12 May 2010 12:49:37 +0000 (12:49 +0000)
Tweak.mm
control

index 00467083f5fd30296702cfa651706dbe35aad95c..c3898efbb54f8206bcc758f63f1eab6e6def0052 100644 (file)
--- a/Tweak.mm
+++ b/Tweak.mm
@@ -417,8 +417,8 @@ static void VNCKeyboard(rfbBool down, rfbKeySym key, rfbClientPtr client) {
     GSEventRef event0, event1(NULL);
     if ($GSEventCreateKeyEvent != NULL) {
         string = CFStringCreateWithCharacters(kCFAllocatorDefault, &unicode, 1);
-        event0 = (*$GSEventCreateKeyEvent)(10, point, string, string, nil, unicode, 0, 1);
-        event1 = (*$GSEventCreateKeyEvent)(11, point, string, string, nil, unicode, 0, 1);
+        event0 = (*$GSEventCreateKeyEvent)(10, point, string, string, nil, 0, 0, 1);
+        event1 = (*$GSEventCreateKeyEvent)(11, point, string, string, nil, 0, 0, 1);
     } else if ($GSCreateSyntheticKeyEvent != NULL) {
         event0 = (*$GSCreateSyntheticKeyEvent)(unicode, YES, YES);
         GSEventRecord *record(_GSEventGetGSEventRecord(event0));
diff --git a/control b/control
index bd14fd93c306d461d23573a5db6a496f111cac8e..e361a4df54617e1d6da8162b05d1cd0239936b49 100644 (file)
--- a/control
+++ b/control
@@ -5,7 +5,7 @@ Priority: optional
 Section: Networking
 Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
 Architecture: iphoneos-arm
-Version: 0.9.3167-1
+Version: 0.9.3189-1
 Description: a VNC /server/ for the iPhone
 Name: Veency
 Depends: mobilesubstrate (>= 0.9.2966-1), libvncserver, com.saurik.iphone.ske, preferenceloader, jp.ashikase.mousesupport | firmware (<< 3.0)