]> git.neil.brown.name Git - edlib.git/commit
macro: don't walk up tree to "find" input.
authorNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 06:52:35 +0000 (16:52 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 07:51:41 +0000 (17:51 +1000)
commit38123e53521d20f83ffc83988826520272d1b0f8
tree358b0b142464a3100210f62ee55b9b8787f5f45b
parente1f5d37cf9712a021e77e13e6087f5568c583846
macro: don't walk up tree to "find" input.

We can send "Keystroke" to the focus and it will find the right target.
We don't need to "find" the target first.  Doing so is fragile.

Signed-off-by: NeilBrown <neil@brown.name>
python/lib-macro.py