Allows the user to resize panes using hotkeys

Changes:
- Adds 4 hotkeys for resizing panes horizontally and vertically
- Updates the config files (default not set)
- Updates the window settings to allow the user to modify the pane
  resize increments
This commit is contained in:
christianbingman
2022-04-11 19:44:24 -05:00
parent 95ae4b84a6
commit 4cf9eda55f
7 changed files with 131 additions and 0 deletions

View File

@@ -66,6 +66,18 @@ h3.mb-3(translate) Window
step='0.01'
)
.form-line()
.header
.title(translate) Pane Resize Increment
input(
type='range',
[(ngModel)]='config.store.appearance.paneResize',
(ngModelChange)='saveConfiguration();',
min='0.1',
max='0.9',
step='0.05'
)
.form-line(*ngIf='platform.supportsWindowControls')
.header
.title(translate) Window frame