Skip to content

Commit

Permalink
Fixed brookhong#906 pass-through mode is undocumented
Browse files Browse the repository at this point in the history
  • Loading branch information
brookhong authored and cibinmathew committed Jul 18, 2019
1 parent da83101 commit b029988
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ If you'd like emoji suggestions popup as soon as you input colon, use below:

Press `Ctrl-Enter` to find exactly the whole word input, like with the input `\bkeyword\b`.

### PassThrough mode

To press `Alt-i` to enter PassThrough mode gives you a chance to temporarily suppress SurfingKeys, which means Surfingkeys will not care any key press until leaving this mode by pressing `Esc`. In this mode, you could use built-in shortcuts from any site itself. Please see [Feature Request: implement Vimium-style insert mode · Issue #656](https://github.com/brookhong/Surfingkeys/issues/656) for why we brought this in and the difference between `Alt-i` and `Alt-s`.

## Omnibar

The omnibar provides kinds of functions that need user input, for example,
Expand Down
6 changes: 2 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,9 @@ Surfingkeys有三种模式:normal,visual和insert。

`Ctrl-Enter`查找完整的单词,就像输入`\bkeyword\b`一样。

### 按键测试
### PassThrough mode

`spk`可以打开按键测试模式。

在这个辅助模式下,你每按下一按键,Surfingkeys按显示出来,便于你确定mapkey的第一个参数。
`Alt-i`进入PassThrough模式可让你暂时放弃SurfingKeys,这时SurfingKeys所有按键不再有用,直到你按`Esc`退出PassThrough模式。在该模式下,你可以充分使用任何网站本身提供的快捷键。请参考[Feature Request: implement Vimium-style insert mode · Issue #656](https://github.com/brookhong/Surfingkeys/issues/656)了解为什么引入这种模式以及它与`Alt-s`的区别。

## 搜索栏

Expand Down

0 comments on commit b029988

Please sign in to comment.