// # vicky
//
// This preference set just enables sticky keys.
//
// This allows the user to use modifier keys without having to hold them down.
//
// ## Testing
//
// Press Alt, Ctrl, then Delete (not at the same time). The lock screen should appear.
{
    "flat": {
        "name": "Vicky",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/stickyKeys": true
                }
            }
        }
    }
}
