[AHK] Add a new task by double clicking

A place to post your ideas and solutions for how best to make use of the software

Moderators: abstr, Niko

Post Reply
Niko
Posts: 239
Joined: Wed Sep 18, 2019 6:48 am

[AHK] Add a new task by double clicking

Post by Niko » Fri Oct 25, 2019 8:44 am

double.jpg
double.jpg (10.1 KiB) Viewed 4234 times
This is a simple AutoHotKey script which allows you to add new tasks in the Day/Week tabs by double clicking.
Requirements:
Autohotkey - https://www.autohotkey.com/
How To Install:
1. Unpack the archive
2. Run
You can modify the following variables:
1. Right or Left button of the mouse (LButton)
2. The timing of clicking (400)
3. Hotkey for a new task (^!n)
More about hotkeys - https://www.autohotkey.com/docs/KeyList.htm
doubleClick - Copy.zip
(490 Bytes) Downloaded 256 times

Post Reply