m***@foxmail.com
m***@foxmail.com
  • 发布:2020-10-19 13:36
  • 更新:2021-03-06 14:52
  • 阅读:676

请问下可以把"转到定义"改为鼠标中键吗? -- webstrom 过来的

分类:HBuilderX

请问下可以把"转到定义"改为鼠标中键吗? -- webstrom 过来的

阅读源码的时候 单手操作转定义直接中键进去 鼠标侧键跳转回来 就非常方便

2020-10-19 13:36 负责人:无 分享
已邀请:
DCloud_HB_WDL

DCloud_HB_WDL

暂不支持,已反馈给相关人员

m***@foxmail.com

m***@foxmail.com (作者) - maoxmao

补充:
我已通过autoHotKey实现, 脚本如下

#IfWinActive ahk_exe HBuilderX.exe  
~MButton::  
MouseGetPos, xpos, ypos  
  
if (ypos >= 87) {  
    SendInput,{Click}{F12}  
}  
  
return

该问题目前已经被锁定, 无法添加新回复