Update QA.md
This commit is contained in:
parent
4310adfdc5
commit
3ec9a88278
1 changed files with 14 additions and 9 deletions
23
QA.md
23
QA.md
|
@ -4,12 +4,6 @@
|
||||||
|
|
||||||
Test operations with default key maps.
|
Test operations with default key maps.
|
||||||
|
|
||||||
#### Scrolling
|
|
||||||
|
|
||||||
- [ ] Smooth scroll by `:set smoothscroll`
|
|
||||||
- [ ] Non-smooth scroll by `:set nosmoothscroll`
|
|
||||||
- [ ] Configure custom hint character by settings `"smoothscroll": true`, `"smoothscroll": false`
|
|
||||||
|
|
||||||
#### Console
|
#### Console
|
||||||
|
|
||||||
The behaviors of the console are tested in [Console section](#consoles).
|
The behaviors of the console are tested in [Console section](#consoles).
|
||||||
|
@ -48,9 +42,6 @@ The behaviors of the console are tested in [Console section](#consoles).
|
||||||
- [ ] Select link and open it in new tab 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>
|
- [ ] Select link and open it in `<area>` tags, for <kbd>f</kbd> and <kbd>F</kbd>
|
||||||
- [ ] Open new tab in background by `"background": true`
|
- [ ] Open new tab in background by `"background": true`
|
||||||
- [ ] Configure custom hint character by `:set hintchars=012345678`
|
|
||||||
- [ ] Configure custom hint character by settings `"hintchars": "012345678"` in add-on preferences
|
|
||||||
- [ ] Opened tabs is in child on Tree Style Tab
|
|
||||||
|
|
||||||
### Consoles
|
### Consoles
|
||||||
|
|
||||||
|
@ -122,6 +113,20 @@ The behaviors of the console are tested in [Console section](#consoles).
|
||||||
- [ ] Select next item by <kbd>Tab</kbd> and previous item by <kbd>Shift</kbd>+<kbd>Tab</kbd>
|
- [ ] Select next item by <kbd>Tab</kbd> and previous item by <kbd>Shift</kbd>+<kbd>Tab</kbd>
|
||||||
- [ ] Reopen tab on *only current window* by <kbd>u</kbd>
|
- [ ] Reopen tab on *only current window* by <kbd>u</kbd>
|
||||||
|
|
||||||
|
### Properties
|
||||||
|
|
||||||
|
- [ ] Configure custom hint character by `:set hintchars=012345678`
|
||||||
|
- [ ] Configure custom hint character by settings `"hintchars": "012345678"` in add-on preferences
|
||||||
|
- [ ] Opened tabs is in child on Tree Style Tab
|
||||||
|
|
||||||
|
- [ ] 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 `"smoothscroll": "sbh"`, `"smoothscroll": "bss"`
|
||||||
|
|
||||||
### Settings
|
### Settings
|
||||||
|
|
||||||
#### JSON Settings
|
#### JSON Settings
|
||||||
|
|
Reference in a new issue