bump version, map H to F1 for help

This commit is contained in:
Mischa S
2013-08-12 22:52:13 -07:00
parent 9c3441bcb0
commit ea2822a22e
3 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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>

View File

@ -74,7 +74,7 @@
#define kTVisualPluginCreator 'hook'
#define kTVisualPluginMajorVersion 2
#define kTVisualPluginMinorVersion 1
#define kTVisualPluginMinorVersion 2
#define kTVisualPluginReleaseStage betaStage
#define kTVisualPluginNonFinalRelease 0