You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to give this a shot early on, and Hotkeys.zig holds all the current default hotkeys. We will need to add a section in the settings to configure and change these hotkeys and save them with settings.
The text was updated successfully, but these errors were encountered:
Related to this, if we are storing data, do we want to add a specific config folder that holds our config files like pixi-settings.json, recents.json, hotkeys.json etc? Rather than just putting them in the same folder as the binary?
I wasn't too sure of where these need to be stored in a cross-platform friendly way, whether these files should be stored somewhere else entirely or if it's okay that it's by the binary? If it's acceptable that these files live in the install folder (which on macOS would be an .app folder?) then I think we can just do as you said and create a config folder to hold all of these files.
I tried to give this a shot early on, and
Hotkeys.zig
holds all the current default hotkeys. We will need to add a section in the settings to configure and change these hotkeys and save them with settings.The text was updated successfully, but these errors were encountered: