Search found 110 matches

by pk23
30 Dec 2023, 11:08
Forum: 请求帮助
Topic: SciTE4AutoHotkey 快速运行 不会运行脚本, 而是会打开文件夹
Replies: 0
Views: 369

SciTE4AutoHotkey 快速运行 不会运行脚本, 而是会打开文件夹

如图, 点击"快速运行"后, 以前是直接启动脚本, 但不知从哪天起(可能我无意改了啥) 现在变成会打开脚本所在的文件夹了(而不会再启动脚本)
请问有解决办法吗?
Image
by pk23
12 Apr 2023, 04:10
Forum: 请求帮助
Topic: 怎样让热字串不影响中文 | 怎样改进这个现有脚本?
Replies: 3
Views: 790

Re: 怎样让热字串不影响中文 | 怎样改进这个现有脚本?

@kazhafeizhale 还有这种大杀器啊,感谢推荐! :D
by pk23
11 Apr 2023, 09:44
Forum: 请求帮助
Topic: 怎样让热字串不影响中文 | 怎样改进这个现有脚本?
Replies: 3
Views: 790

怎样让热字串不影响中文 | 怎样改进这个现有脚本?

1 需求 快速输入各种bbcode代码,例如 [u][/u]、[mediainfo][/mediainfo]、[url][/url]、[img][/img] 2 现有方案 下面脚本是我正在使用的(用到了 一个 regexHotString 库 ): #Include Hotstring.ahk Hotstring("(img|url|quote|i|code|u|mention|hide|spoiler|youtube|s|color|b|size|hover|center|torrent|user|thumb|pre|cocks|mediainfo|thread|align|video|d...
by pk23
21 Oct 2021, 22:14
Forum: Ask for Help (v1)
Topic: OAuth2 Authorization
Replies: 5
Views: 1235

Re: OAuth2 Authorization

Yeah, saw that post earlier from google search results. It explains pretty clear! Thank you malcev. Imgur was recently sold to a notorious company. After comparing more than a dozen image hosters^1, eventually I think Teknik is the best alternative. maybe it will only be worth the time after the day...
by pk23
21 Oct 2021, 15:16
Forum: Ask for Help (v1)
Topic: OAuth2 Authorization
Replies: 5
Views: 1235

Re: OAuth2 Authorization

Thanks nadure and malcev, after looking at the links you offered and also the code in the few results pages returned by google search “oauth2 site:https://www.autohotkey.com/boards”, I guess I better give up ...... looks not a easy task that can be solved in 2 hours lol
by pk23
19 Oct 2021, 18:10
Forum: Ask for Help (v1)
Topic: OAuth2 Authorization
Replies: 5
Views: 1235

OAuth2 Authorization

TLDR Is there any script that can upload the local image (including Animated GIF) to Teknik (a image hoster similar to Imgur, that use OAuth2 Tokens API)? OR, Is there any sample code that shows how to do OAuth2 Authorization in AHK? Problem Background I'm currently using the below script to upload...
by pk23
10 Apr 2021, 20:42
Forum: Ask for Help (v1)
Topic: Mouse-based quick input Topic is solved
Replies: 1
Views: 232

Mouse-based quick input Topic is solved

What wanted here is something like this: We can predefine some statements/strings. When we double right-click in a given window, a menu like the one in the picture below will pop up, and then whichever option we click with the mouse will be automatically entered. In short, it's a mouse-click based s...
by pk23
18 Mar 2021, 01:05
Forum: 请求帮助
Topic: 请教 SciTE4AutoHotkey 跳转到帮助文件 多1个竖线的问题
Replies: 5
Views: 4170

Re: 请教 SciTE4AutoHotkey 跳转到帮助文件 多1个竖线的问题

fwejifjjwk2 wrote:
18 Mar 2021, 00:56
@pk23
scite4
谢谢推荐!上次更新8 days ago 很活跃的仓库,太棒了。 :D
by pk23
29 Nov 2020, 11:58
Forum: Off-topic Discussion
Topic: Can you imagine life without AHK? I can't.
Replies: 15
Views: 4671

Re: Can you imagine life without AHK? I can't.

