Accelerator keys - CTRL <-> STRG |
Post Reply |
Author | |
iamgtd
Senior Member Joined: 25 February 2009 Status: Offline Points: 131 |
Post Options
Thanks(0)
Posted: 18 September 2013 at 7:11am |
In a ribbonBar I'm using accelerator keys (for example: CTRL-W, CTRL-E,...). Xtreme Command Bars will automatically place the key combination of the shortcut in the menu next to the caption of the control. In a german environment the translation for CTRL is STRG. If the german translation-file SuitePro.ResourceDe.xml is bound to the ribbonbar it still remains to CTRL. Is there another way to use the correct translated text STRG?
|
|
---------
OS: Win 10 64 bit Codejock Version 22.1 ActiveX MS Visual Studio 2022 - C# --------- |
|
iamgtd
Senior Member Joined: 25 February 2009 Status: Offline Points: 131 |
Post Options
Thanks(0)
|
The solution is:
CommandBars.KeyBindings.UseSystemKeyNameText = True |
|
---------
OS: Win 10 64 bit Codejock Version 22.1 ActiveX MS Visual Studio 2022 - C# --------- |
|
yusufkrgz
Newbie Joined: 27 March 2014 Status: Offline Points: 9 |
Post Options
Thanks(0)
|
in visual c++ mfc;
GetCommandBars()->GetShortcutManager()->UseSystemKeyNameText(true); |
|
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 |