GetSimple Support Forum

Full Version: HOW TO: Set different keyboard shortcuts for different languages?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all! :-)

Can someone jump in and help with keyboard shortcuts?
Is there a way to change them? - I tried styling them differently, but than they stopped working.

Any help appreciated (I am not much of a PHP coder, but I manage.)

Thanks!
mrmut,

this is very easy!

it is done in the language file. The letter which you want to set as keyboard-shortcut is defined by <em>

see here from the german language file:

Code:
"VIEW"                    =>    "<em>V</em>orschau",

"V" will be the keyboard-shortcut in the german version, for turkish it coud be:

Code:
"VIEW"                    =>    "<em>Ö</em>nizleme",

so you can define for all languages you need

cheers, Connie
Thanks! :-)

I thought it was something like that, but it didn't work for me at first, as my browser didn't react to key presses!