Tooltip text by method or calculation

Hi all,
Couldn’t find it in the history, but is it possible to let the tooltip respond by the OS the user is working with like getting ‘ctrl-N’ on Windows/Linux and ‘Comm-N’ on OSX.

Thanks…

Afaik tooltips are attached to controls. And is shown when your mousepointer hovers over it.
So where will your mousepointer be when you hit CTRL-N/Command-N ?
Or wich control you want to force to show it’s tooltip ?

If you want to show some feedback to the user then I would use the statusbar (at the bottom of the window). Though I dunno if it’s accessable by scripting. Haven’t checked that out yet.