Lugaru's Epsilon Programmer's Editor 14.04
Context:
|
Epsilon User's Manual and Reference > Epsilon Extension Language > Global Definitions > Key Tableskeytable-definition: keytable keytable-list ; keytable-list: identifier identifier , keytable-listA key table is a set of bindings, one for each key on the keyboard, with keys modified by control, alt, and shift counted as separate keys. Various mouse actions and system events are also represented by special key codes. Each entry in the key table contains a short integer, which is an index into the name table. In other words, each entry corresponds to a named Epsilon object, either a command, subroutine, keyboard macro, or another key table.
You can declare a key table by using the
Key codes, the values that index a key table, can be very large
numbers. Looping through all possible key codes with a simple
|