[MBS] WindowsKeyFilterMBS + Modifier keys.

2014-10-29 Thread Patrick Delaney
Hi Looking at the above to watch for hotkeys on Windows. Working with Function keys is no problem, just wanted to know the best way to work with modifier keys - as an example [CTRL] + [SHIFT] + [SPACE]. I see the keydown event gets triggered 3 times for each key so presumably I need to trap

Re: [MBS] WindowsKeyFilterMBS + Modifier keys.

2014-10-29 Thread Christian Schmitz
Am 29.10.2014 um 17:47 schrieb Patrick Delaney p...@pandatechservices.co.uk: Hi Looking at the above to watch for hotkeys on Windows. Working with Function keys is no problem, just wanted to know the best way to work with modifier keys - as an example [CTRL] + [SHIFT] + [SPACE]. I see