mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-25 10:35:35 +00:00
bump version, map H to F1 for help
This commit is contained in:
@ -36,6 +36,7 @@ projectMKeycode cocoa2pmKeycode( NSEvent *event ) {
|
||||
projectMKeycode char_code = (projectMKeycode)[event keyCode];
|
||||
switch ( char_code ) {
|
||||
case kVK_F1:
|
||||
case kVK_ANSI_H:
|
||||
return PROJECTM_K_F1;
|
||||
case kVK_F2:
|
||||
return PROJECTM_K_F2;
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>hvpl</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.1</string>
|
||||
<string>2.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>hook</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
@ -74,7 +74,7 @@
|
||||
#define kTVisualPluginCreator 'hook'
|
||||
|
||||
#define kTVisualPluginMajorVersion 2
|
||||
#define kTVisualPluginMinorVersion 1
|
||||
#define kTVisualPluginMinorVersion 2
|
||||
#define kTVisualPluginReleaseStage betaStage
|
||||
#define kTVisualPluginNonFinalRelease 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user