简体   繁体   English

如何处理Autokey上没有的Autohotkey功能

[英]What to do for Autohotkey functions that not available on Autokey

I want to migrate my AHK code to Autokey code for Ubuntu (AHK code monitors clipboard and mouse movements, performs advanced string processing and paste it to the specific window). 我想将我的AHK代码迁移到Ubuntu的Autokey代码(AHK代码监视剪贴板和鼠标移动,执行高级字符串处理并将其粘贴到特定窗口)。

There are many functions like OnClipboardChange, StringReplace, RegExReplace, GetKeyState, etc. on AutoHotKey which are not available on AutoKey. AutoHotKey上有许多函数,如OnClipboardChange,StringReplace,RegExReplace,GetKeyState等,这些函数在AutoKey上不可用。 What to do for these? 该怎么办? Do I need to Python code these? 我需要Python代码吗? If yes, then how? 如果是,那怎么样?

PS: Basically, I want to migrate from Windows to Ubuntu. PS:基本上,我想从Windows迁移到Ubuntu。 I use advanced scripting of AutoHotKey on Windows. 我在Windows上使用AutoHotKey的高级脚本。 But I cannot find any comparable scripting program on Ubuntu Linux. 但我在Ubuntu Linux上找不到任何类似的脚本程序。

I have never used it but it looks like IronAHK has some things you are looking for. 我从来没有使用它,但看起来IronAHK有一些你正在寻找的东西。 Its a AHK rewrite in a .NET framework which allows it to run on all operating systems. 它在.NET框架中进行AHK重写,允许它在所有操作系统上运行。 Here is a link to the AHK forum with more information. 以下是AHK论坛的链接,其中包含更多信息。

https://autohotkey.com/board/topic/50354-ironahk-alpha-cross-platform-net-rewrite-of-autohotkey/ https://autohotkey.com/board/topic/50354-ironahk-alpha-cross-platform-net-rewrite-of-autohotkey/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM