From Unofficial Konfabulator Wiki
Here is sample code for the basics of adding a hotkey to any widget.
[edit] Preference
<preference name="hotkey"
title="Hotkey:" type="hotkey"/>
[edit] Hotkey
<hotkey name="focusThisWidget">
<onKeyUp>
focusWidget();
</onKeyUp>
</hotkey>