index
:
MASShortcut
32-bit
Low-Battery-Yup
maintenance-1.x
master
Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Framework
/
MASShortcutView.m
Age
Commit message (
Expand
)
Author
2016-11-01
Fix return from a NSToolTip method that expects a non-null return value
Tony Arnold
2015-10-12
Silenced a potential “tautological compare” warning in MASShortcutView.
Tomáš Znamenáček
2015-09-10
Changed MASLocalization.h to explicit import, trying to appease CocopaPods.
Tomáš Znamenáček
2015-08-18
Added Czech localization.
Tomáš Znamenáček
2015-08-09
fix for keyboard navigation
Roman Sokolov
2015-03-04
Trivial refactoring.
Tomáš Znamenáček
2015-03-04
Fix accessibility-related crashes on older OS X releases (#47).
Tomáš Znamenáček
2015-02-16
Allow first responder support to be turned on and off
Jason Perkins
2015-02-16
Merge branch 'master' into issue-47-accessibility
Jason Perkins
2015-02-13
Added options to show button that delete hot key.
shinya takahashi
2015-01-21
Enable control to become first responder
Jason Perkins
2015-01-20
Fix "semicolon in method body" warning
Jason Perkins
2015-01-14
Add initial accessibility using 10.10 APIs
Jason Perkins
2015-01-14
Updating to current master.
Tomáš Znamenáček
2015-01-14
Use the clear glyph instead of backspace for clearing a shortcut.
Tomáš Znamenáček
2015-01-12
Added support for older OS X releases back to 10.6 included.
Tomáš Znamenáček
2015-01-08
Documented the recording control behaviour and implemented Cmd-W/Q.
Tomáš Znamenáček
2015-01-07
Fixed the alert that pops up when the shortcut is already used.
Tomáš Znamenáček
2015-01-07
Fixed MASShortcutView initialization errors after rebase.
Tomáš Znamenáček
2015-01-07
Accept Backspace and Delete keys with modifiers as valid shortcuts.
Tomáš Znamenáček
2015-01-07
Whitespace fixes.
Tomáš Znamenáček
2015-01-07
Removed explicit @synthesize and renamed “appearance” to “style”.
Tomáš Znamenáček
2015-01-07
Refactored the shortcut dispatcher and bindings to user defaults.
Tomáš Znamenáček
2015-01-07
Removed [MASShortcut shouldBypass].
Tomáš Znamenáček
2015-01-07
Introduced a standalone MASShortcutValidator class to validate shortcuts.
Tomáš Znamenáček
2015-01-07
Converted keycode macros to plain functions.
Tomáš Znamenáček
2015-01-07
Repackaged the code as a framework and included the demo.
Tomáš Znamenáček