ExplorerPatcher icon indicating copy to clipboard operation
ExplorerPatcher copied to clipboard

Alt+D shortcut to highlight address bar not working with Windows 10 Ribbon

Open lcmbo opened this issue 1 year ago • 14 comments

The Alt+D shortcut to highlight address bar is not working with Windows 10 Ribbon

With File Explorer > Control Interface: Windows 10 Ribbon, alt+D does nothing. With either "Windows 11 Command Bar", Alt+D behaves as normal

lcmbo avatar Feb 17 '24 08:02 lcmbo

Please post windows version and build. You can find this by running winver. Please post explorer patcher version.

Please include what settings you changed in explorer patcher properties application. These should be screen shots.

Please include any other software you have installed that modifies the UI of windows.

pyrates999 avatar Feb 17 '24 09:02 pyrates999

Can reproduce. 22621.3155. Workaround for now is to use F4.

Amrsatrio avatar Feb 17 '24 15:02 Amrsatrio

Me too. 23H2 22631.3155

microka avatar Feb 19 '24 14:02 microka

I also got this bug after upgrading a few days ago. Can confirm F4 still works as a workaround.

oyvindbjorlow avatar Feb 20 '24 19:02 oyvindbjorlow

I have same problem Windows 11 23H2, build 22631.3155 ExplorerPatcher 22621.2861.62.2 on default setting of ExplorerPatcher, this doesn't happen,

Please include what settints you changed

diff of exported .reg file is also ok?

$ diff ExplorerPatcher_22621.2861.62.2_default.reg ExplorerPatcher_22621.2861.62.2.reg
12c12
< "SearchboxTaskbarMode"=dword:00000001
---
> "SearchboxTaskbarMode"=dword:00000000
28c28
< "TaskbarSmallIcons"=dword:00000000
---
> "TaskbarSmallIcons"=dword:00000001
38c38
< "ShowSecondsInSystemClock"=dword:00000000
---
> "ShowSecondsInSystemClock"=dword:00000001
42c42
< "TaskbarSD"=dword:00000001
---
> "TaskbarSD"=dword:00000000
54c54
< "IMEStyle"=dword:00000000
---
> "IMEStyle"=dword:00000001
57c57
< [-HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
---
> [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
64c64
< ;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_FileExplorerCommandUI"=dword:00000000
---
> ;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_FileExplorerCommandUI"=dword:00000001
70c70
< ;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_DisableModernSearchBar"=dword:00000000
---
> ;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_DisableModernSearchBar"=dword:00000001
72c72
< "ShrinkExplorerAddressBar"=dword:00000000
---
> "ShrinkExplorerAddressBar"=dword:00000001
74c74
< "HideExplorerSearchBar"=dword:00000000
---
> "HideExplorerSearchBar"=dword:00000001
78c78
< "Start_ShowClassicMode"=dword:00000000
---
> "Start_ShowClassicMode"=dword:00000001
80c80
< "TaskbarAl"=dword:00000001
---
> "TaskbarAl"=dword:00000000
86,88c86,92
< ;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_StartDocked_DisableRecommendedSection"=dword:00000000
< [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
< "MakeAllAppsDefault"=dword:00000000
---
> ;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_StartUI_ShowMoreTiles"=dword:00000000
> [HKEY_CURRENT_USER\Software\ExplorerPatcher]
> ;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_StartUI_EnableRoundedCorners"=dword:00000000
> [HKEY_CURRENT_USER\Software\ExplorerPatcher]
> ;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_ForceStartSize"=dword:00000000
> [HKEY_CURRENT_USER\Software\ExplorerPatcher]
> ;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_NoStartMenuMorePrograms"=dword:00000000
90c94
< "AltTabSettings"=dword:00000000
---
> "AltTabSettings"=dword:00000001

kumanobori avatar Mar 06 '24 03:03 kumanobori

[HKEY_CURRENT_USER\Software\ExplorerPatcher]
;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_FileExplorerCommandUI"=dword:00000001

when I changed this item of my setting to default value dword:00000000, alt+d worked again.


image I have restored default setting and changed only item shown on picture, Control Interface . As shown on picture, when I have selected "Windows 11", alt+d works, when I have selected "Windows 10" or "Windows 7", alt+d doesn't work.

kumanobori avatar Mar 06 '24 04:03 kumanobori

I said to post screen shots, not do a diff of a reg file. But you've appeared to find the setting where it happens.

Please post the rest of your settings by doing screen shots.

pyrates999 avatar Mar 06 '24 09:03 pyrates999

No need. I can reproduce it on my main machine.

Amrsatrio avatar Mar 06 '24 09:03 Amrsatrio

Another workaround is Alt+Shift+D.

kaz4ikeda avatar Mar 27 '24 09:03 kaz4ikeda

@Amrsatrio What is the full registry path of where you're changing this?

I have win11 pro 23h2 installed with the latest (as of 20240605) explorerpatch and am running into this issue as well. I use alt-d quite often. Thanks!

gpz1100 avatar Jun 05 '24 21:06 gpz1100