A few users have mentioned that many applications utilize Ctrl+Tab to
navigate around open non-modal windows within the application.  Some blind
users are wanting my app to do the same.  Is there a simple way to do this?
It's a shame Delphi doesn't add this to applications automatically.

Currently all I can think of is to add an ActionList keyboard shortcut to
every form to detect the key sequence, and use TScreen.Forms[] in a loop to
check for the next visible window and bring it to the front.  Is that the
easiest way?

Is there a simple way to define an application wide keyboard shortcut?

Thanks,
Ross.

_______________________________________________
Delphi mailing list -> [email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to