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 ) {
3636 projectMKeycode char_code = (projectMKeycode )[event keyCode ];
3737 switch ( char_code ) {
3838 case kVK_F1 :
39+ case kVK_ANSI_H :
3940 return PROJECTM_K_F1 ;
4041 case kVK_F2 :
4142 return PROJECTM_K_F2 ;
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >hvpl </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >2.1 </string >
20+ <string >2.2 </string >
2121 <key >CFBundleSignature </key >
2222 <string >hook </string >
2323 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 7474#define kTVisualPluginCreator ' hook'
7575
7676#define kTVisualPluginMajorVersion 2
77- #define kTVisualPluginMinorVersion 1
77+ #define kTVisualPluginMinorVersion 2
7878#define kTVisualPluginReleaseStage betaStage
7979#define kTVisualPluginNonFinalRelease 0
8080
You can’t perform that action at this time.
0 commit comments