fix(fcitx5): Disable shift to toggle
This commit is contained in:
@@ -26,6 +26,12 @@ in {
|
||||
TriggerKey."0" = "Super+semicolon";
|
||||
};
|
||||
|
||||
globalOptions = {
|
||||
# Disable shift to toggle. I accidentally press it all the time.
|
||||
# 날 미치게 만들어요.
|
||||
Hotkey.AltTriggerKeys = "";
|
||||
};
|
||||
|
||||
# Enable the Engish, math, and X-SAMPA keyboards. This section is
|
||||
# easiest to edit if you first delete the Home-manager symlink at
|
||||
# ~/.config/fcitx5, configure Fcitx5 graphically via
|
||||
|
||||
Reference in New Issue
Block a user