diff --git a/docs/Solaar-main-window-keyboard.png b/docs/Solaar-main-window-keyboard.png new file mode 100644 index 00000000..5272ea72 Binary files /dev/null and b/docs/Solaar-main-window-keyboard.png differ diff --git a/docs/Solaar-main-window-mouse.png b/docs/Solaar-main-window-mouse.png new file mode 100644 index 00000000..566f9cf9 Binary files /dev/null and b/docs/Solaar-main-window-mouse.png differ diff --git a/docs/Solaar-main-window-offline.png b/docs/Solaar-main-window-offline.png new file mode 100644 index 00000000..7de63cf6 Binary files /dev/null and b/docs/Solaar-main-window-offline.png differ diff --git a/docs/Solaar-main-window-receiver.png b/docs/Solaar-main-window-receiver.png new file mode 100644 index 00000000..4de01bd5 Binary files /dev/null and b/docs/Solaar-main-window-receiver.png differ diff --git a/docs/Solaar-menu.png b/docs/Solaar-menu.png new file mode 100644 index 00000000..99b526d5 Binary files /dev/null and b/docs/Solaar-menu.png differ diff --git a/docs/index.md b/docs/index.md index 229ab5d0..fda920fa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,6 +23,8 @@ Solaar is able to pair and unpair devices with receivers as supported by the receiver. Solaar can also control some of the changeable features of devices, such as smooth scrolling or function key behavior. +For more information on how to use Solaar see +[docs/usage.md](https://pwr-solaar.github.io/Solaar/usage). For more information on the capabilities of Solaar see [docs/capabilities.md](https://pwr-solaar.github.io/Solaar/capabilities). diff --git a/docs/usage.md b/docs/usage.md new file mode 100644 index 00000000..d7bdd0e1 --- /dev/null +++ b/docs/usage.md @@ -0,0 +1,88 @@ +--- +title: Solaar Usage +layout: page +--- + +# Solaar usage + +Under normal usage Solaar creates an icon in your system tray. This icon is +usually a battery icon showing the approximate battery level for your device +with the lowest known battery level. If there is no battery information to +show the icon is one of the Solaar icons. + +Solaar also has a main window. To show the main window if it is not visible +click on the icon in the system tray to bring up the Solaar menu and then +click on a receiver or device in the menu. + +Here is an example of the Solaar icon (in the system tray) and the Solaar menu: + +![Solaar-menu](Solaar-menu.png) + +Clicking on "Quit" in the Solaar menu terminates Solaar. +Clicking on "About Solaar" pops up a window with information on Solaar. + +## Solaar options + +There are several options that affect how Solaar behaves: + +* `--help` shows a help message and then quits +* `---window=show` starts Solaar with the main window showing +* `---window=hide` starts Solaar with the main window not showing +* `---window=only` starts Solaar with no system tray icon and the main window showing +* `--battery-icons=symbolic` uses symbolic icons for battery levels + +## Solaar main window + +The Solaar main window shows your Logitech receivers and devices that Solaar +knows about and can be used to pair new devices, unpair paired devices, and +view and change some settings of the selected receiver or device. +To select a receiver or device click on it in the left side of the window. + +Closing the main window does not terminate Solaar (unless Solaar is not using the system tray). +Clicking on "Quit Solaar" terminates Solaar. +Clicking on "About Solaar" pops up a window with information on Solaar. +Clicking on the lightbulb (or similar icon) displays detailed information +about the selected receiver or device (mostly only useful for debugging). + +When a receiver is selected in the main window you can pair a new device by +clicking on the "Pair new device" button. +Then turn on the device and it should pair with the receiver if that is possible. + +![Solaar-main-window-receiver](Solaar-main-window-receiver.png) + +Some receivers can only pair with certain kinds of devices. Some receivers +pair a new device by replacing an existing paired device of the same kind. +Some receivers can only pair a limited number of times. +A receiver with the Unifying logo should be able to pair with any device +with the Unifying logo. If there are no open pairing slots, however, you may +not be able to pair a new device. In this case to pair a new device you +first need to unpair a device. + +When a device is selected you can unpair the device if your receiver supports +unpairing. To unpair the device, just click on the "Unpair" button and +confirm in the window that pops up. + +When a device is selected you can see the approximate battery level of the +device, if that is reported by the device, and the status of the link +between the device and its receiver. +You can also see some settings of the device and change +some of these. Changing settings is performed by clicking on buttons or +moving sliders. + +![Solaar-main-window-keyboard](Solaar-main-window-keyboard.png) + +![Solaar-main-window-mouse](Solaar-main-window-mouse.png) + +If the selected device is off or otherwise disconnected its settings cannot be changed +but it still can be unpaired if its receiver allows unpairing. + +![Solaar-main-window-offline](Solaar-main-window-offline.png) + + +## Solaar command line interface + +Solaar also has a command line interface that can do most of what can be +done using the Solaar main window. For more information on the Solaar +command line interface, run `solaar --help` to see the Solaar commands and +then `solaar --help` to see the arguments to any of the commands. +