Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Quick-keys and localisation

edited October 2005 in Vanilla 1.0 Help
Hi again ! Here's a small problem with Quick-Keys and localisation. Some Quick-Key labels don't have the letter refering to the Quick-Key in some language. For example : Recherche (Search in English) doesn't have the 'S' letter ! Can a developer tell me how to resolve that problem ?

Comments

  • Options
    MarkMark Vanilla Staff
    edited October 2005
    Open up extensions/QuickKeys.php and look for this type of thing:

    "accesskey=\"s\""

    You can change which key will work right there by changing that letter to whatever you want.
  • Options
    Thanks for the clue Mark ! Maybe it should be incorporated to the documentation, the admin panel and the localisation files in comments ! ;-)
This discussion has been closed.