An application with bindings.
| 216 | |
| 217 | |
| 218 | class AppWithMovementKeysBound(AppKeyRecorder): |
| 219 | """An application with bindings.""" |
| 220 | |
| 221 | BINDINGS = AppKeyRecorder.make_bindings() |
| 222 | |
| 223 | |
| 224 | async def test_pressing_alpha_on_app() -> None: |
searching dependent graphs…