I'm currently working on some scritps on GAS IDE. There, the single-line comment shortcut is "Ctrl + /". My keyboard layout is Spanish so my only way to write down a '/' is "Shift + 7". As this IDE is framed in a browser, browser shortcuts are more relevant and this shortcut just changes between tabs.
Using Opera browser on Windows 10.
Any idea of how to perform this shorcut?
Thanks in advance!
Related
By Chorme shortcuts, go next open tab in windows is ctrl + tab . Can I change it to alt + shift + ] without install any extension?
In Chrome and Edge (based on Chromium), there used to be a convenient Alt + Home shortcut to go back to the original URL from which the website was installed as an App (... -> Apps -> install this site as an app) . This shortcut was removed at some point in the past. Is there an alternative shortcut?
As far as I know, there is no such alternative shortcut to get the url of the Edge web app. If needed, you can enter window.location.href in the developer tools console to get it.
Additionally, you can advise the relevant team on this issue. Just press Alt + Shift + i in Edge to write your suggestion and send it.
The page https://developers.google.com/web/tools/iterate/inspect-styles/shortcuts explains that you can open the Developer Panel with Control + Shift + C (Linux). Is there a way to CLOSE the Developer Panel using a keyboard shortcut?
I could not find one in the doc, but it is kind of strange that you could open but not close the panel without the mouse.
you can open and close Chrome's Developer Panel panel with the F12 key or using Ctrl + Shift + I (At least for windows, but I guess it will be the same for Linux)
//Comment
//Ctrl+K,Ctrl+C (to comment code in Visual studio)
//Ctrl+K,Ctrl+U (to uncomment code in Visual studio)
//Ctrl+? (To Comment in Chrome Developer Tools)
//Ctrl+? (To Uncomment in Chrome Developer Tools)
I use network mapping in Chrome Development Tools.
I want to comment/uncomment a block of code in javascript.
Is there a way on how to comment/uncomment JavaScript code in Chrome Developer Tools?
Thanks!
From what I can find Chrome currently doesn't currently have a shortcut (In the Elements panel) for this.
In the below keyboard shortcuts it says you can use "Ctrl + /" or "Cmd + /" to toggle a comment in the sources panel if thats of any help.
I believe I also read that "Ctrl + *" or "Cmd + *" may work if the above doesn't.
Chrome Keyboard Shortcuts
Chrome Keyboard Shortcuts Official
In the Chrome developer panel, this tool...
lets you select elements and go directly to them in the DOM view, and see their CSS attributes.
Safari has the same tool.
Is there a keyboard shortcut to activate that tool (once you have the panel open)?
To open / switch from inspect element mode and browser window, you can do:
On Mac - ⌘ + Shift + C
On Windows / Linux - Ctrl + Shift + C OR F12
For more useful keyboard shortcuts, refer to the developer tools documentation.
The shortcut is Ctrl+Shift+C (source).
You can also right click any element in a web page and click Inspect element.
Ctrl + Shift + C for linux as well.
On Windows & Linux, to bring up the "Inspect element" pane at the bottom:
You can either use: Ctrl+Shift+C
OR you can use: F12
While you can usually right click elements in a web page and click Inspect element, it's useful to know these keyboard shortcuts for when a page has JavaScript to disable right-click in that page.
On a Mac you can use ⌘ + ⌥ + I
This is what works for me.
Here's a resource where you can find all these shortcuts
https://developers.google.com/web/tools/chrome-devtools/shortcuts