marta-file-manager / marta-issues

An issue tracker for Marta File Manager.
https://marta.yanex.org/
368 stars 0 forks source link

Modifying Keybinding wont apply #1068

Closed vitusli closed 2 months ago

vitusli commented 2 months ago

Hi there! I love Marta. It is beautiful, fast and full with amazing features.

One thing I need help with after really trying everything is: my keybindings won't change whatever I try. I added my config as well as a screenshot. Does anyone know, why this does not work? All my other settings I set up just work.

Any help is appreciated!

image

behavior {   
    layout {
        showActionBar false
    }
    quickSelect {
        activateOnAnyCharacter false
    }
keyBindings {
    "H" "core.move.left"
    "L" "core.move.right"
    "K" "core.move.up"
    "J" "core.move.down"
    "F1" "core.move"
    "F2" "core.rename"
    "Cmd+K" "core.actions"
    }
}
vitusli commented 2 months ago

1 minute later: after many months of not having succes seeing my own code in GitHub was the answer. When having it written like this it works!

image