views:

22

answers:

1

Several MS apps support the concept of chords, like "CTRL+X,Y" which means "holding down CTRL, press X, then Y".

Is this a bespoke thing they (and other companies) implement, or is it built into any APIs? It would be nice to be able to set up event handlers or accelerators based on chords rather than write code to do it.

A: 

iirc, 'accelerators' support normal key plus any comobo of shift,ctrl,alt. for what you are asking for, i think you would need to process wm_keydown/wm_keyup yourself

steelbytes