1 Star 0 Fork 48

James.w/影子输入法

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Yzime.ahk 2.57 KB
一键复制 编辑 原始数据 按行查看 历史
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;~ 作 者: 河许人 && 天黑请闭眼
;~ 环境 版本: Autohotkey v1.1.32.00 Win10Pro
; 部分自定义设置(热键修改等)可以写入主目录\Lib\usercustoms.ahk文件中
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
#NoEnv
#MaxMem 2048
#KeyHistory 0
#SingleInstance Force
#MaxHotkeysPerInterval 400 ; receive 400 Hotkeys per 2 seconds
OnExit, Exit
ListLines, Off
SetBatchLines, -1
SetKeyDelay, 0, 0
Process, Priority,, High
CoordMode, Caret, Screen
CoordMode, Mouse, Screen
CoordMode, ToolTip, Screen
SetWorkingDir %A_ScriptDir%
OnClipboardChange("ClipChanged")
OnMessage(0x201, "WM_LBUTTONDOWN")
OnMessage(0x4a, "Receive_WM_COPYDATA")
CloseOtherYZ()
eng_key:="'"
func_key:="/"
lspy_key:="z"
srf_symbol:={"``":["``","·"], "~":["~","~"], "!":["!","!"], "@":["@","@"], "#":["#","#"], "$":["$","¥"], "%":["%","%"], "^":["^","……"], "&":["&","&"], "*":["*","*"], "(":["(","(){Left}"], ")":[")",")"]
, "_":["_","——"], "-":["-","-"], "+":["+","+"], "=":["=","="], "[":["[","【】{Left}"], "]":["]","】"], "{":["{","{}{Left}"], "}":["}","}"], "\":["\","、"], "|":["|","|"], ";":[";",";"], ":":[":",":"]
, "'":["'","‘’{Left}"], """":["""","“”{Left}"], "<":["<","《》{Left}"],">":[">","》"],",":[",",","],".":[".","。"], "/":["/","/"], "?":["?","?"]}
Gosub srf_init
SetTimer, EmptyMem, 30000
EmptyMem()
Return
; Include
#Include %A_ScriptDir%
#Include Lib\keylist.ahk ; 热键设置
#Include Lib\Gdip.ahk ; Gdip类库
#Include Lib\EasyIni.ahk ; ini类库
#Include Lib\Class_SQLiteDB.ahk ; SQLite类库
#Include Lib\ToolTip.ahk ; ToolTip样式
#Include Lib\DrawHXGUI.ahk ; Gdip样式候选框
; #Include Lib\robot.ahk ;
#Include Lib\srf_Init.ahk ; 初始化
#Include Lib\srf_IME.ahk ; 找词、功能跳转、显示候选
#Include Lib\srf_Func.ahk ; 输入法上屏等函数
#Include Lib\srf_Option.ahk ; 选项界面
#Include Lib\Ciku_Manager.ahk ; 词库管理界面
#Include Lib\functions.ahk ; 内置命令模块
#Include Lib\COPYDATA.ahk ; WM_COPYDATA进程间通信
#Include Lib\suanfa_pinyin.ahk ; 拼音类算法
; #Include Lib\suanfa_sanma.ahk ; 二三码混打算法(2码+1辅助码)
#Include Lib\suanfa_xingma.ahk ; 非全拼类算法
#Include Lib\suanfa_lianda.ahk ;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
AutoHotkey
1
https://gitee.com/xiangshan/Yzime.git
git@gitee.com:xiangshan/Yzime.git
xiangshan
Yzime
影子输入法
master

搜索帮助