Skip to content

Commit

Permalink
readme: chrome context menu bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
garywill committed Jan 28, 2024
1 parent f1abd7f commit 72bdd02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,9 @@ Ways to use:
- In multi-line edit: insert to cursor
- 🖱️ Quickly use **selected text** (single-line or multi-line) as search term
> - No in Firefox incognito mode ([bug 1380812](https://bugzilla.mozilla.org/show_bug.cgi?id=1380812))
> - On Chrome, after clicking context menu item, click the icon on toolbar (or use keyboard shortcut) ([defect of Chrome](https://stackoverflow.com/questions/54189283/chrome-extension-open-popup-from-contentscript-file#comment95207111_54189283))
- ⌨️ Configurable **keyboard shortcuts**. Default keys (may need changing manually):
- Open popup. Firefox: `Ctrl+Alt+S` Chrome & others:`Ctrl+Shift+S`
- Set selected text as search term (then use "open popup" key). Firefox: `Ctrl+Alt+D` Chrome & others:`Ctrl+Shift+D`
- Set selected text as search term. Firefox: `Ctrl+Alt+D` Chrome & others:`Ctrl+Shift+D`
> [change on Firefox](https://bug1303384.bmoattachments.org/attachment.cgi?id=9051647) | change on Chrome: `chrome://extensions/shortcuts`
- 🖥️ UI adapted multiply: **Desktop** (browser extension or web app) and **mobile** (web app only). Extention can show UI in: toolbar button popup UI, standalond tab, or sidebar (browser native)

Expand Down
3 changes: 1 addition & 2 deletions src/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,9 @@
- 多行编辑时:插入至光标
- 🖱️ 将**选择**的文本(单行或多行)作为搜索词
> - Firefox无痕模式中无 ([bug 1380812](https://bugzilla.mozilla.org/show_bug.cgi?id=1380812)).
> - Chrome中点了右键菜单后,再点击工具栏中的图标(或使用快捷键) ([Chrome的缺陷](https://stackoverflow.com/questions/54189283/chrome-extension-open-popup-from-contentscript-file#comment95207111_54189283)
- ⌨️ 可自定的**快捷键**。默认为(可能需自行修改):
- 唤出界面。Firefox: `Ctrl+Alt+S` Chrome及其他:`Ctrl+Shift+S`
- 将选择文本设定为搜索词(然后再使用“唤出界面”)。Firefox: `Ctrl+Alt+D` Chrome及其他:`Ctrl+Shift+D`
- 将选择文本设定为搜索词。Firefox: `Ctrl+Alt+D` Chrome及其他:`Ctrl+Shift+D`
> [Firefox更改](https://bug1303384.bmoattachments.org/attachment.cgi?id=9051647) | Chrome更改 `chrome://extensions/shortcuts`
- 🖥️ 适配多处:**桌面**(扩展或网页)和**移动**(网页)。扩展在工具栏按钮弹出界面、独立标签、侧边栏(浏览器原生)多处可用

Expand Down

0 comments on commit 72bdd02

Please sign in to comment.