打开配置文件修改配置 。
位置:打开 typora -> 文件 -> 偏好设置 -> 通用 -> 打开高级设置。
打开 conf.user.json 文件进行编辑在 keybinding 中输入如下 json 数据。
"keyBinding": { | |
// for example: | |
// "Always on Top": "Ctrl+Shift+P" | |
// All other options are the menu items 'text label' displayed from each typora menu | |
"Highlight": "Ctrl + q" | |
} |
保存后重启 Typora 就可以使用了。