You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
13
14
14
### Fixed
15
15
16
+
- Fixed alt modifier on systems without extended Key Protocol https://github.com/Textualize/textual/pull/6267
17
+
- Fixed an issue where alpha keys with modifiers weren't lower cased. If you have bound to something like `ctrl+A`, then change to `ctrl+shift+a`https://github.com/Textualize/textual/pull/6267
16
18
- Fixed exception when setting `loading` attribute before mount https://github.com/Textualize/textual/pull/6268
0 commit comments