| Previous | Next
Adding a Keyboard MappingA Button is traditionally invoked by clicking mouse button 1 when the mouse cursor is over the Button. It can also be invoked by pressing the Tab key until the Button has the keyboard focus, then pressing the spacebar. The effects are the same: the callback associated with the Button is called, and the Button To allow an additional keyboard character to invoke the Button, use the -underline => This will underline the Don't forget to actually create the binding for the underlined character. Figure 4-31. Example of -underline => 1The default value for |