Skip to content

Commit be38889

Browse files
committed
Fixes typing error and incorrect shortcuts CL+i/k
1 parent 7404bdd commit be38889

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Windows are placed with letterkeys based on the following logic:
3434

3535
#### Spanning from L/R monitor
3636
- `CapsLock + q-u, a-j, z-m`: Places window from monitor edge with widths L30, L50, L70, 100, R70, R50, R30.
37-
- `CapsLock + i/k`: Backup alternatives for `v` and `r` (full with top and full with bottom), but with a width of 99 instead of 100 (some windows may have issues moving with width 100 due to windows get made a bit wider due the invisible boarders. Ref. pull request "pacobyte:windows-10-border-fix" in original repo).
37+
- `CapsLock + i/k`: Backup alternatives for `v` and `r` (full width top and full width bottom), but with a width of 99 instead of 100 (some windows may have issues moving with width 100 due to windows get made a bit wider due the invisible boarders. Ref. pull request "pacobyte:windows-10-border-fix" in original repo).
3838

3939
#### Spanning from offset (30) from monitor edge
4040
- `CapsLock + Alt + e,r,t, d,f,g, c,v,b`: Places window at 30% offset from edge with widths L20, 40, R20.

WindowPadX.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ m = WPXA_Move, +1, +1, 0.3, 0.5
128128

129129
; Backup alternatives for full width top (r) and full with bottom (v)
130130
; This alternative makes window slightly more narrow to avoid the issue of some windows jumping back (probably due to invisible borders fix).
131-
r = WPXA_Move, 0, -1, 0.99, 0.5
132-
v = WPXA_Move, 0, +1, 0.99, 0.5
131+
i = WPXA_Move, 0, -1, 0.99, 0.5
132+
k = WPXA_Move, 0, +1, 0.99, 0.5
133133

134134

135135
;Place active window in inner positions. Hotkey: (CapsLock + Alt)

0 commit comments

Comments
 (0)