non important commit

This commit is contained in:
benstrb 2026-01-25 21:04:12 +01:00
parent d77a80a3fd
commit 61a86d3615

View file

@ -66,8 +66,8 @@
"Mod+Down".action.focus-window-down = [];
"Mod+Up".action.focus-window-up = [];
"Mod+WheelScrollDown".action.focuse-column-right = [];
"Mod+WheelScrollUp".action.focuse-column-left = [];
"Mod+WheelScrollDown".action.focus-column-right = [];
"Mod+WheelScrollUp".action.focus-column-left = [];
"Mod+Y".action.consume-or-expel-window-left = [];
"Mod+X".action.consume-or-expel-window-right = [];
@ -83,9 +83,9 @@
"Mod+Shift+Q".action.quit = [];
"Print".screenshot = [];
"Ctrl+Print".screenshot-screen = [];
"Alt+Print".screenshot-window = [];
"Print".action.screenshot = [];
"Ctrl+Print".action.screenshot-screen = [];
"Alt+Print".action.screenshot-window = [];
"Mod+Escape".toggle-keyboard-shortcuts-inhibit = [false];