Fix typos in docs
This commit is contained in:
parent
ae9e862f19
commit
2a94cc9233
|
@ -18,7 +18,7 @@
|
||||||
0.9.2:
|
0.9.2:
|
||||||
* Added support for hand detection on the K800.
|
* Added support for hand detection on the K800.
|
||||||
* Added support for V550 and V450 Nano.
|
* Added support for V550 and V450 Nano.
|
||||||
* Fixed side-scrolling wit the M705 Marathon.
|
* Fixed side-scrolling with the M705 Marathon.
|
||||||
* Fixed identification of the T650 Touchpad.
|
* Fixed identification of the T650 Touchpad.
|
||||||
* Added internationalization support and romanian translation.
|
* Added internationalization support and romanian translation.
|
||||||
* Polish translation courtesy of Adrian Piotrowicz.
|
* Polish translation courtesy of Adrian Piotrowicz.
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
* Make sure devices in the window tree are sorted by registration index.
|
* Make sure devices in the window tree are sorted by registration index.
|
||||||
* Added an autostart .desktop file.
|
* Added an autostart .desktop file.
|
||||||
* Replaced single-instance code with GtkApplication.
|
* Replaced single-instance code with GtkApplication.
|
||||||
* Fixed indentification of the M505 mouse.
|
* Fixed identification of the M505 mouse.
|
||||||
* Fixed an occasional windowing layout bug with the C52F Nano Receiver.
|
* Fixed an occasional windowing layout bug with the C52F Nano Receiver.
|
||||||
|
|
||||||
0.9.0:
|
0.9.0:
|
||||||
|
|
|
@ -36,7 +36,7 @@ registers:
|
||||||
<< ( 259.270) [10 02 81F1 000000] '\x10\x02\x81\xf1\x00\x00\x00'
|
<< ( 259.270) [10 02 81F1 000000] '\x10\x02\x81\xf1\x00\x00\x00'
|
||||||
>> ( 259.283) [10 02 8F81 F10300] '\x10\x02\x8f\x81\xf1\x03\x00'
|
>> ( 259.283) [10 02 8F81 F10300] '\x10\x02\x8f\x81\xf1\x03\x00'
|
||||||
|
|
||||||
# writing 01 here will trigger an avalance of events, most likely
|
# writing 01 here will trigger an avalanche of events, most likely
|
||||||
# raw input from the mouse; disable by writing 00
|
# raw input from the mouse; disable by writing 00
|
||||||
<< ( 261.300) [10 02 81F3 000000] '\x10\x02\x81\xf3\x00\x00\x00'
|
<< ( 261.300) [10 02 81F3 000000] '\x10\x02\x81\xf3\x00\x00\x00'
|
||||||
>> ( 261.315) [10 02 81F3 000000] '\x10\x02\x81\xf3\x00\x00\x00'
|
>> ( 261.315) [10 02 81F3 000000] '\x10\x02\x81\xf3\x00\x00\x00'
|
||||||
|
|
|
@ -5,7 +5,7 @@ First, make sure you have installed the `gettext` package.
|
||||||
Here are the steps to add/update a translation (you should run all scripts from
|
Here are the steps to add/update a translation (you should run all scripts from
|
||||||
the source root):
|
the source root):
|
||||||
|
|
||||||
1. Get an up-to-date copy of the source files. Preferrably, make a clone on
|
1. Get an up-to-date copy of the source files. Preferably, make a clone on
|
||||||
GitHub and clone it locally on your machine; this way you can later make a
|
GitHub and clone it locally on your machine; this way you can later make a
|
||||||
pull request to the main project.
|
pull request to the main project.
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ the source root):
|
||||||
4. Run `./tools/po-compile.sh`. It will bring up-to-date all the compiled
|
4. Run `./tools/po-compile.sh`. It will bring up-to-date all the compiled
|
||||||
language files, necessary at runtime.
|
language files, necessary at runtime.
|
||||||
|
|
||||||
5. Start Solaar (`./bin/solaar`). By default it will pick up the system languge
|
5. Start Solaar (`./bin/solaar`). By default it will pick up the system language
|
||||||
from your environment; to start it in another language, run
|
from your environment; to start it in another language, run
|
||||||
`LANGUAGE=<language> ./bin/solaar`.
|
`LANGUAGE=<language> ./bin/solaar`.
|
||||||
|
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
08d7 QuickCam Communicate STX
|
08d7 QuickCam Communicate STX
|
||||||
08d8 QuickCam for Notebook Deluxe
|
08d8 QuickCam for Notebook Deluxe
|
||||||
08d9 QuickCam IM/Connect
|
08d9 QuickCam IM/Connect
|
||||||
08da QuickCam Messanger
|
08da QuickCam Messenger
|
||||||
08dd QuickCam for Notebooks
|
08dd QuickCam for Notebooks
|
||||||
08e0 QuickCam Express
|
08e0 QuickCam Express
|
||||||
08e1 Labtec Webcam
|
08e1 Labtec Webcam
|
||||||
|
@ -236,7 +236,7 @@
|
||||||
c20c WingMan Precision
|
c20c WingMan Precision
|
||||||
c20d WingMan Attack 2
|
c20d WingMan Attack 2
|
||||||
c20e WingMan Formula GP
|
c20e WingMan Formula GP
|
||||||
c211 iTouch Cordless Reciever
|
c211 iTouch Cordless Receiver
|
||||||
c212 WingMan Extreme Digital 3D
|
c212 WingMan Extreme Digital 3D
|
||||||
c213 J-UH16 (Freedom 2.4 Cordless Joystick)
|
c213 J-UH16 (Freedom 2.4 Cordless Joystick)
|
||||||
c214 ATK3 (Attack III Joystick)
|
c214 ATK3 (Attack III Joystick)
|
||||||
|
|
Loading…
Reference in New Issue