admin panel keyindings

This commit is contained in:
filipriec
2025-03-23 11:28:39 +01:00
parent 49fe2aa793
commit 993febd204
4 changed files with 50 additions and 2 deletions

View File

@@ -8,6 +8,10 @@ next_option = ["j", "Right"]
previous_option = ["k", "Left"]
select = ["Enter"]
[keybindings.admin]
move_up = ["k"]
move_down = ["j"]
[keybindings.common]
save = ["ctrl+s"]
quit = ["ctrl+q"]