pixi icon indicating copy to clipboard operation
pixi copied to clipboard

Configurable Hotkeys

Open foxnne opened this issue 2 years ago • 3 comments

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 avatar Oct 05 '23 14:10 foxnne

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?

VisenDev avatar Oct 05 '23 20:10 VisenDev

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.

foxnne avatar Oct 05 '23 20:10 foxnne

https://www.paypalobjects.com/ui-web/money-icons/bank/checkImage_US.svg

cationk6656 avatar Oct 12 '23 08:10 cationk6656