describe <keynum> property (assignment of accelerator keys)
This commit is contained in:
parent
02b79bb3aa
commit
3f8afb84da
1 changed files with 27 additions and 0 deletions
|
@ -145,6 +145,10 @@ properties, though they will ignore any that are not relevant:
|
|||
binding - a FlightGear command binding that will be fired when the
|
||||
user activates this object (more than one allowed).
|
||||
|
||||
keynum - the key code of a key that can be used to trigger the
|
||||
widget bindings via keyboard (e.g. <keynum>97</keynum> for
|
||||
the "a" key.
|
||||
|
||||
default - true if this is the default object for when the user
|
||||
presses the [RETURN] key.
|
||||
|
||||
|
@ -593,4 +597,27 @@ for it:
|
|||
Note that this will currently close all open dialogs!
|
||||
|
||||
|
||||
|
||||
|
||||
background foreground highlight label legend misc
|
||||
---------------------------------------------------------------------------------
|
||||
dialog
|
||||
group
|
||||
frame
|
||||
hrule
|
||||
vrule
|
||||
list
|
||||
airport-list
|
||||
input dark frame area light frame label contents cursor
|
||||
text
|
||||
checkbox ? area box frame label? ? cross
|
||||
radio
|
||||
button
|
||||
combo
|
||||
slider
|
||||
dial
|
||||
textbox
|
||||
select
|
||||
|
||||
|
||||
__end__
|
||||
|
|
Loading…
Reference in a new issue