20210507# 【typora设置快捷键】

1 、下边教会你怎么设置快捷键,打开设置,Preferences【偏好设置】,然后拉到最后,Open Advenced Setting ,打开conf.user.json,在这里边进行配置,找到“KeyBinding”,然后根据下图自行配置即可。

2、 conf.user.json 示例 (修改了无序、有序、任务列表和任务状态的快捷键)

/** For advanced users. */
{
  "defaultFontFamily": {
    "standard": null, //String - Defaults to "Times New Roman".
    "serif": null, // String - Defaults to "Times New Roman".
    "sansSerif": null, // String - Defaults to "Arial".
    "monospace": null // String - Defaults to "Courier New".
  },
  "autoHideMenuBar": false, //Boolean - Auto hide the menu bar unless the `Alt` key is pressed. Default is false.

  // Array - Search Service user can access from context menu after a range of text is selected. Each item is formatted as [caption, url]
  "searchService": [
    ["Search with Google", "https://google.com/search?q=%s"]
  ],

  // Custom key binding, which will override the default ones.
  "keyBinding": {
    // for example: 
    // "Always on Top": "Ctrl+Shift+P"
	"Highlight":"Ctrl+Shift+H",
	"Ordered List":"Ctrl+7",
	"Unordered List":"Ctrl+8",
	"Task List":"Ctrl+9",
	"Toggle Task Status":"Ctrl+Shift+T"
  },

  "monocolorEmoji": false, //default false. Only work for Windows
  "autoSaveTimer" : 3, // Deprecidated, Typora will do auto save automatically. default 3 minutes
  "maxFetchCountOnFileList": 500,
  "flags": [] // default [], append Chrome launch flags, e.g: [["disable-gpu"], ["host-rules", "MAP * 127.0.0.1"]]
}

posted @ 2021-05-07 19:43  傀儡岁月  阅读(111)  评论(0编辑  收藏  举报