Skip to content

Commit

Permalink
update .phoenix.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed May 8, 2016
1 parent 0808cd7 commit 053eed4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .phoenix.js
@@ -1,8 +1,7 @@
var keys = [];

var hotkey = ['ctrl', 'cmd'];
keys.push(Phoenix.bind('q', hotkey, function() { App.launch('iTerm').focus(); }));
keys.push(Phoenix.bind('w', hotkey, function() { App.launch('Emacs').focus(); }));
keys.push(Phoenix.bind('e', hotkey, function() { App.launch('Google Chrome').focus(); }));
keys.push(Phoenix.bind('t', hotkey, function() { App.launch('Twitter').focus(); }));
Phoenix.log('OK!!');
keys.push(Phoenix.bind('q', hotkey, function() { App.launch('iTerm').focus(); }));
keys.push(Phoenix.bind('w', hotkey, function() { App.launch('Emacs').focus(); }));
keys.push(Phoenix.bind('e', hotkey, function() { App.launch('Vivaldi').focus(); }));
keys.push(Phoenix.bind('t', hotkey, function() { App.launch('Night Owl').focus(); }));

0 comments on commit 053eed4

Please sign in to comment.