Skip to content

Commit

Permalink
Fixes typing error and incorrect shortcuts CL+i/k
Browse files Browse the repository at this point in the history
  • Loading branch information
BjAlvestad committed Feb 23, 2020
1 parent 7404bdd commit be38889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Windows are placed with letterkeys based on the following logic:

#### Spanning from L/R monitor
- `CapsLock + q-u, a-j, z-m`: Places window from monitor edge with widths L30, L50, L70, 100, R70, R50, R30.
- `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).
- `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).

#### Spanning from offset (30) from monitor edge
- `CapsLock + Alt + e,r,t, d,f,g, c,v,b`: Places window at 30% offset from edge with widths L20, 40, R20.
Expand Down
4 changes: 2 additions & 2 deletions WindowPadX.ini
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ m = WPXA_Move, +1, +1, 0.3, 0.5

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


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

0 comments on commit be38889

Please sign in to comment.