Skip to content

Commit

Permalink
Added support for Franz
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiospampinato committed Apr 22, 2018
1 parent 9233a51 commit 0e617fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -142,6 +142,7 @@ Don't forget to make a PR if you fixed something or implemented something cool :
| <kbd>⇪ + F</kbd> | Focus to or open Finder|
| <kbd>⇪ + T</kbd> | Focus to or open [Hyper](https://github.com/zeit/hyper)|
| <kbd>⇪ + G</kbd> | Focus to or open [GitTower](https://www.git-tower.com/)|
| <kbd>⇪ + Z</kbd> | Focus to or open [Franz](https://meetfranz.com)|

### Spaces

Expand Down
3 changes: 2 additions & 1 deletion shortcuts/focus.js
Expand Up @@ -85,7 +85,8 @@ const focus = [
// ['t', HYPER, ['Terminal', false, launchTerminal, callbackTerminal]], //FIXME: Ugly, but since `windowDidOpen` won't trigger, at least now it will behave as expected
['t', HYPER, ['Hyper', false, launchHyper, callbackHyper]], //FIXME: Ugly, but since `windowDidOpen` won't trigger, at least now it will behave as expected
['f', HYPER, ['Finder', false, launchFinder]],
['g', HYPER, ['Tower']]
['g', HYPER, ['Tower']],
['z', HYPER, ['Franz']]
];

setHandlers ( focusWindow, focus );

0 comments on commit 0e617fd

Please sign in to comment.