change default keysSend to ctrlenter

This commit is contained in:
Miguel Freitas 2014-03-25 16:27:01 -03:00
parent f808426c44
commit a09a76f7f3

View File

@ -89,7 +89,7 @@ var TwisterOptions = function()
}
this.keysSend = function() {
$('#keysOpt select')[0].value = $.Options.getOption('keysSend',"enter");
$('#keysOpt select')[0].value = $.Options.getOption('keysSend',"ctrlenter");
$('#keysOpt select').on('change', function(){
$.Options.setOption(this.id, this.value);