We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c25ab5 + 2c9ad63 commit 699cc86Copy full SHA for 699cc86
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## Unreleased
9
+
10
+### Fixed
11
12
+- Fixed `Link` binding to open the link https://github.com/Textualize/textual/issues/5564
13
14
## [2.1.0] - 2025-02-19
15
16
### Fixed
src/textual/widgets/_link.py
@@ -20,7 +20,7 @@ class Link(Static, can_focus=True):
20
}
21
"""
22
23
- BINDINGS = [Binding("enter", "select", "Open link")]
+ BINDINGS = [Binding("enter", "open_link", "Open link")]
24
25
| Key(s) | Description |
26
| :- | :- |
0 commit comments