【EverEdit用户手册】Application >> BindShortcut
1 Application >> BindShortcut
给命令绑定快捷键
原型:
1.1 参数
strCommand
[in] string类型, 命令名称,可以从"快捷键"设置窗口中获取命令列表
strKey
[in] string类型, 快捷键,比如:CS+A表示Ctrl+Shift+A
bSaveNow
[in] bool类型, true/false是否立即保存快捷键设置到key.ini配置文件
1.2 返回值
bool, 绑定是否成功true/false
1.3 版本
EverEdit 4.5.0(4500)及之后版本。
1.4 备注