fix hotkeys for input method
This commit is contained in:
parent
a6753d9589
commit
941ba12500
1 changed files with 2 additions and 1 deletions
|
|
@ -263,7 +263,8 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
globalOptions = {
|
globalOptions = {
|
||||||
"Hotkey/TriggerKeys" = {
|
"Hotkey/TriggerKeys" = {
|
||||||
"0" = "Alt+Space";
|
"0" = "Alt+space";
|
||||||
|
"1" = "Shift+space";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
inputMethod = {
|
inputMethod = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue