devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

Alt+D overrides native browser keyboard shortcut

Open myfonj opened this issue 5 years ago • 4 comments

Alt+D shortcut introduced in #843 prevents its standard behavior: Select Location Bar in Firefox / Jump to the address bar in Google Chrome, which apparently originates from Internet Explorer.

Creating issue to keep track; personally I'd like to have this removed or remapped to say alt+shift+d or made optional. Workarounds exists.

myfonj avatar Nov 28 '18 11:11 myfonj

You can also use Ctrl+L to focus the address bar.

j-f1 avatar Feb 05 '19 13:02 j-f1

Sure, or F6 (like was described in referenced issue and docs) or tab to there, or use mouse or just open new tab and THEN begin to type in the address bar like a normal person for god's sake.

In fact I'm doing exactly what you propose, with aid of global keyboard fix [1] based on by tophf's code from the original issue. It's really hard to change old habits. And yes, it's also hard to make keyboard-driven UI that will not offend someone, nowadays. Sadly.

[1]

; https://github.com/freeCodeCamp/devdocs/issues/843#issuecomment-428159454
; this sets matchMode for whole script, cannot be reset (?)
SetTitleMatchMode 2
#ifwinactive DevDocs
	!d::send ^l
#ifwinactive
SetTitleMatchMode 1

myfonj avatar Feb 05 '19 14:02 myfonj

+1 please allow shortcuts to be configured?

technillogue avatar Jul 09 '19 13:07 technillogue

yes this shortcut is really annoying

Tanami avatar Oct 07 '21 00:10 Tanami