1、找到 DbVisualizer 安装目录 lib目录 下的 dbvis.jar 包。

2、使用 WinRaR 打开dbvis.jar包,编辑 dbvis-actions.xml 文件(解压或直接修改)

3、找到以下的代码(注意:“show-auto-completion-command” 重名的很多,查找时一定要找到带 “keystroke“属性的)。

<action idref="show-auto-completion-command" keystroke="control SPACE"/>

4、将以上代码修改为以下代码 (改成 alt + 点 或 alt + 斜杠 )

<action idref="show-auto-completion-command" keystroke="alt PERIOD:alt SLASH"/>

5、保存文件并放回到 dbivs.jar 中。

相关文章:

  • 2021-06-22
  • 2022-02-09
  • 2021-04-04
  • 2021-06-02
  • 2021-12-21
  • 2021-04-29
  • 2022-12-23
猜你喜欢
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2021-06-10
  • 2022-02-09
  • 2021-10-16
相关资源
相似解决方案