CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #5
    Join Date
    Mar 2004
    Location
    33°11'18.10"N 96°45'20.28"W
    Posts
    1,808

    Re: ALT+D moves the focus to Address bar in IE8

    alt+d is not a hot key, it is an accessibility key bound to the "d" in "address" which used to be the label next to the url in internet explorer, the same as "f" in "file" from the menu.

    use a different accelerator. every web browser (from the earilest implementation of ie to netscape / mozilla / firefox, to chrome, to safari to opera...) uses this shortcut to access the url / address textbox, so if you're writing a browser addin, every web browser user in existence will be thrown off by your new implementation alt+d, pick a new shortcut and document it.
    Last edited by MadHatter; January 12th, 2011 at 05:17 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured