Updated Keyboard Shortcuts.md (markdown)
commited
commit
cf73fe93521ebb01b63e89e75e644d98eca33be9
... | ... | @@ -73,3 +73,12 @@ On macOS, CMD and CTRL are treated as the same button. |
73 | 73 | | ----- |-------------| ----- | |
74 | 74 | | F1 | Contextual help | Open a wiki help page in a new tab. Selecting or hovering over (in the inventory) a stock prefab opens up the wiki page for that prefab. | |
75 | 75 | |
76 | ## Parameters |
|
77 | ||
78 | ||
79 | | Parameter | Description | Other | |
|
80 | | --------- | ----------- | ----- | |
|
81 | | max_w | Maximum width of the canvas | Default value is 1024 | |
|
82 | | max_h | Maximum height of the canvas | Default value is 768 | |
|
83 | | ar_w | Aspect ratio width | In a 4/3 aspect ratio, this parameter should be 3. If any of the ar_w or ar_h is set, the aspect ratio is forced and limited by the max_w and max_h parameters | |
|
84 | | ar_h | Aspect ratio height | In a 4/3 aspect ratio, this parameter should be 4. If any of the ar_w or ar_h is set, the aspect ratio is forced and limited by the max_w and max_h parameters | |