TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: KeyTik – All in One Automation Tool and Keyboard Remapper with Profiles

1 点作者 Fajar_Rahmad6 个月前
Hello Everyone! I start this project a while ago. It&#x27;s about a all-in-one automation tool such as auto clicker, screen clicker, keyboard remapper and more in a single app. This work using AutoHotkey, so what this project do basically is taking input from user then create an AutoHotkey script from that. The goal is to made a software that can do almost all automation task while also can be used as AutoHotkey script manager.<p>I made this at first for my personal use like gaming because creating AutoHotkey script every single time i play new game is bit inconvenient. But then it start getting audience so i decided to develop it further. AutoHotkey is powerful script to do this and it make my project lightweight that&#x27;s why i decided to use it.<p>Another specialty is use script or remap on specific keyboard or mouse. To do this, i use AutoHotkey wrapper, AutoHotkey Interception by evilC and Interception Driver by oblitum.<p>I would like to ask opinion and suggestion about this and if you don&#x27;t mind, help me test it out. While the basic feature i can say it&#x27;s working perfectly fine, i am still not sure about the assign script on specific device feature. As for now i only test it with my keyboard laptop and my mouse and it work (I only have that to test it). Also i would like to ask whether windows show any warning or not (Untrusted source or false positive) because i use pyinstaller to compile it. I use onedir function so i hope it didn&#x27;t trigger windows warning. Also does my documentation is clear or it can be improved?<p>Thank you everyone. I really appreciate your support!

2 条评论

Fajar_Rahmad6 个月前
Also i only realize the Show HN feature now. So i have post about this project previously without Show HN feature. I guess that&#x27;s why it&#x27;s only have small audience. Here is the link if your are curious about it:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42227266">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42227266</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42222000">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42222000</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42173904">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42173904</a>
Fajar_Rahmad6 个月前
Improve Readme Documentation :<p>- Add AutoHotkey and Interception driver command line installation guide.<p>- Add header and badges.<p>- Add Supported Key List.<p>- Add How Does KeyTik Work.<p>- Add Star History.<p>- Remove upcoming update and move it to issue.<p>- And another change.