document a few more keyboard primitives
[?]
Jun 6, 2023, 5:22 AM
A27WWJ6HGGI6T3PHDQOPFIOSWTPYUJTJ7RPEBBCIPG7QUS3PIC7QCDependencies
- [2]
7IDHIAYIrename modifier_down to key_down - [*]
N2NUGNN4include a brief reference enabling many useful apps
Change contents
- edit in reference.md at line 254[4.9581][2.18]
* `App.is_cursor_movement(key)` -- return `true` if `key` is a cursor movementkey (arrow keys, page-up/down, home/end)* `App.cmd_down()`, `App.ctrl_down`, `App.alt_down()`, `App.shift_down()` --predicates for different modifier keys.* `App.any_modifier_down()` -- returns `true` if any of the modifier keys iscurrently pressed.