Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Accelerator keys - CTRL <-> STRG
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Accelerator keys - CTRL <-> STRG

 Post Reply Post Reply
Author
Message
 Rating: Topic Rating: 1 Votes, Average 5.00  Topic Search Topic Search  Topic Options Topic Options
iamgtd View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 February 2009
Status: Offline
Points: 131
Post Options Post Options   Thanks (0) Thanks(0)   Quote iamgtd Quote  Post ReplyReply Direct Link To This Post Topic: Accelerator keys - CTRL <-> STRG
    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#

---------
Back to Top
iamgtd View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 February 2009
Status: Offline
Points: 131
Post Options Post Options   Thanks (0) Thanks(0)   Quote iamgtd Quote  Post ReplyReply Direct Link To This Post Posted: 26 September 2013 at 9:55am
The solution is:
CommandBars.KeyBindings.UseSystemKeyNameText = True
---------

OS: Win 10 64 bit

Codejock Version 22.1 ActiveX

MS Visual Studio 2022 - C#

---------
Back to Top
yusufkrgz View Drop Down
Newbie
Newbie


Joined: 27 March 2014
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote yusufkrgz Quote  Post ReplyReply Direct Link To This Post Posted: 12 May 2014 at 3:16am
in visual c++ mfc;

GetCommandBars()->GetShortcutManager()->UseSystemKeyNameText(true);
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.