mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:46:39 +00:00
feat(hammerspoon): change cmd+ctrl+x from Things to Apple's Reminders app
This commit is contained in:
@@ -15,7 +15,7 @@ function obj.init()
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'S', 'Music')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'T', 'Discord')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'W', 'WhatsApp')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'X', 'Things', '/Applications/Things3.app')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'X', 'Reminders')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'Z', 'Slack')
|
||||
end
|
||||
|
||||
|
||||
@@ -83,6 +83,7 @@ function wm:init ()
|
||||
--
|
||||
|
||||
bind({'cmd', 'ctrl', 'alt'}, 'F', self.resizeWindow(770, 634))
|
||||
bind({'cmd', 'ctrl', 'alt'}, 'X', self.adjustWindow(0, 3, 10, 14))
|
||||
|
||||
-- resize windows
|
||||
bindAndRepeat({'cmd', 'ctrl', 'alt'}, 'J', self.resizeWindowOnGrid(-1, 0))
|
||||
|
||||
Reference in New Issue
Block a user