Surfingkeys

#4.66 / 283 rate

Surfingkeys

20,000 users

2020-06-02

https://brookhong.gith...

Extension Information

5 star
73%
4 star
13%
3 star
8%
2 star
1%
1 star
4%

Supported Languages

Permissions

Hot Permissions

Description

Rich shortcuts to click links/switch tabs/scroll, capture pages, use your browser like vim for productivity.

Reviews

Cl*****
Cl*****

10 / 10 The must-have extension for vimer

La*****
La*****

最新版本导致在输入框和表格ctrl+a全选失效了,按之后输入光标回到开头,发现最新版扩展是这么重新定义的快捷键,点输入框会自动进输入模式有点激进,看github issue抄了一下设置,按一次ctrl+a还是全选,再按一次ctrl+a(或者按住ctrl重按一次a)光标回到开头 function getRealEdit(event) { var rt = event ? event.target : document.activeElement; // on some pages like chrome://history/, input is in shadowRoot of several other recursive shadowRoots. while (rt && rt.shadowRoot) { if (rt.shadowRoot.activeElement) { rt = rt.shadowRoot.activeElement; } else if (rt.shadowRoot.querySelector('input, textarea, select')) { rt = rt.shadowRoot.querySelector('input, textarea, select'); break; } else { break; } } if (rt === window) { rt = document.body; } return rt; } api.imapkey('<Ctrl-a>', "Move cursor to the start of line or select line.", function() { var element = getRealEdit(); if (element.setSelectionRange !== undefined) { if (element.selectionStart == element.selectionEnd) { element.select(); } else { element.setSelectionRange(0, 0); } } else { // for contenteditable div var selection = document.getSelection(); if (selection.toString() == '') { selection.selectAllChildren(selection.focusNode.parentNode); } else { selection.setPosition(selection.focusNode, 0); } } });

jo*****
jo*****

怎么又不能写脚本了。。。

Similar extensions

Vimium
Vimium

Ilya Sukhar, Phil Crosby, Stephen Blott

Firenvim
Firenvim

Ghjuvan Lacambre

Vimium C - All by Keyboard
Vimium C - All by Keyboard

https://gdh1995.cn/

PDF Viewer for Vimium C
PDF Viewer for Vimium C

gdh1995

GhostText
GhostText

https://ghosttext.github.io/

V2EX Polish
V2EX Polish

LeoKu

Vim what?
Vim what?

Skylar Bolton

wasavi
wasavi

http://appsweets.net/

v2ex plus
v2ex plus

sciooga

SimpRead - Reader View
SimpRead - Reader View

Kenshin Wang

RSSHub Radar
RSSHub Radar

https://rsshub.app

為什麼你們就是不能加個空格呢?
為什麼你們就是不能加個空格呢?

https://vinta.ws