// # Rachel.json5
//
// This preference set changes several preferences from Read&Write Gold 12
//
// ## Testing
//
// This changes the following settings from the AT software:
//      Screen Masking:
//          + Screen Masking mode: Underline typing line
//
//      Underline typing line:
//          + Underline color: "#a7efce" (Need to visually check the line under the writing cursor)
//          + Underline opacity: 0.3 (In the third dot of the slider control)
//          + Underline height: 15 (Bigger than 'Default', but smaller than 'Medium')
//
//      Screenshot Reader:
//          + Capture by: Drawing Freehand
//          + Schreenshot to: Window
//          + Add to active Microsoft Word document: false
{
    "flat": {
        "name": "Rachel",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/applications/com.texthelp.readWriteGold": {
                        // Screen Masking
                        "ApplicationSettings.ScreenMasking.ScreenMask.$t": "UnderlineTypingLine",
                        // Screen Masking -> Underline typing line
                        "ApplicationSettings.ScreenMasking.UnderlineTypingLineColour.$t": "#a7efce",
                        "ApplicationSettings.ScreenMasking.UnderlineTypingLineOpacity.$t": 0.3,
                        "ApplicationSettings.ScreenMasking.UnderlineTypingLineHeight.$t": 15,
                        // Screenshot Reader
                        "ApplicationSettings.Screenshot.CaptureBy.$t": "Drawing Freehand",
                        "ApplicationSettings.Screenshot.ScreenshotTo.$t": "Window",
                        "ApplicationSettings.Screenshot.AppendToMsWordDoc.$t": false
                    }
                }
            }
        }
    }
}
