disable picker
This commit is contained in:
parent
e8c7befd88
commit
8f9ace46fc
1 changed files with 15 additions and 0 deletions
|
|
@ -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 = "";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue