index
:
Low-Battery-Yup
ShortcutRecorder
master
Dismiss Mac OS X's low battery warning dialog with the keyboard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-12-01
Make click work from hotkey in NSUserDefaults
Teddy Wing
2016-12-01
Cleanup xcodeproj after merge
Teddy Wing
2016-12-01
Merge branch 'shortcut-config-UI'
Teddy Wing
2016-12-01
Add .gitattributes for merging Xcode *.pbxproj
Teddy Wing
2016-12-01
Add Constants.h for `kPreferenceGlobalShortcut`
Teddy Wing
2016-12-01
Show saved keyboard shortcut in the MASShortcutView
Teddy Wing
2016-12-01
ShortcutView.h: Add reference to `(void)setShortcutValue:(MASShortcut*)`
Teddy Wing
2016-12-01
MainMenu.xib: Fix reference to `_shortcut_view` ivar
Teddy Wing
2016-12-01
ShortcutView: Store updated shortcut in NSUserDefaults
Teddy Wing
2016-12-01
Clean up after a984e2dd951bcbfe5e3e6374213eb9a5fd5423cf
Teddy Wing
2016-12-01
Able to get a shortcut from the MASShortcutView
Teddy Wing
2016-11-22
Merge branch 'register-global-hotkey'
Teddy Wing
2016-11-19
Low Battery Yup: Close the application when window is closed
Teddy Wing
2016-11-19
Use DDHotKeyTextField in "Low Battery Yup"
Teddy Wing
2016-11-18
AppDelegate: Only allocate one `Mouse` instance in app lifecycle
Teddy Wing
2016-11-18
Use hard-coded hotkey to invoke battery dialog dismisser
Teddy Wing
2016-11-17
Add MASShortcut widget to main window
Teddy Wing
2016-11-17
AppDelegate.m: Release allocated `Mouse` instance
Teddy Wing
2016-11-17
Merge branch 'MASShortcut'
Teddy Wing
2016-11-17
Update Low Battery Yup.d.xcodeproj: Removal of MASShortcutTests.xctest
Teddy Wing
2016-11-17
Configure MASShortcut
Teddy Wing
2016-11-16
Add 'MASShortcut'
Teddy Wing
2016-11-16
MainMenu.xib: Remove `IBDocument.UseAutolayout` key
Teddy Wing
2016-11-16
Add new target "Low Battery Yup"
Teddy Wing
2016-11-16
Remove MainMenu.xib
Teddy Wing
2016-11-16
Mouse: Change mouse coordinates to Low Battery OK button
Teddy Wing
2016-11-16
Info.plist: Set LSBackgroundOnly=1
Teddy Wing
2016-11-16
Rename project to "Low Battery Yup.d"
Teddy Wing
2016-11-16
Mouse: Move `centerPoint` back to `moveToCenter`
Teddy Wing
2016-11-16
Mouse: Implement `click`
Teddy Wing
2016-11-16
Make the mouse move to the center of the screen
Teddy Wing
2016-11-16
Add project.xcworkspace
Teddy Wing
2016-11-16
.gitignore: Ignore _private directory
Teddy Wing
2016-11-16
Add .gitignore
Teddy Wing
2016-11-16
Initial Commit
Teddy Wing