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

Regarding IShortcutProvider - How many keys can be in combination ?

0 Answers 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
SamLu
Top achievements
Rank 1
SamLu asked on 15 Aug 2018, 09:13 AM

I implement a shortcut key for my winforms and I have struggling with the key combination. I have a combination with ctrl+alt+a+b+c . But it seems it does not hit anymore. 

I created a new textbox and implement interface IShortcutProvider in my textbox. 

Btw, I also cannot use some keys like Fn, Home, End .... in combination. The shortcut key does work in this case I am using Mnemonic Ex: I have a textbox named  Description and we have D with underscore, and another textbox named Instruction ( which is my textbox with implementation of IShortcutProvider) and assigned key Alt + D + C

In this case, the Instruction cannot be focusd if I press Alt+D+C. 

Anyone have experience on this can help me to explain ? and the best pratise to use Shortcut in telerik control ?

Thank you

 

Hung Lu

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
SamLu
Top achievements
Rank 1
Share this question
or