When I open new Windows Explorer in Windows XP, it always points focus on Navigation (left) pane. It is thoughtful, because it allows me to start navigating immediately. I press Down arrow key and next folder in Navigation pane becomes selected and I can see its content in the right pane (if I want to) or move further down to the next folder.
When I try to do the same with Classic Shell, new Windows Explorer opens without focus (try to press Enter on keyboard to see which folder it opens). If at that point I press on Down key focus suddenly jumps on the second folder in right panel... But in a new WE I need to navigate most of the times. Thus, I have to take mouse and make a click on Navigation pane to put focus there to start navigating my folders... Or, if I want to use just keyboard (most of the time), in a new WE windows I have to press TAB key 3 times just to put focus where it belongs...
Is there any way to open Windows Explorer with focus on its Navigation pane? (exactly as it's done in ol' WXP)
Here is the some details. I keep all my data on drive D: and to open new Windows Explorer I use AutoHotkey with followed script line:
Code:
%A_WinDir%\Explorer.exe /e,d:\
Running Classic Shell v4.2.5 in Windows 7, x64.
Thank you!