feat(hammerspoon): change cmd+ctrl+x from Things to Apple's Reminders app

This commit is contained in:
2021-05-09 14:24:37 +01:00
parent 8f649514f2
commit fdc161d627
2 changed files with 2 additions and 1 deletions

View File

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