// # phil
//
// This preference set enables slow keys.
//
// This setting makes the system ignore brief key presses.
//
// ## Testing
//
// In something like Notepad, quickly press and release a letter key. The key press will not be registered unless the key is held down for a longer time.
{
    "flat": {
        "name": "Phil",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/slowKeys/enabled": true,
                    "http://registry.gpii.net/common/slowKeysInterval": 0.4
                }
            }
        }
    }
}
