added url to virtual key
This commit is contained in:
parent
543e4e99eb
commit
457a08ea91
8 changed files with 254 additions and 211 deletions
|
@ -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
|
||||
|
|
Reference in a new issue