Does anyone know the difference between Alt+D, Ctrl+L, F6, [list any if you know others] to access the omnibar in google chrome?
feedback
|
migrated from webapps.stackexchange.com May 15 '11 at 22:01
This question came from our site for power users of web applications.
|
Chances are that there is no difference at all and they just made so many shortcuts so that people who are familiar with other browsers would be able to guess right the first time. | |||||||||||
feedback
|
|
Wow I've just realised the difference. I've always used Ctrl + L but today that key combination didn't work. I had to use Alt + D instead. The difference is in the keys themselves. Ctrl + L requires us to hit the keys Ctrl + L, Alt + D requires us to hit the keys Alt + D, and F6 requires us to hit the keys F6. In other words, Ctrl will not work in some parts of the application that "eats" up the Ctrl keyboard event. Try this for yourself. Hit F12, and while your cursor is in the code box, Ctrl + L will fail to acquire the omnibar, but not Alt + D | |||
|
feedback
|