GetKeyMapConfigPath returns the path to the Keymaps JSON file.
()
| 206 | |
| 207 | // GetKeyMapConfigPath returns the path to the Keymaps JSON file. |
| 208 | func GetKeyMapConfigPath() string { |
| 209 | return filepath.Join(GetSurgeDir(), "keymap.json") |
| 210 | } |
| 211 | |
| 212 | // LoadKeyMap loads the keymap configuration from file. |
| 213 | func LoadKeyMap() (*KeyMap, error) { |