Accelerator translations |
Post Reply |
Author | |
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Posted: 23 August 2006 at 10:57am |
Where are the translations for the accelerator keys? I use it in a German application where the accelerator should be named "Strg" instead of "Ctrl" and "Umschalt" instead of "Shift".
I didnīt found it in the resource dll !
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Public Const VK_SHIFT = 16
Public Const VK_CONTROL =17
CommandBars.KeyBindings.SetKeyNameText VK_SHIFT, "Strg"
...
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |