diff --git a/README.md b/README.md index 1cdf5ee..9aa3e1c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ allows you to set: 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 @@ -49,6 +50,15 @@ allows you to set: 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: diff --git a/main-window.png b/main-window.png index 819c64d..f991526 100644 Binary files a/main-window.png and b/main-window.png differ diff --git a/package.json b/package.json index 7983e6f..74a5348 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clickandclack", - "version": "1.0.0", + "version": "1.1.0", "description": "Super simple application for clicking mouse button and clacking key button in defined interval.", "productName": "Click and Clack", "cordovaId": "eu.houby_studio.clickandclack", diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index f238bb5..3b48c77 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -106,6 +106,12 @@ + +