why shift + f10 not working in chrome? - google-chrome

I have noticed that some of the Chrome instances with same version "35.0.1916.153 m" open browser context menu on click of SHIFT+F10 but some instances not open browser context menu.
Is there any key map setting needs to be done for this? If yes, can some one please let me know how to do that?Thanks in Advance.

Related

Chrome Developer Console shortcut CTRL Shift J does nothing

I'm trying to write an AHK bot that fills in input boxes in a Webapp so I need to be able to open the Developer Tools > Console with a simple shortcut.
The shortcut that says it should open Console doesn't do anything(CTRL + Shift + J). However if I use the Right Shift + Right Control + J it does open the Elements tab, but that's not what I meant to open, the Console tab inside Chrome Dev Tools.
https://developers.google.com/web/tools/chrome-devtools/shortcuts
Any tips?
My keyboard layout is Icelandic. Need the bot to be able to launch in that layout and any other layout for that matter.
Thanks.
Solved by pressing F12 then the ESC (escape) key, that brings up the Console.
Not sure why the Chrome developer blog doesn't list the right shortcut though.
Even for me Command+Option+J is not working.
F12 is equivalent to Command+Option+I Open whatever panel you used last
No, Shift+CTRL+J takes an instant GIF of me struggling to open the javascript console.

Google Chrome UI

Can you help me guys restore the default Google Chrome User Interface? My chrome suddenly restarted and when it opened again this new UI popuped. I don't know if this is a new version of Chrome or Not. Let me know guys thanks! Added screenshot also
Open a new tab and goto chrome://flags/#top-chrome-md (may have to type it in the address bar) and change it's value to Non-material
If the # link doesn't work, search for Material Design in the browser's top chrome

Can't find the overrides or emulation tabs in chrome 2016?

I'm trying to view the emulation panel but I can't find it anywhere. Everywhere I've looked it says to open an overrides panel to find it but that's missing too. I also can't find any helpful or new answers to my question. Pressing esc only opens up console and there's nothing in settings that seems to help. Can someone please tell me how to reach it?
Instead of emulation in the drawer Device Mode is now offered for emulating other devices. It provides many benefits over the old emulation mode, such as taking into account the meta viewport tag on render. So what you see is much closer to what you'd get in real life.
I'm using 51.0.2704.103 (64-bit) on a Mac.
Cmd-Opt-i to open console.
Click the button with three vertical dots and the very top right of the Developer Tools window.
Select: more tools > sensors:
If the console draw is not already open it will open. Either way there should now be a sensors tab next to the console tab on the console draw. Click this tab and follow your nose from there.
Note that this tab had an x by it. Hitting this will hide the sensors tab and next time you use it you will need to follow the steps above again to reinstate it.

Un-assign Keyboard Shortcut to Chrome Add-on (xyz)

I had a very nice add-on xyz installed on chrome. Somewhere somehow a window showed up that let me assign keyboard shortcuts to enabling disabling my current add-ons. I wanted to get rid of that window and hit Ctrl-W. This shortcut was assigned to xyz addon, and I closed the window immediately! Then, I go looking for shortcut settings for add-on and I am unable to find it. now I am unable to close the tabs at all using that key combination(instead it toggles enable/disable that add-on keeping the current tab open), nor am I able to locate that shortcut corner. Can somebody locate it for me?
In the future, go to chrome://extensions then on the bottom right of that page, click the link Keyboard shortcuts.
I believe this is the window you're describing, that stole ctrl-w from you:
(I must say the gui-window for shortcuts very well hidden). The Only way I could get rid of this problem was by uninstalling and re-installing the addon - xyz, which rebound the keystroke Ctrl+W to the action close tab.

How to remove all breakpoints in one step in Google Chrome?

How to remove all breakpoints in one step in Google Chrome? Using version 11.
[update]
There is now a feature request for this.
[update]
The feature request is closed (Dec 2011)!
This is now possible in Sources tab of Chrome Developer Tools.
Please see screen grab below and right click within the "Breakpoints" section of the left window.
Since recently (Chrome 18), you can right-click any breakpoint in the Breakpoints pane and voila! The "Remove All JavaScript Breakpoints" popup menu item!
Chrome Devtools crashed everytime I tried to access the Sources panel because of a breakpoint on a minified Javascript file.
To remove all breakpoints without access to the interface, you can do the following:
Open inspector-on-inspector : undock first inspector and hit ctrl+shift+i to open the second
On the inspector-on-inspector console, execute the following:
window.localStorage.breakpoints = [];
Close the inspectors and reload the page. Now the breakpoints are gone.
Under Sources, you can click button marked with red on picture below or use shortcut Ctrl + F8 just like tool tip is showing (activate / deactivate breakpoints). A little bit lower under 'Breakpoints' you will see all your breakpoints. If you choose to disable all, they will be grayed out.
solution here.
To purge all breakpoints open inspector on inspector (undock first
inspector and hit ctrl-shift-I to open the second) and run
"WebInspector.settings.domBreakpoints.set([])" in second inspector's
console.
new Tabs; Ctrl+Shift+J to Console; Access URL
Open the Chrome task manager and end the tab page.
Ctrl+Shift+J to Application -> Service Workers (Offiline) -> Refresh
to Sources Cancel Breakpoint
Success
Another option is to de-activate all break points using:
Ctrl + F8
In my case Uninstall and new installation of Chrome was without any success.
Also window.localStorage.clear() did not help.
My "last chance solution" is to remove entire directory where Chrome is storing its data.
First turn off your Chrome.
Then look at this path "c:\Users\ {your_user} \AppData\Local\Google\Chrome\User Data\Default\Local Storage\". Here try to delete all what is in this directory.
You can also clear all inspector settings and reload the inspector. It helped me with fantom breakpoint I could not remove in any other way. Open inspector and go to Preferences -> Sync -> Restore defaults and reload (at the bottom).
Step 1: Go to Developer tools and expand Breakpoint section
Step 2: Right click on expanded area of breakpint and there will be many options lik