Update keymap-default.toml

[spot]

description labels swapped
This commit is contained in:
marcoleder 2025-01-13 16:40:45 +01:00 committed by GitHub
parent 5c88f26896
commit 57de4ba082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -188,8 +188,8 @@ keymap = [
{ on = "k", run = "arrow -1", desc = "Move cursor up" },
{ on = "j", run = "arrow 1", desc = "Move cursor down" },
{ on = "h", run = "swipe -1", desc = "Swipe to the next file" },
{ on = "l", run = "swipe 1", desc = "Swipe to the previous file" },
{ on = "h", run = "swipe -1", desc = "Swipe to the previous file" },
{ on = "l", run = "swipe 1", desc = "Swipe to the next file" },
{ on = "<Up>", run = "arrow -1", desc = "Move cursor up" },
{ on = "<Down>", run = "arrow 1", desc = "Move cursor down" },