mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 07:04:24 +00:00
change default keysSend to ctrlenter
This commit is contained in:
parent
f808426c44
commit
a09a76f7f3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user