Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HOW TO: Set different keyboard shortcuts for different languages?
#1
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!
Reply
#2
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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
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!
Reply




Users browsing this thread: 1 Guest(s)