describe <key> property
This commit is contained in:
parent
9fa98151db
commit
14fe3632ea
1 changed files with 30 additions and 0 deletions
|
@ -149,6 +149,13 @@ properties, though they will ignore any that are not relevant:
|
||||||
widget bindings via keyboard (e.g. <keynum>97</keynum> for
|
widget bindings via keyboard (e.g. <keynum>97</keynum> for
|
||||||
the "a" key.
|
the "a" key.
|
||||||
|
|
||||||
|
key - like "keynum", but takes a character ("a", "A", "Shift-a",
|
||||||
|
"Shift-A", "Ctrl-a", "%", etc.), or symbolic key name ("Tab",
|
||||||
|
"Return" = "Enter", "Esc" = "Escape", "Space", "&" = "and",
|
||||||
|
"<", ">", "F1" -- "F12", "Left", "Up", "Right", "Down",
|
||||||
|
"PageUp", "PageDn", "Home", "End", "Insert"). Note that you
|
||||||
|
can't use "<", ">", and "&" directly.
|
||||||
|
|
||||||
default - true if this is the default object for when the user
|
default - true if this is the default object for when the user
|
||||||
presses the [RETURN] key.
|
presses the [RETURN] key.
|
||||||
|
|
||||||
|
@ -597,4 +604,27 @@ for it:
|
||||||
Note that this will currently close all open dialogs!
|
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__
|
__end__
|
||||||
|
|
Loading…
Add table
Reference in a new issue