diff options
author | William Carroll <wpcarro@gmail.com> | 2017-07-30T01·31-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-07-30T01·31-0400 |
commit | a2f8dbadcf4c2c8dc9476f7cbd912e5239e113a8 (patch) | |
tree | 43ddf5e7bcc76dad7b27bc885a6c802dc2c7b924 | |
parent | bbf63601fd9799044c7087d280b7c71dc4bb2db3 (diff) |
Registers new slate kbds for Atom and Wireshark
-rw-r--r-- | configs/os_x/.slate.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/os_x/.slate.js b/configs/os_x/.slate.js index 21557111bc78..f7f66a50d1e4 100644 --- a/configs/os_x/.slate.js +++ b/configs/os_x/.slate.js @@ -44,6 +44,7 @@ S.bnda({ // alt + d = focus Dash var focus_apps = { + a: 'Atom', h: 'Dash', e: 'Emacs', t: 'iTerm2', @@ -52,6 +53,7 @@ var focus_apps = { c: 'Google Chrome', l: 'LimeChat', k: 'Slack', + w: 'Wireshark', }; |