builtin bind: make function keys lowercase (f1 instead of F1)

All other key names are lowercase so this inconsistency is weird.
This commit is contained in:
Johannes Altmanninger
2024-05-22 22:29:35 +02:00
parent 4869b98482
commit de7f39d627
7 changed files with 16 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ They are:
- ``end``,
- ``enter``,
- ``escape``,
- ``F1`` through ``F12``.
- ``f1`` through ``f12``.
- ``home``,
- ``insert``,
- ``minus`` (``-``),