mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
More little adjustments.
This commit is contained in:
parent
7054bea9be
commit
1a207bf4a1
1 changed files with 4 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue