added url to virtual key

This commit is contained in:
Jeena Paradies 2010-05-01 15:16:51 +02:00
parent 543e4e99eb
commit 457a08ea91
8 changed files with 254 additions and 211 deletions

View file

@ -10,6 +10,7 @@
#import <Webkit/Webkit.h>
#import "ViewDelegate.h"
#import <Carbon/Carbon.h>
#import "Constants.h"
@interface Controller : NSObject {
@ -36,6 +37,5 @@
- (void)unreadMentions:(NSInteger)count;
OSStatus handler(EventHandlerCallRef nextHandler, EventRef theEvent, void* userData);
+ (NSString *)stringFromVirtualKeyCode:(NSInteger)code;
@end