X
Tap here to go to the mobile version of the site.

Support Forum

ASP.NET shortcut key(Accesskey) is working with 'ALT+Shift+Letter' combination, How to remove shift frm this combination

Posted

in ASP.NET we have accesskey to to implement shortcut key, in other browser like chrome , IE we just need to press ALT+Q, but in mozilla we need to press ALT+SHIFT+Q.

Q is just an example.

Now its problematic for my application users. They want to shift to Chorme, but I love to use mozilla, and want them to use it ony.

Please help me.

Helpful replies

It is usually best to leave those ui.key prefs at their default values.
Changing ui.key.chromeAccess would require to press the Shift key to access the menus and there may also be extensions installed that use shortcut keys and different locales may use other shortcut keys to access menu items.

Some access keys may be hard coded and impossible to override.

Go to answer 1
Post a Reply

Additional System Details

Installed Plug-ins

  • Google Update
  • Shockwave Flash 11.6 r602
  • CANON iMAGE GATEWAY Album Plugin Utility Module
  • DRM Netscape Network Object
  • Npdsplay dll
  • DRM Store Netscape Plugin
  • 2.0.40115.0
  • Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
  • Adobe PDF Plug-In For Firefox and Netscape

Application

  • User Agent: Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0

More Information

jscher2000
  • Top 10 Contributor
1097 solutions 10351 answers
Posted

In Firefox, Shift is needed to avoid conflicts with the menus (e.g., Alt+s for History, Alt+b for Bookmarks, etc.).

Your users can change their accesskey accelerators so that Alt is for accesskey in the page, and some other key is for the menus. This would apply globally to all sites, not just yours. These are the preferences they would change in about:config:

As the developer you cannot change how accesskey shortcuts are set up, but you could code your own keyboard handlers in JavaScript rather than using the built-in accesskey functionality.

Modified by jscher2000

Was this helpful to you?
Reply
cor-el
  • Top 10 Contributor
  • Moderator
8261 solutions 78167 answers
Posted

Helpful Reply

It is usually best to leave those ui.key prefs at their default values.
Changing ui.key.chromeAccess would require to press the Shift key to access the menus and there may also be extensions installed that use shortcut keys and different locales may use other shortcut keys to access menu items.

Some access keys may be hard coded and impossible to override.

Modified by cor-el

Was this helpful to you? 1
Reply

Post a Reply

You must log in to your account to reply to posts.

Don't have an account? You can create a free account now.