diff options
author | Teddy Wing | 2019-06-22 20:41:01 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-22 20:41:01 +0200 |
commit | 3f950676d49995d8300e9c0a472fdb9b52348a2b (patch) | |
tree | ef243c89dd9f6c63a582566a0eb3e3af2bd81651 /init.lua | |
parent | 7c0673f82057a405dba6f17416d10e3bdc5d4e17 (diff) | |
download | dothammerspoon-3f950676d49995d8300e9c0a472fdb9b52348a2b.tar.bz2 |
Add gdrive_mouseover_item mode
A mode that selects a file row in Google Drive by its ID using keyboard
shortcuts 1–0 and q–p.
Makes it possible to select a file without using the mouse.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ require("hs.ipc") require('application_switch') +require('gdrive_mouseover_item') require('mouse') require('terminal_tab_hotkeys') |