Home > Development Tools > atom > body text

A brief discussion on how to modify atom's default shortcut keys

青灯夜游
Release: 2021-02-08 17:50:33
forward
2308 people have browsed it

A brief discussion on how to modify atom's default shortcut keys

Related recommendations: "atom tutorial"

Shortcut key conflicts often occur when using Atom, and some plug-ins require to modify the atom default shortcut Key

File->settings->Keybingings->OpenConfig Folder->

找到Open Config Folder

##Find Open Config Folder

A brief discussion on how to modify atoms default shortcut keys

Open keymap.cson:

Here you can choose a shortcut key that suits you and write it in: for example


'atom-text-editor ': <br> 'ctrl-F12':'atom-html-preview:toggle' <br><br>

Tips: Cancel or block the shortcut keys in the plug-in

A brief discussion on how to modify atoms default shortcut keys

For more programming-related knowledge, please visit:

Programming Teaching! !

The above is the detailed content of A brief discussion on how to modify atom's default shortcut keys. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template