|
|
|
|
|
by mgummelt
957 days ago
|
|
Mostly, yea. It's generated from the sequence of actions the user takes in the UI, with a little bit of inference so we can detect, for example, that a user actually is trying to update the first row in a filtered table, rather than a specific row with a specific ID. And they can be triggered in lots of different ways (buttons, forms, events), not just keyboard shortcuts. |
|