Ty @BoBo , the cooperation between AutoHotkey and Win10 is still lame the last time (2018) I investigated it. Hope things indeed change now. Bookmarked your link for future use. :)
by pk23
27 Nov 2020, 09:53
Forum: General Discussion
Topic: Advancement status of standard library / package index?
Replies: 3
Views: 2169

Re: Advancement status of standard library / package index?

@SOTE Thank you! ASPDM is exactly what have been seen before. and ty for recommanding AHK-libs-and-classes-collection, gonna check it later! :+1: :xmas:
by pk23
26 Nov 2020, 22:47
Forum: General Discussion
Topic: Advancement status of standard library / package index?
Replies: 3
Views: 2169

Advancement status of standard library / package index?

How's going on advancement status of standard library / package index? ( or is there a push in the works? ) remember seeing a package manager tool of AutoHotkey years ago, the number of packages included at that time was still relatively small, and now I cannot find it. I've just been using PyPi, an...
by pk23
22 Nov 2020, 11:32
Forum: Ask for Help (v1)
Topic: How to auto decide close cmd window or not based on results after running? Topic is solved
Replies: 12
Views: 1839

Re: How to auto decide close cmd window or not based on results after running? Topic is solved

Sorry for this so late replying! I'm touched by you guys' warmheart help! many many thank you to @mikeyww and @garry (thought you were chinese at first but then see this post haha) :dance:
by pk23
22 Nov 2020, 11:18
Forum: Off-topic Discussion
Topic: IE's dead.
Replies: 37
Views: 11024

Re: IE's dead.

So what exactly is Chrome better than Firefox? Is the market sharing advantage because Chrome is really that good? Or just benefit from Google's promotional power?
by pk23
20 Nov 2020, 00:44
Forum: Off-topic Discussion
Topic: AutoHotkey User Survey
Replies: 3
Views: 10660

Re: AutoHotkey User Survey

Done.
by pk23
14 Nov 2020, 16:14
Forum: Tips and Tricks (v1)
Topic: Spy++ without Visual Studio
Replies: 5
Views: 20517

Re: Spy++ without Visual Studio

Just for others' reference: People say Winspector Spy is working on Win7 but sadly it's not working on MY win7 (and also I've no time troubleshooting) but Spy++ works like a charm. I don't wanna install the bloat Visual Studio, and here's a small standalone Spy++ (no dependencies required): https://...
by pk23
14 Nov 2020, 05:50
Forum: Ask for Help (v1)
Topic: How to auto decide close cmd window or not based on results after running? Topic is solved
Replies: 12
Views: 1839

Re: How to auto decide close cmd window or not based on results after running? Topic is solved

garry wrote:
14 Nov 2020, 04:07

Code: Select all

runwait,%comspec% /c %mycmd% |find /I "%srch%" |clip,,hide
Wow! didnt know (forget) pipeline of cmd. it works here amazingly! thank you garry for so detailed and incisive help! :clap: :thumbup:
by pk23
13 Nov 2020, 16:52
Forum: General Discussion
Topic: "Say thanks" feature or something similar
Replies: 3
Views: 1412

Re: "Say thanks" feature or something similar

Unlike MyBB, vBulletin or XenForo, the phpBB this forum is using doesnt have this feature itself, I doubt it will be accomplished in foreseeable future. (though it's indeed a good feature. no downvote btn is needed, just upvote/like btn.)
by pk23
13 Nov 2020, 16:37
Forum: Other Utilities & Resources
Topic: AutoControl - Control Chrome
Replies: 2
Views: 3559

Re: AutoControl - Control Chrome

Thanks for recommanding! (is it bad replying to just say thankyou since there's no ty button lol )
by pk23
13 Nov 2020, 16:20
Forum: Other Programming Languages
Topic: Dart, Google's Kind Of Secret Weapon
Replies: 3
Views: 7267

Re: Dart, Google's Kind Of Secret Weapon

offtopic but I just feel nervous that Google Empire is more and more taking over every aspect of our lives, esp yesterday news about Google Photo. one decision Google make, my life changed hugely.

Go to advanced search