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.
1 parent dba380e commit c3e4dfeCopy full SHA for c3e4dfe
src/textual/keys.py
@@ -71,7 +71,7 @@ class Keys(str, Enum):
71
ControlShift0 = "ctrl+shift+0"
72
73
ControlBackslash = "ctrl+backslash"
74
- ControlSquareClose = "ctrl+right_square_bracked"
+ ControlSquareClose = "ctrl+right_square_bracket"
75
ControlCircumflex = "ctrl+circumflex_accent"
76
ControlUnderscore = "ctrl+underscore"
77
0 commit comments