diff --git a/docs/Device Manager.rst b/docs/Device Manager.rst index 50479f8..c66fe9e 100644 --- a/docs/Device Manager.rst +++ b/docs/Device Manager.rst @@ -426,6 +426,60 @@ These settings adjust the color and brightness of your CharaChorder Lite. :width: 1200 :alt: The RGB settings box +Reset and Recovery +------------------ + +.. image:: /assets/images/DM-Reset-Recovery.png + :alt: The Reset and Recovery settings + +.. dropdown:: Reset Settings + + The **Reset Settings** button restores the default settings on the + device tab. + +.. dropdown:: Recovery... + + The **Recovery...** button opens the Reset Device menu. + + .. figure:: /assets/images/DM-Reset-Device-Menu.png + :alt: The Reset Device menu + + **Factory Reset...** restores the default settings, layout, and + chords. + + .. note:: + **Factor Reset...** does not change the firmware version. + + Or each section can be reset individually. + + The **Add starter chords...** choice, adds the starter chords to + your current chords list. If you only want the starter chords, then + clear the chords first. + + The **Add functional chords...** choice, adds some chords that might + be useful. For example: + + * ``CAPSLOCK`` can be toggled by chording both ``SHIFT`` keys. + + * The text cursor can be moved x nr of steps by chording a key that + corresponds to a number and an arrow key. + + For example: ``n + ARROW LEFT`` moves the cursor five characters + left, because ``n`` is nr 5 on the number layer. + + .. note:: + Do not hold the number layer key, just chord with a key that + corresponds to a number. For example: t = 2, f = 7, etc. + + * Likewise a corresponding number key and ``BACKSPACE`` or + ``DELETE``, erases that number of times. + + * There's also chords for quotes and brackets that type a pair and + move the cursor between the pair. + + .. image:: /assets/images/DM-functional-chords-quotes-brackets.png + :alt: Functional chords, quotes and brackets + Library ******* .. image:: /assets/images/ChordManager.png diff --git a/docs/assets/images/DM-Reset-Device-Menu.png b/docs/assets/images/DM-Reset-Device-Menu.png new file mode 100644 index 0000000..b8a1964 Binary files /dev/null and b/docs/assets/images/DM-Reset-Device-Menu.png differ diff --git a/docs/assets/images/DM-Reset-Recovery.png b/docs/assets/images/DM-Reset-Recovery.png new file mode 100644 index 0000000..5498099 Binary files /dev/null and b/docs/assets/images/DM-Reset-Recovery.png differ diff --git a/docs/assets/images/DM-functional-chords-quotes-brackets.png b/docs/assets/images/DM-functional-chords-quotes-brackets.png new file mode 100644 index 0000000..f9dcc32 Binary files /dev/null and b/docs/assets/images/DM-functional-chords-quotes-brackets.png differ