add hotkey alt space
This commit is contained in:
parent
ffc19f5dbb
commit
a6753d9589
1 changed files with 5 additions and 0 deletions
|
|
@ -261,6 +261,11 @@ in
|
|||
ignoreUserConfig = true;
|
||||
addons = with pkgs; [ fcitx5-mozc ];
|
||||
settings = {
|
||||
globalOptions = {
|
||||
"Hotkey/TriggerKeys" = {
|
||||
"0" = "Alt+Space";
|
||||
};
|
||||
};
|
||||
inputMethod = {
|
||||
"Groups/0" = {
|
||||
Name = "Default";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue