Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable Hotkeys #32

Open
foxnne opened this issue Oct 5, 2023 · 3 comments
Open

Configurable Hotkeys #32

foxnne opened this issue Oct 5, 2023 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@foxnne
Copy link
Owner

foxnne commented Oct 5, 2023

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.

@foxnne foxnne added enhancement New feature or request good first issue Good for newcomers labels Oct 5, 2023
@foxnne foxnne added this to the 0.2 milestone Oct 5, 2023
@VisenDev
Copy link
Contributor

VisenDev commented Oct 5, 2023

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?

@foxnne
Copy link
Owner Author

foxnne commented Oct 5, 2023

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.

@cationk6656
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants