More little adjustments.

This commit is contained in:
Electric Keet 2023-08-16 09:44:28 -07:00
parent 7054bea9be
commit 1a207bf4a1

View file

@ -21,15 +21,15 @@ the following keyboard shortcuts work while on a text field:
these work similar to text fields, but you may only input numbers.
they also usually have two buttons which allow you to increase/decrease the amount when clicked (and rapidly do so when click-holding).
they also usually have `+` and `-` buttons which allow you to increase/decrease the amount when clicked (and rapidly do so when click-holding).
## sliders
sliders are used for controlling values in a quick manner by being dragged.
using the scroll wheel while holding Ctrl will change the slider's value by one in either direction.
using the scroll wheel while holding Ctrl will change the slider's value by small amounts.
right-clicking or Ctrl-clicking or a slider (Command-click on macOS) will turn it into a number input field for a short period of time, allowing you to input fine values.
right-clicking or Ctrl-clicking or a slider (Command-click on macOS) will turn it into a number input field for a short period of time, allowing you to input precise values.
## windows
@ -45,7 +45,7 @@ to resize a window, drag the bottom right corner (marked by a triangular tab) or
to collapse a window, click on the triangle in the title bar.
clicking again expands it.
to close a window, click on the `X` at the top right corner.
to close a window, click on the `X` at the top right corner, or select it from the "window" menu.
### arrangement and docking
@ -84,4 +84,3 @@ selecting this option will hide the tab bar of that window.
to bring it back, click on the top left corner.
to undock a window, drag its tab away from where it is docked. then it will be floating again.