added option key remap

This commit is contained in:
aomizu
2025-06-08 21:21:33 +09:00
parent fec5577d57
commit ac893a1c19
8 changed files with 647 additions and 12 deletions

View File

@@ -14,6 +14,7 @@ type UserPrefs struct {
SaveSudoPassword bool `json:"save_sudo_password"`
ShowTerminalNormally bool `json:"show_terminal_normally"`
EnableVanillaTweaks bool `json:"enable_vanilla_tweaks"`
RemapOptionAsAlt bool `json:"remap_option_as_alt"`
}
func getPrefsPath() (string, error) {