Skip to content

houby-studio/clickandclack

Repository files navigation

Application logo

Click and Clack

Super simple application for clicking mouse button and clacking key button in defined intervals.

How to get

  • Download
  • Install with one click
  • Launch
  • Enjoy clicking and clacking!

Currently only Windows installer is available.

How to use

Main window

allows you to set:

  • How often mouse clicks, in seconds
  • What key does program clack
  • How often keyboard clacks, in seconds

Main application window

From main window, you can click on:

  • mouse icon, which opens mouse settings
  • keyboard icon, which opens special keys
  • clock icon, which opens timer settings

From window toolbar, you can click on:

  • settings icon, which opens application settings
  • minimize and exit icons

Mouse settings

allows you to set:

  • Whether mouse clicks with left or right button
  • Whether mouse makes single click or double click

Mouse settings window

Keyboard settings

allows you to set:

  • special key to press

Keyboard settings window

Timer settings

allows you to set:

  • whether mouse and keyboard share same timer
  • whether mouse clicks first or keyboard clacks first in shared timer mode
  • delay between each action in shared timer mode

Timer settings window

Application settings

allows you to set:

  • Whether window is always on top or not
  • Whether random delay of up to 5 seconds applies on each trigger or not
  • Whether clicking is enabled or disabled
  • Whether clacking is enabled or disabled

Application settings window

Developing

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev -m electron

If build fails due to native module robotjs, customize 'rebuild' script to run against your electron version and run yarn rebuild before running build

Build the app for production

quasar build -m electron

Brought to you by 🍄 Houby Studio