add hotkey alt space

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-12 14:14:34 -06:00
parent ffc19f5dbb
commit a6753d9589

View file

@ -261,6 +261,11 @@ in
ignoreUserConfig = true; ignoreUserConfig = true;
addons = with pkgs; [ fcitx5-mozc ]; addons = with pkgs; [ fcitx5-mozc ];
settings = { settings = {
globalOptions = {
"Hotkey/TriggerKeys" = {
"0" = "Alt+Space";
};
};
inputMethod = { inputMethod = {
"Groups/0" = { "Groups/0" = {
Name = "Default"; Name = "Default";