Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
tabKey
tabKey
command opens the first unlocked field on the current card or background (placing the insertion point in the field) and selects its entire contents. tabKey
closes it and opens the next editable field, selecting its contents. (A field is editable only if it is unlocked and visible.) tabKey
command opens fields in the following order: from the lowest to the highest numbered background field, then from the lowest to the highest numbered card field. tabKey
command to a field or the current card when the user presses the Tab key. You can handle the tabKey
message as follows: on tabKey
statements
end tabKey
-- Set the insertion point in the first editable field on openCard
on openCard
tabKey
end openCard
put "Hello world" -- built-in command
get total(field 1) -- function call
global HelpInfo -- keyword
Commands
Version 0.7b1 (March 24, 2022)