mirror of
https://github.com/szymon-jozef/zutui.git
synced 2026-09-07 20:20:42 +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):
|
class GradesTable(DataTable):
|
||||||
BINDINGS = [
|
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):
|
class DashboardScreen(Screen):
|
||||||
|
|||||||
Reference in New Issue
Block a user