You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds keybinds for Shift+Left, Shift+Right, Ctrl+Shift+Left, Ctrl+Shift+Right, and Ctrl+Shift+Down.
Shift+Left makes the proc box wider by 1% if it is on the right and narrower by 1% if it is on the left.
Shift+Right makes the proc box narrower by 1% if it on the right and wider by 1% if is on the left
Alt+Shift+Left makes the proc box wider by 10% if it is on the right and narrower by 10% if it is on the left.l
Alt+Shift+Right makes the proc box narrower by 10% if it on the right and wider by 10% if is on the left
Ctrl+Shift+Left sets the proc box width to its maximum if on the right and minimum if on the left.
Ctrl+Shift+Right sets the proc box width to its minimum if on the right and maximum if on the left.
Ctrl+Shift+Down sets the proc box width to the original default from before this PR (55%)
0 commit comments