Hi to all, i want to write an hotkey manager...now i want to register the pressed key to set the hot keys. For example i click on a "record button" in my programm...i press on my keyboard CTRL+ALT+M...i press stop button record, and now i want to register this combination key. I know the function _Ispressed, but is seem to work only if i press just one button at time...there is a way to register a multipressed buttons? Hi!