From 943ac0f1a56c1903af7d43871b5a041fc43d9796 Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Mon, 8 Jul 2019 17:43:20 +0200 Subject: [PATCH] [VarDumper] Let browsers trigger their own search on double CMD/CTRL + F --- components/var_dumper.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/var_dumper.rst b/components/var_dumper.rst index 1ed83baff82..3f057ff32ac 100644 --- a/components/var_dumper.rst +++ b/components/var_dumper.rst @@ -223,6 +223,8 @@ option. Read more about this and other options in search box appear. All the common shortcuts to navigate the search results are supported (``Ctrl. + G`` or ``Cmd. + G``, ``F3``, etc.) When finished, press ``Esc.`` to hide the box again. + Hitting ``Ctrl. + F`` or ``Cmd. + F`` while already having focus on the + search input will trigger browser search instead. Using the VarDumper Component in your PHPUnit Test Suite --------------------------------------------------------