change shortcut to prevent accidental layout switching
This commit is contained in:
parent
e1a7ed9023
commit
dc45c7316a
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ in {
|
||||||
"Mod+Shift+Minus".action.set-window-height = "-10%";
|
"Mod+Shift+Minus".action.set-window-height = "-10%";
|
||||||
|
|
||||||
# Change Layout
|
# Change Layout
|
||||||
"Mod+Comma".action.switch-layout = "prev";
|
"Mod+Shift+Comma".action.switch-layout = "prev";
|
||||||
"Mod+Period".action.switch-layout = "next";
|
"Mod+Shift+Period".action.switch-layout = "next";
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
"Mod+Shift+P".action.screenshot = [];
|
"Mod+Shift+P".action.screenshot = [];
|
||||||
|
|
Loading…
Add table
Reference in a new issue