Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cloud9 IO disabling keybindings or Cloud9 alternative

I have found Cloud9.io and I'm going to use it for teaching people to code in html, css, javascript and php, but there is one problem. We all are czechs and if we want to create {, we press Right-Alt + B and for }, we press Right-Alt + N. However, that's a problem in Cloud9.io, whenever we press }, it thinks that we want to create new file, because we press Rigth-Alt + N. So is there any way to disable these keybindings, or edit their JS so it won't use any keybindings?

Or if it's not possible, do you know any alternative for Cloud9.io, that I can use for teaching other people to code, so they can see my coding live, it has a chat and they can also edit their files which I can see.

Thank you.

like image 460
Kyrbi Avatar asked Oct 05 '22 05:10

Kyrbi


1 Answers

You can now configure this under Preferences > Keybindings. Try double-clicking, pressing backspace and enter to remove an existing keybinding.

like image 69
lennartcl Avatar answered Oct 10 '22 03:10

lennartcl