From cc1275aec52699798441578f64d5d022cab11703 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sun, 25 Feb 2024 11:41:52 -0600 Subject: [PATCH] Add an additional note to the latest TIL --- chrome/trigger-commands-from-the-devtools-command-palette.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrome/trigger-commands-from-the-devtools-command-palette.md b/chrome/trigger-commands-from-the-devtools-command-palette.md index 0bdfd02..a60d2f7 100644 --- a/chrome/trigger-commands-from-the-devtools-command-palette.md +++ b/chrome/trigger-commands-from-the-devtools-command-palette.md @@ -19,4 +19,7 @@ When I'm ready to turn it back on. I can hit `cmd+shift+p` again and search for `enab`. The `Enable JavaScript` option appears and I can select it to turn it back on. +Note: you'll need to have the devtools panel open and your focus will need to +be on it for the keybinding to be picked up. + [source](https://developer.chrome.com/docs/devtools/command-menu)