Home  >  Article  >  Development Tools  >  A brief discussion on how to modify shortcut keys in Atom

A brief discussion on how to modify shortcut keys in Atom

青灯夜游
青灯夜游forward
2020-12-29 18:39:442694browse

A brief discussion on how to modify shortcut keys in Atom

Related recommendations: "atom usage tutorial"

There are many tutorials on the Internet telling how to modify the Atom shortcut keys, but they say None of them are complete. I could only change the examples on the official website, but I couldn’t change what I wanted to change. I googled a lot and then I finally tried it myself.

First is

File->settings->Keybingings

Then enter the content you want to change in 1, the entered content will Automatically match keystroke or command. Then you find his selector at 2 and his command at 5. Then click your keymap file

at 4, enter 2 and 5 in the figure above respectively in the format of the figure below, and write the shortcut key you want in 6. Save and restart Atom and it will be ok.

For more programming-related knowledge, please visit: Programming Teaching! !

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

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete