Commit 1bb17910 authored by Shei's avatar Shei

removing ctrl-t from the list

parent ad9c7154
......@@ -99,9 +99,8 @@ class Editor {
this.editor = ace.edit(el)
ace.acequire('ace/ext/language_tools')
// Unmap ctrl-t & ctrl-f & ctrl-l & cmd-l
// Unmap ctrl-l & cmd-l
this.editor.commands.bindKeys({
'ctrl-t': null,
'ctrl-L': null,
'Command-L': null
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment