non important commit
This commit is contained in:
parent
d77a80a3fd
commit
61a86d3615
1 changed files with 5 additions and 5 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue