Can we detect and react to keystrokes when a table is
in focus (and not selected)- to allow us to implement keyboard shortcuts to
operations?
Probably global variable
globalActiveDHTMLGridObject can help. It contains grid object which was in
focus last. But in general keyboard processing is implemented in doKey internal
method. You can extend it for your needs. But in this case you�ll need to get
back you changes after each version update. We�ll implement additional event
handler in future version � so you�ll be able to use it for keyboard
processing.