ksc
This commit is contained in:
parent
5e13d86778
commit
7eccc04e98
|
@ -18,12 +18,13 @@ $(function ($) {
|
||||||
if (e.keyCode === 13) {
|
if (e.keyCode === 13) {
|
||||||
if($("#src").is(':focus')){
|
if($("#src").is(':focus')){
|
||||||
src()
|
src()
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
if($("#list-add").is(':focus')){
|
if($("#list-add").is(':focus')){
|
||||||
makeNewList()
|
makeNewList()
|
||||||
}
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
//Ctrl+Shift+Enter:Lgen
|
//Ctrl+Shift+Enter:Lgen
|
||||||
if (event.metaKey || event.ctrlKey && wv) {
|
if (event.metaKey || event.ctrlKey && wv) {
|
||||||
if (event.shiftKey) {
|
if (event.shiftKey) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user