File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ projectMKeycode cocoa2pmKeycode( NSEvent *event ) {
36
36
projectMKeycode char_code = (projectMKeycode )[event keyCode ];
37
37
switch ( char_code ) {
38
38
case kVK_F1 :
39
+ case kVK_ANSI_H :
39
40
return PROJECTM_K_F1 ;
40
41
case kVK_F2 :
41
42
return PROJECTM_K_F2 ;
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >hvpl </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >2.1 </string >
20
+ <string >2.2 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >hook </string >
23
23
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 74
74
#define kTVisualPluginCreator ' hook'
75
75
76
76
#define kTVisualPluginMajorVersion 2
77
- #define kTVisualPluginMinorVersion 1
77
+ #define kTVisualPluginMinorVersion 2
78
78
#define kTVisualPluginReleaseStage betaStage
79
79
#define kTVisualPluginNonFinalRelease 0
80
80
You can’t perform that action at this time.
0 commit comments