[TOC]
1.1 常用快捷键
1.1.1 常规
标题:ctrl + 数字
加粗:ctrl + b
倾斜:ctrl + l
下划线:ctrl + u
删除线:alt + shift + 5
插入表格:ctrl + T
插入链接:ctrl + k
插入图片:ctrl + shift + i
插入代码块:ctrl + shift + k
无序列表:- + space
有序列表:+ + space
1.1.2 光标操作
选中当前词:ctrl + d
选中当前行:ctrl + l
选中段落或块:ctrl + alt + p
选中相同格式文字:ctrl + e
1.1.3 重新自定义快捷键
ctrl + ,打开通用-打开高级设置, 然后修改 conf.user.json 文件,在 “keyBinding” 里添加键值对。其中,键是功能的名称,值是与该功能关联的自定义快捷键
"keyBinding": {
// for example:
// "Always on Top": "Ctrl+Shift+P"
// All other options are the menu items 'text label' displayed from each typora menu
"跳转到行首":"Alt+[",
"跳转到行尾":"Alt+]",
"跳转到文首":"Alt+Shift+[",
"跳转到文末":"Alt+Shift+]",
},
修改之后,保存json,重启typora即可