disable picker

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-14 18:12:25 -06:00
parent e8c7befd88
commit 8f9ace46fc

View file

@ -283,6 +283,21 @@ in
"Groups/0/Items/0".Name = "keyboard-us"; "Groups/0/Items/0".Name = "keyboard-us";
"Groups/0/Items/1".Name = "mozc"; "Groups/0/Items/1".Name = "mozc";
}; };
# Disable emoji picker to prevent Super+. conflict with desktop shortcuts
addons = {
keyboard = {
globalSection = {
EnableEmoji = "False";
EnableQuickPhraseEmoji = "False";
};
};
unicode = {
globalSection = {
# Disable unicode picker trigger key
TriggerKey = "";
};
};
};
}; };
}; };
}; };