mirror of
https://github.com/szymon-jozef/zutui.git
synced 2026-06-05 17:00:11 +02:00
added vim bindings for moving cursor up and down
This commit is contained in:
@@ -118,7 +118,9 @@ class DetailsScreen(Screen):
|
||||
|
||||
class GradesTable(DataTable):
|
||||
BINDINGS = [
|
||||
Binding("enter", "select_cursor", "Pokaż szczegóły", priority=True)
|
||||
Binding("enter", "select_cursor", "Pokaż szczegóły", priority=True),
|
||||
Binding("j", "cursor_down", "W dół"),
|
||||
Binding("k", "cursor_up", "W górę"),
|
||||
]
|
||||
|
||||
class DashboardScreen(Screen):
|
||||
|
||||
Reference in New Issue
Block a user