Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #110 from exevil/master
kVK_ANSI_KeypadMinus value adjustment.
  • Loading branch information
Vadim Shpakovski committed May 22, 2017
2 parents a4a5414 + ff3bbb3 commit 881157b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/MASShortcut.m
Expand Up @@ -132,7 +132,7 @@ - (NSString *)keyCodeString
case kVK_ANSI_KeypadClear: return NSStringFromMASKeyCode(kMASShortcutGlyphPadClear);
case kVK_ANSI_KeypadDivide: return @"/";
case kVK_ANSI_KeypadEnter: return NSStringFromMASKeyCode(kMASShortcutGlyphReturn);
case kVK_ANSI_KeypadMinus: return @"";
case kVK_ANSI_KeypadMinus: return @"-";
case kVK_ANSI_KeypadEquals: return @"=";

// Hardcode
Expand Down

0 comments on commit 881157b

Please sign in to comment.