sxzxs / cherry-snippet-v2

Snippet management tools, if ahk python bat ...code, can be executed directly
45 stars 6 forks source link

AI插件快捷键与TotalCommand快捷键冲突问题 #3

Closed kehehee1 closed 1 year ago

kehehee1 commented 1 year ago

ai插件显示隐藏快捷键用的F7,和TotalCommand创建文件夹快捷键冲突了,想改一下快捷键,我在ah2文件里改了,但在编译exe时报以下错误,导致程序无法启动,autohotkey版本用的官网的v2.0.2

Warning: This variable appears to never be assigned a value.

Specifically: local JSON

    ---- E:\cherry-snippet-v2-master\utility\Config.ah2
    021: {
    022: outputvar := FileRead(json_path)
▶   023: this.config := JSON.parse(outputvar)
    024: }
    026: {
sxzxs commented 1 year ago

ahk版本是thqby的h版本,主页有链接