From ef0482cabbf07952b164ebd6ad252d42d45102dc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 16 Jun 2020 17:36:07 +0200 Subject: [PATCH] Update tests/manual/mouse.html --- tests/manual/mouse.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/manual/mouse.html b/tests/manual/mouse.html index eb75df44d..d1f0f7dee 100644 --- a/tests/manual/mouse.html +++ b/tests/manual/mouse.html @@ -10,7 +10,8 @@
  • When clicking the link with shift, tabs.background should be reversed accordingly.
  • Ctrl + Mousewheel should zoom in/out
  • Back/forward keys on mouse should navigate back/forward
  • -
  • With input.rocker_gestures set, no context menu should be shown, but pressing left+right/right+left buttons should navigate back/forward
  • -
  • When setting input.rocker_gestures dynamically, the context menu should be hidden/shown accordingly.
  • +
  • If input.mouse.back_forward_buttons is set to false, those buttons should not have any effect
  • +
  • With input.mouse.rocker_gestures set, no context menu should be shown, but pressing left+right/right+left buttons should navigate back/forward
  • +
  • When setting input.mouse.rocker_gestures dynamically, the context menu should be hidden/shown accordingly.