diff options
author | Teddy Wing | 2019-06-13 21:37:53 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-15 20:31:22 +0200 |
commit | 1d4584b346ffb29ad0ef4b3d2472edadc282b700 (patch) | |
tree | 61194df473fcfc724f8a9267bd030c3e8cb88a8c /init.lua | |
parent | e3bc1d3782f82ff2ed3addf7e0ad3cf08afc1694 (diff) | |
download | dothammerspoon-1d4584b346ffb29ad0ef4b3d2472edadc282b700.tar.bz2 |
Add mouse hotkeys
Proof of concept of shortcuts to move the mouse around.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ require("hs.ipc") require('window') +require('mouse') -- Shortcuts to focus tabs in Terminal |