mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
ebrowser v1.0.40
This commit is contained in:
parent
8367164d73
commit
00ccd791ed
3 changed files with 6 additions and 2 deletions
|
@ -255,7 +255,9 @@ You should have received a copy of the GNU General Public License along with thi
|
||||||
}while(false);
|
}while(false);
|
||||||
|
|
||||||
if(inputE === document.activeElement){
|
if(inputE === document.activeElement){
|
||||||
if (9===e.keyCode){//tab completion
|
if (9===e.keyCode){
|
||||||
|
e.preventDefault();
|
||||||
|
tabs.children[iTab].focus();
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{"version":"1.0.39",
|
{"version":"1.0.40",
|
||||||
"name": "ebrowser",
|
"name": "ebrowser",
|
||||||
"description": "The keyboard-friendly minimal suckless web browser",
|
"description": "The keyboard-friendly minimal suckless web browser",
|
||||||
"main": "webview.js",
|
"main": "webview.js",
|
||||||
|
@ -9,6 +9,7 @@
|
||||||
"README.md",
|
"README.md",
|
||||||
"translate.*",
|
"translate.*",
|
||||||
"mapkeys.json",
|
"mapkeys.json",
|
||||||
|
"js/*.js",
|
||||||
"config"
|
"config"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -18,5 +18,6 @@
|
||||||
"gt":"https://kkgithub.com/search?type=Repositories&q=%s",
|
"gt":"https://kkgithub.com/search?type=Repositories&q=%s",
|
||||||
"360":"https://so.360.com/s?q=%s",
|
"360":"https://so.360.com/s?q=%s",
|
||||||
"tg":"i:0/js/hash2textarea.js:https://www.tiangong.cn/#%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"
|
"bd":"https://m.baidu.com/s?wd=%s"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue