One of my top 3 annoyances in windows 7 is the change in the functionality of the backspace button.
In windows xp it was "folder up", don't know about vista, but in windows 7 it has been replaced with "history back".
Yes I know it's possible to press ALT+ARROW UP to do a "folder up", but I really really really don't like that.
"history back" and "history forth" is and was working perfectly fine with ALT+ARROW LEFT and ALT+ARROW RIGHT in all windows versions and several developer tools that I use all the time, I simply don't understand why MS did this change, actually I first thought it was a bug.
If it's simple to replace the functionality of the back button in explorer then I think it would be a great option to include in Classic Shell.
I don't believe it is possible to override that from a shell extension.
Maybe you will have success with a resource editor. Have a look at this file - "C:\Windows\System32\en-US\browseui.dll.mui" (replace en-US with your language). Try messing with the accelerator table with ID 256. For example in my Vista version the Alt+Up produces command 40994 and Backspace (VK_BACK) is 41010. Maybe if you replace the number 41010 with 40994 it will work.
Of course messing with a live DLL is not easy. You have to rename the original while it is in use, bring in the replacement, then reboot.
Thanks a lot Ivo for pointing me in that direction, I'll certainly try to mess with it later tonight!
what resource editor do you suggest..... you probably could use the shell installer to "update" (patch?) the file.
there are resource editors that come with Visual studio 2010, one specifically made for editing accelerators...
http://msdn.microsoft.com/en-us/library/ac6d7wde.aspx
but surely a free editor one out there?
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
Last edit: Anonymous 2016-01-10
i am curious about the first guy's method, and autohotkey is not entirely foolproof....
there is a 30day trial program called Resource Tuner
here i was able to modify it....