Convention is that disabled items are not available - because they're disabled, there is little value in being able to select them! Why do you want to be able to do this? – Dan PuzeyAug 1 '12 at 11:03
What is "some autotests?" If you mean you have an automated test that is accessing the menus via the keyboard, then perhaps there is a better way of writing that test. Certainly if that's the case, it would seem sensible to not break accepted UX paradigm in order to serve a badly-written test. – Dan PuzeyAug 1 '12 at 14:36
@DanPuzey Any sane man would agree. If you need to select it, then it shouldn't be disabled. – ErodeAug 1 '12 at 15:25
@Erode: true, but how many sane programmers did you ever meet? ;-) – Dan PuzeyAug 1 '12 at 15:32
This is not a very good answer: it's not clear what you mean and there is no example to help explain. For example: which keyboard events would you bind to? How would you set IsEnabled in response to that event? – Dan PuzeyAug 1 '12 at 11:04