This commit is contained in:
cutls 2019-10-22 00:18:55 +09:00
parent 5e13d86778
commit 7eccc04e98

View File

@ -18,12 +18,13 @@ $(function ($) {
if (e.keyCode === 13) {
if($("#src").is(':focus')){
src()
return false;
}
if($("#list-add").is(':focus')){
makeNewList()
}
return false;
}
}
//Ctrl+Shift+Enter:Lgen
if (event.metaKey || event.ctrlKey && wv) {
if (event.shiftKey) {