Skip to content

KeyTik: The All-in-One Automation Tool & Keyboard Remapper with Profiles v1.2

Latest
Compare
Choose a tag to compare
@Fajar-RahmadJaya Fajar-RahmadJaya released this 15 Nov 10:44
· 32 commits to main since this release
9646e2a

KeyTik: The All-in-One Automation Tool & Keyboard Remapper with Profiles v1.1

Changelog :

Added And Refine Feature :

  • Added a feature to automatically listen key input.
  • Adding key list to translate input to AutoHotkey syntax
  • Refining shortcut feature :
    • Shortcut always on top if in text mode.
    • Translate '+' on shortcut to ' & ' in created AutoHotkey Script.
  • Refine shortcut and remap row appearance.
  • Added screen clicker.
  • Added coordinate finder.
  • Added multiple files opener.

Change Release Format :

Now, there are normal release download version (Built Version Using Pyinstaller) and source code release download version (Not Built Version Using Pyinstaller).

Key List Update :

Key List is a list of all input for AutoHotkey for translating input to AutoHotkey input symbol. This can also be said as what input KeyTik can remap. If you have another key suggestion to add on key list, feel free to suugest in Github Issue Request Key Implementation Label

Next Update Plan :

No Feature Plan Description Status
5 Assign Script or Remap for Multiple or Different Physical Keyboards Make profile only work for some physical keyboard using keyboard ID as identifier Probably a bit long as i need external keyboard to test it In Progress

Which One Should I choose Between Source Code or Built 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 for when someone 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. You need to do extra step like build it into executable yourself or install required python library if you want to run it with just double click the '.py' file. I also add building guide on it so to help you. The downside 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. The good side is you can see the raw python code so you can 100% sure whether it's safe or not.

The built version is download version where i build KeyTik myself. You don't have to do extra step to install KeyTik if you download this version. You just need to download and extract it then download and install AutoHotkey and you are good to go. I build it into executable using Pyinstaller with the exact '.py' file in the source code version. So if you trust me, then this is what you choose. Again i don't intend to add malware or virus on KeyTik.

The conclusion is, if you trust me then go with bulilt version (KeyTik.v1.2.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.2.Source.Code.Download.Version.rar). For documentation about safety go to User Safety (For Those Who Worry About Virus Or Data Safety) :