Changelog
- Add Setting:
- Add change profile location option.
- Add show on boarding massage option.
- Add check for update option.
- Add on boarding massage.
- Bug fix, select button showing "Select Shortcut" on remap and default keys.
- Improve performance and reduce loading time.
Next Update Plan
- Made a UI for automation tool.
Important
Make sure AutoHotkey is installed correctly, as it's required for KeyTik to run profiles. If you're using the "Assign Profile On Specific Device" feature, ensure that the Interception Driver is properly installed, as it is needed for this functionality.
Check out Installation Guide at our website.
User Agreement
By downloading, installing, or using KeyTik: The All-in-One Automation Tool , you agree to comply with and be bound by the terms of the Apache License 2.0 and our additional terms. If you do not agree to these terms, you must not download, install, or use the Software. You can find our full user agreement on: https://keytik.com/term-and-policies/user-agreement.
System Requirements
KeyTik requires AutoHotkey to run, so it shares the same system requirements as AutoHotkey:
- Operating System: Windows only.
Which One Should I choose Between Source Code or Built Download Version?
What is Source Code Download Version
Source code version is clean KeyTik code. So this code is not built with Pyinstaller or in another word it's pure python file (KeyTik.py) and not executable file (KeyTik.exe). This version is if you concerned about virus or data safety. But don't worry i am not have intention to add any virus or malware to my code.
It's just to make you 100% sure with KeyTik and build trust with KeyTik. You need to do extra step like build it into executable yourself or install required python library then install AutoHotkey and optionally Interception driver if you want to use remap on specific device if you want to run it or to make it work. I also add build guide on it to help you build it.
The downside of source code version is, it's not come with required python library to run '.py' file or you need to build it first to be able to run it without required python library. So you need an extra step. The good side is you can see the raw python code so you can 100% sure whether it's safe or not.
What is Normal Download Version
The built version is normal version where i built KeyTik myself. You don't have to do extra step to install KeyTik with this download version. You just need to download and extract it then install AutoHotkey and optionally Interception driver if you want to use remap on specific device. I build it into executable using Pyinstaller with the exact '.py' file in the source code version. So if you trust KeyTik, then this is what you choose. Again i don't intend to add malware or virus on KeyTik.
Summary
The conclusion is, if you trust me then go with built version (KeyTik.v1.7.0.rar) and if you want to 100% sure with your safety but need to do extra step then go with source code version (KeyTik.v1.7.0.Source.Code.Download.Version.rar). For documentation about safety go to ( KeyTik Official Website and Documentation - Safety Section )