diff options
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 27 |
1 files changed, 0 insertions, 27 deletions
@@ -18,40 +18,13 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] Notify to users on add-on updated at first time. - [ ] Reopen tab on *only current window* by <kbd>u</kbd> -### Following links - -- [ ] Show hints on following on a page containing `<frame>`/`<iframe>` -- [ ] Show hints only inside viewport of the frame on following on a page containing `<frame>`/`<iframe>` -- [ ] Show hints only inside top window on following on a page containing `<frame>`/`<iframe>` -- [ ] Select link and open it in the frame in `<iframe>`/`<frame`> on following by <kbd>f</kbd> -- [ ] Select link and open it in new tab in `<iframe>`/`<frame`> on following by <kbd>F</kbd> -- [ ] Select link and open it in `<area>` tags, for <kbd>f</kbd> and <kbd>F</kbd> -- [ ] Open new tab in background by `"background": true` -- [ ] Opened tabs is in child on Tree Style Tab - -### Consoles - -#### Exec a command - -- [ ] `<EMPTY>`: do nothing - -#### Misc - -- [ ] Select next item by <kbd>Tab</kbd> and previous item by <kbd>Shift</kbd>+<kbd>Tab</kbd> - ### Properties - [ ] Configure custom hint character by `:set hintchars=012345678` -- [ ] Configure custom hint character by settings `"hintchars": "012345678"` in add-on preferences - - [ ] Smooth scroll by `:set smoothscroll` - [ ] Non-smooth scroll by `:set nosmoothscroll` - [ ] Configure smooth scroll by settings `"smoothscroll": true`, `"smoothscroll": false` -- [ ] Show search engine, bookmark and history items in order by `:set complete=sbh` -- [ ] Show bookmark, search engine, and search engine items in order by `:set complete=bss` -- [ ] Configure completion items by setting `"complete": "sbh"`, `"complete": "bss"` - ### Settings #### JSON Settings |