tomlau10 / gcc-make-run

Compile-run C/C++ source code and execute Makefile in Atom.
https://atom.io/packages/gcc-make-run
MIT License
24 stars 10 forks source link

Customized key bindings instead of F6 #42

Closed hpdipto closed 5 months ago

hpdipto commented 6 years ago

How can I configure my own key bindings for running the program instead of default F6?

glevy03 commented 5 years ago

Hello, How are you? You need to go to Settings --> Packages --> gcc-make-run (don't open it just make sure you can see it) --> Settings (of the gcc-make-run) --> View Code. In the folder "Keymaps", enter the file "gcc-make-run.cson" - look for the letters "f6" - change it to whatever you want (if you want combined keys, put a dash (-) between each key, like this: ctrl-alt-g). Now you need to save this file, and reset Atom. I hope I was helpful :) Cheers, glevy03