Skip to content

Tags: timoinglin/SimpleKeyClicker

Tags

v2.1.0

Toggle v2.1.0's commit message
feat: custom keybinds, key combos, drag, random delay & UI polish

- Configurable start/stop/emergency hotkeys via Settings dialog
- Keyboard combos support (ctrl+c, alt+f4, etc.)
- drag(x1,y1,x2,y2) action for mouse dragging
- Random delay ranges (e.g. 0.3-0.8) in delay field
- App icon on all dialog windows
- START/STOP button state management
- Unsaved changes warning on close
- Redesigned help page with styled cards and live hotkey badges
- Legacy config compat (sleep -> delay fallback)
- Updated README and docs/index.md

v2.0.1

Toggle v2.0.1's commit message
Removed failsafe pause

v2.0.0

Toggle v2.0.0's commit message
feat: Migrate UI from ttkbootstrap to CustomTkinter for a modern dark…

… theme, update documentation, and add build ignore rules.

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove automatic pause for pyautogui and pydirectinput

Set pyautogui and pydirectinput pause to zero to remove automatic delays.

v1.2.1

Toggle v1.2.1's commit message
Fix: Address issue where single key hold down was not consistently re…

…cognized or handled

1.2.0

Toggle 1.2.0's commit message
feat: Add theme toggle, repetition control, menu bar, and fix typing

1.1.0

Toggle 1.1.0's commit message
Updated README

v1.0.0

Toggle v1.0.0's commit message
first commit