ebrowser v1.0.40

This commit is contained in:
James Feng Cao 2024-06-28 15:22:22 +08:00
parent 8367164d73
commit 00ccd791ed
3 changed files with 6 additions and 2 deletions

View file

@ -255,7 +255,9 @@ You should have received a copy of the GNU General Public License along with thi
}while(false);
if(inputE === document.activeElement){
if (9===e.keyCode){//tab completion
if (9===e.keyCode){
e.preventDefault();
tabs.children[iTab].focus();
}
return;
}

View file

@ -1,4 +1,4 @@
{"version":"1.0.39",
{"version":"1.0.40",
"name": "ebrowser",
"description": "The keyboard-friendly minimal suckless web browser",
"main": "webview.js",
@ -9,6 +9,7 @@
"README.md",
"translate.*",
"mapkeys.json",
"js/*.js",
"config"
],
"scripts": {

View file

@ -18,5 +18,6 @@
"gt":"https://kkgithub.com/search?type=Repositories&q=%s",
"360":"https://so.360.com/s?q=%s",
"tg":"i:0/js/hash2textarea.js:https://www.tiangong.cn/#%s",
"cg":"i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s",
"bd":"https://m.baidu.com/s?wd=%s"
}