Skip to content

Commit 03be965

Browse files
committed
bump version, map H to F1 for help
1 parent c56631c commit 03be965

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/libprojectM/cocoatoprojectM.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

src/projectM-iTunes/iProjectM/iProjectM-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

src/projectM-iTunes/iprojectM.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
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

0 commit comments

Comments
 (0)