Commit fc0c879 1 parent 31642a7 commit fc0c879 Copy full SHA for fc0c879
File tree 1 file changed +3
-3
lines changed
LittleBigMouse.Daemon/LittleBigMouse.Hook
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ static void configureControlledCross(MouseEngine* engine) {
98
98
/*
99
99
* LBM_CC_HORZ_EDGE <- Defined or not, value is not used
100
100
*
101
- * This envar, when defined, makes all horizontaol edges into
102
- * controlled crossings. The primary used case is when you
101
+ * This envar, when defined, makes all horizontal edges into
102
+ * controlled crossings. The primary use case is when you
103
103
* have vertically stacked monitors. For instance, I have 3
104
104
* side-by-side monitors, with a fourth monitor above the middle
105
105
* monitor. Without controlled crossings interacting with the
@@ -138,7 +138,7 @@ static void configureControlledCross(MouseEngine* engine) {
138
138
/*
139
139
* LBM_CC_CTRL_KEY <- Defined or not, value is not used
140
140
*
141
- * The envar, when defined, allows crossing a controlled edges
141
+ * The envar, when defined, allows crossing a controlled edge
142
142
* immediately if the Ctrl key is pressed while moving the mouse.
143
143
* This can be used in concert with the LBM_CC_THRESHOLD envar.
144
144
*/
You can’t perform that action at this time.
0 commit comments