Re: register keyevent in wxpython

2005-12-09 Thread Chris Mellon
On 9 Dec 2005 01:52:27 -0800, ash <[EMAIL PROTECTED]> wrote: > hi, > is there a way to register application wide hotkey in wxpython? > i tried wxWindow::RegisterHotKey(). but the problem is it registers the > hotkey as a system wide hotkey. this causes problems in other > applications running concu

register keyevent in wxpython

2005-12-09 Thread ash
hi, is there a way to register application wide hotkey in wxpython? i tried wxWindow::RegisterHotKey(). but the problem is it registers the hotkey as a system wide hotkey. this causes problems in other applications running concurrently which use the same hotkey. i want to do this because i want my