Git Product home page Git Product logo

ahkcompiler's Introduction

AHK 語法產生器

本網站使用 Django 架設 Autohotkey 語法產生器

使用者可根據自己的需求產生自動化腳本與程式

本站提供 填表積木 兩種方式產生腳本

填表產生語法

使用使用填寫表單的方式快速產生AHK語法

網頁 : https://papple23g-ahkcompiler.herokuapp.com/ahktool

瀏覽圖

AHK首頁- 網頁瀏覽圖

積木拼圖產生語法

使用 Google Blockly 的拼圖引擎撰寫製作AHK腳本

網頁 : https://papple23g-ahkcompiler.herokuapp.com/ahkblockly

瀏覽圖

AHK積木拼圖產生語法 - 網頁瀏覽圖

離線版

執行方法:

  1. 請至 點擊此連結 下載 .zip 檔後解壓縮
  2. 執行裡面的 ahktool.htmlahkblockly.html 網頁檔案即可

ahkcompiler's People

Contributors

hackmd-deploy avatar peter-influx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ahkcompiler's Issues

离线版依然不能脱离网络

你好,这个离线版的貌似还是需要网络链接的吧?我在没有网络的电脑上打开,会反应很长时间,并且“转换为ahk语法”下面的文字框是没有的。一旦连上网络,就可以正常打开。

AHK積木執行JavaScript,剪貼簿會有延遲問題

建議修正函式為:

Javascript(JS){
    WinGetActiveStats, Title, W, H, X, Y
    BlockInput, On
    FullScn := FALSE
    if (Y = 0) {
        FullScn := TRUE
        Send, {F11}
        Sleep 500
    }
    Send, ^l
    clipboard_save := clipboard
    clipboard:=
    clipboard:="_Javascript:" . JS . ";void(0);"
    ClipWait
    Sleep 300
    Send ^v
    Sleep 100
    Send, {Home}
    Send, {Delete}
    Send, {Enter}
    clipboard = %clipboard_save%
    if FullScn {
        Send, {F11}
    }
    BlockInput, Off
}

Ref: Youtube網友 沈宗叡

[bug]服务器部署起来后, 积木和填表工具的页面访问不了

访问了主页面, 页面出现了home page. 但是其他页面访问不了, 下面是控制台打印的信息:
System check identified no issues (0 silenced).
June 01, 2022 - 16:29:33
Django version 4.0.4, using settings 'ahkcompiler.settings'
Starting development server at http://0.0.0.0:8001/
Quit the server with CTRL-BREAK.
[01/Jun/2022 16:29:39] "GET /ahkblockly HTTP/1.1" 200 1457788
[01/Jun/2022 16:29:46] "GET /ahkblockly HTTP/1.1" 200 1457788

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.