|
67 | 67 | (modifiers: [Super, Alt], key: "Up"): SwitchOutput(Up), |
68 | 68 | (modifiers: [Super, Alt], key: "Right"): SwitchOutput(Right), |
69 | 69 | (modifiers: [Super, Alt], key: "h"): SwitchOutput(Left), |
70 | | - (modifiers: [Super, Alt], key: "k"): SwitchOutput(Down), |
71 | | - (modifiers: [Super, Alt], key: "j"): SwitchOutput(Up), |
| 70 | + (modifiers: [Super, Alt], key: "k"): SwitchOutput(Up), |
| 71 | + (modifiers: [Super, Alt], key: "j"): SwitchOutput(Down), |
72 | 72 | (modifiers: [Super, Alt], key: "l"): SwitchOutput(Right), |
73 | 73 | (modifiers: [Super, Shift, Alt], key: "Left"): MoveToOutput(Left), |
74 | 74 | (modifiers: [Super, Shift, Alt], key: "Down"): MoveToOutput(Down), |
75 | 75 | (modifiers: [Super, Shift, Alt], key: "Up"): MoveToOutput(Up), |
76 | 76 | (modifiers: [Super, Shift, Alt], key: "Right"): MoveToOutput(Right), |
77 | 77 | (modifiers: [Super, Shift, Alt], key: "h"): MoveToOutput(Left), |
78 | | - (modifiers: [Super, Shift, Alt], key: "k"): MoveToOutput(Down), |
79 | | - (modifiers: [Super, Shift, Alt], key: "j"): MoveToOutput(Up), |
| 78 | + (modifiers: [Super, Shift, Alt], key: "k"): MoveToOutput(Up), |
| 79 | + (modifiers: [Super, Shift, Alt], key: "j"): MoveToOutput(Down), |
80 | 80 | (modifiers: [Super, Shift, Alt], key: "l"): MoveToOutput(Right), |
81 | 81 |
|
82 | 82 | (modifiers: [Super], key: "o"): ToggleOrientation, |
|
0 commit comments