mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
The cursor keys stopped working in 5x5 once binding inheritance was introduced in 0.6.0 (see #1343). Making them `universal` keys here fixes the issue. This won't be the final form of this change, but this fixes this example so that it works with 0.6.0 (so anyone cloning down the code and running with an installed 0.6.0 will get the full effect). Once the final work resulting from #1343 takes place this will need a final update (and should be a good test example for the changes).
Textual Examples
This directory contains example Textual applications.
To run them, navigate to the examples directory and enter python followed buy the name of the Python file.
cd textual/examples
python pride.py