Skip to content

Commit a77ee4e

Browse files
committed
Align OptionList page key case to match ancestors
1 parent d34f4a4 commit a77ee4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/textual/widgets/_option_list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ class OptionList(ScrollView, can_focus=True):
124124
Binding("end", "last", "Last", show=False),
125125
Binding("enter", "select", "Select", show=False),
126126
Binding("home", "first", "First", show=False),
127-
Binding("pagedown", "page_down", "Page down", show=False),
128-
Binding("pageup", "page_up", "Page up", show=False),
127+
Binding("pagedown", "page_down", "Page Down", show=False),
128+
Binding("pageup", "page_up", "Page Up", show=False),
129129
Binding("up", "cursor_up", "Up", show=False),
130130
]
131131
"""

0 commit comments

Comments
 (0)