下载
同步
网页输入法
搜索
登录
注册
盘古大陆的个人空间
访问量
11
新鲜事
帖子
资料
https://yong.dgod.net/index.php?m=space&uid=1606
AutoHotkey v2 Script辅助输入脚本
使用环境:windows前提有autohotkey坏境,autohotkey有绿色免安装版本,大小为3M。下载地址为:
https://www.autohotkey.com/download/
如何安装 AutoHotkey参考:
https://wyagd001.github.io/...
全文
回复
(
3
)
01-09 18:29
来自版块 -
灌水
◆
◆
表情
告诉我的粉丝
提 交
盘古大陆
:
一次在多个网站查询汉字 默认的辞典网站是
www.zdic.net
,用户可以在配置文件中自定义。如: [IM] dict_cn=http://www.zdic.net/hans/%s 将上面的配置修改为 dict_cn=mb/app/dict_cn.ahk %s 使...
(01-11 08:34)
回复
盘古大陆
:
重新启动小小输入法,用于让修改后的配置文件快速生效 TargetProcessName := "yong.exe" TargetExePath := "d:\yong\w64\yong.exe" if !FileExist(TargetEx...
(01-11 01:22)
回复
盘古大陆
:
仿在wps表格中按组合键ctrl+;输入日期,ctrl+shift+;输入时间。脚本如下 ^;:: { currentDateTime := A_Now formatteDate := FormatTime(currentDateTime, "yyyy/M/d"...
(01-09 18:34)
回复
盘古大陆
加关注
写私信
12
关注
0
粉丝
48
帖子
返回顶部