mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
feat(tracker/gioui): keybindings file is keybindings.yml, not .yaml
This commit is contained in:
parent
10f021a497
commit
3fb7f07c2c
@ -32,7 +32,7 @@ func loadCustomKeyBindings() []KeyBinding {
|
||||
if err != nil {
|
||||
return nil
|
||||
}
|
||||
path := filepath.Join(configDir, "sointu", "keybindings.yaml")
|
||||
path := filepath.Join(configDir, "sointu", "keybindings.yml")
|
||||
bytes, err := os.ReadFile(path)
|
||||
if err != nil {
|
||||
return nil
|
||||
@ -47,7 +47,7 @@ func loadCustomKeyBindings() []KeyBinding {
|
||||
return keyBindings
|
||||
}
|
||||
|
||||
//go:embed keybindings.yaml
|
||||
//go:embed keybindings.yml
|
||||
var defaultKeyBindingsYaml []byte
|
||||
|
||||
func loadDefaultKeyBindings() []KeyBinding {
|
||||
|
Reference in New Issue
Block a user