This is a migrated thread and some comments may be shown as answers.

Disable keytips or catch the alt key

4 Answers 214 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
David Dorst
Top achievements
Rank 1
David Dorst asked on 27 Aug 2010, 09:17 AM
Hello again,

actually it is neccessary for us to perform another action if the alt-key is pressed. For example Alt+F1 performs an action and so on. But if we are pressing the alt-key, only the keytips of the ribbon are showing up and no other command is executed. But we need the keytips too, so is it possible to show the keytips only then if absolutely no other key is pressed (may on the keyup event and not at the keydown)?

Greetings

4 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 01 Sep 2010, 10:57 PM
Hello David Dorst,

Thank you for the question.

You can disable the KeyTips by setting the EnableKeyMap property to false:
this.radRibbonBar1.EnableKeyMap = false;

Please note that you should set it by code, because currently we have issues with setting it at design-time.

As to the scenario where you are getting a different behavior by the Alt + F1 key combination, this is possible thanks to RadShortcuts. For additional information, please refer to this article. For your convenience, I created a sample project that demonstrates the approach.

I hope this helps.

Kind regards,
Nikolay
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
John
Top achievements
Rank 1
answered on 19 Jan 2012, 07:05 PM

Hello,

I am at a loss trying to disable ribbon keys tips in MS Office and was hoping to get some help here. I am not a Telerik customer so I know it may be a long shot and I don't have a lot of information on the problem I am experiencing but here is what is happening.

I have two end users who have the ribbon key tips pop up on them randomly when they use any MS Office products, most notably Outlook and Word. As they are typing, the key tips pop up (I have witnessed this and verified that they are not hitting the alt key) and interrupt their typing. It is a very sporadic problem and will happen sometimes several times per minute.

I would like to be able to disable the key tips altogether but am not versed in programming languages at all. How would I access the
"this.radRibbonBar1.EnableKeyMap" in order set it to "false"? Is this even a reasonable thing to expect to be able to do?

I have repaired and reinstalled MS Office and both problems exist on brand new installations of the Office Suite.

Thanks in advance for any help you may provide.

John Akin

0
Peter
Telerik team
answered on 24 Jan 2012, 10:49 AM
Hi John,

Thank you for contacting us.

It looks like your question is related with MS Office. If this is the case, you should address it to Microsoft Support Center. If you have any question regarding RadControls for WinForms, we will be glad to help.

Kind regards, Peter
the Telerik team

SP1 of Q3’11 of RadControls for WinForms is available for download (see what's new).

0
John
Top achievements
Rank 1
answered on 24 Jan 2012, 08:43 PM
Thanks for the guidance.
Tags
RibbonBar
Asked by
David Dorst
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
John
Top achievements
Rank 1
Peter
Telerik team
Share this question
or