From 77e800feaafde95019c0d07082017adc0982202d Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 12 Nov 2017 18:37:36 +0900 Subject: [PATCH] fix QA for 0.5 --- QA.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/QA.md b/QA.md index d495aa8..c1f413d 100644 --- a/QA.md +++ b/QA.md @@ -27,8 +27,11 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] d: delete current tab - [ ] u: reopen close tab - [ ] K, J: select prev and next tab +- [ ] g0, g$: select first and last tab - [ ] r: reload current tab - [ ] R: reload current tab without cache +- [ ] zd: duplicate current tab +- [ ] zp: toggle pin/unpin state on current tab #### Navigation @@ -141,6 +144,17 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] Fucus text box on Twitter or Slack, press j, then j is typed in the box - [ ] Focus the text box on Twitter or Slack on following mode +## Find mode + +- [ ] open console with / +- [ ] highlight a word on Enter pressed in find console +- [ ] Search next/prev by n/N +- [ ] Wrap search by n/N +- [ ] Find with last keyword if keyword is empty + ## Misc - [ ] Work after plugin reload +- [ ] Work on `about:blank` +- [ ] Able to map `` key. +- [ ] Open file menu by Alt+F (Other than Mac OS)