change shortcut to prevent accidental layout switching

This commit is contained in:
twoneis 2024-07-31 14:29:24 +02:00
parent e1a7ed9023
commit dc45c7316a

View file

@ -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 = [];