🔧 chore(browser): update monkey-type config

This commit is contained in:
Sergio Laín 2024-09-08 12:56:09 +02:00
parent 9535534aed
commit 3fb9e58cd7
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -6,7 +6,7 @@
"customTheme": true, "customTheme": true,
"customThemeColors": [ "customThemeColors": [
"#24273a", "#24273a",
"#a6da95", "#b7bdf8",
"#f4dbd6", "#f4dbd6",
"#5b6078", "#5b6078",
"#1e2030", "#1e2030",
@ -18,8 +18,6 @@
], ],
"favThemes": [], "favThemes": [],
"showKeyTips": true, "showKeyTips": true,
"showLiveWpm": false,
"showTimerProgress": true,
"smoothCaret": "medium", "smoothCaret": "medium",
"quickRestart": "esc", "quickRestart": "esc",
"punctuation": false, "punctuation": false,
@ -42,6 +40,9 @@
"confidenceMode": "off", "confidenceMode": "off",
"indicateTypos": "off", "indicateTypos": "off",
"timerStyle": "mini", "timerStyle": "mini",
"liveSpeedStyle": "off",
"liveAccStyle": "off",
"liveBurstStyle": "off",
"colorfulMode": false, "colorfulMode": false,
"randomTheme": "off", "randomTheme": "off",
"timerColor": "main", "timerColor": "main",
@ -53,6 +54,7 @@
"keymapLegendStyle": "lowercase", "keymapLegendStyle": "lowercase",
"keymapLayout": "overrideSync", "keymapLayout": "overrideSync",
"keymapShowTopRow": "layout", "keymapShowTopRow": "layout",
"keymapSize": 1,
"fontFamily": "JetBrains_Mono", "fontFamily": "JetBrains_Mono",
"smoothLineScroll": false, "smoothLineScroll": false,
"alwaysShowDecimalPlaces": false, "alwaysShowDecimalPlaces": false,
@ -61,13 +63,12 @@
"capsLockWarning": true, "capsLockWarning": true,
"playSoundOnError": "off", "playSoundOnError": "off",
"playSoundOnClick": "off", "playSoundOnClick": "off",
"soundVolume": "0.5", "soundVolume": 0.5,
"startGraphsAtZero": true, "startGraphsAtZero": true,
"showOutOfFocusWarning": true, "showOutOfFocusWarning": true,
"paceCaret": "off", "paceCaret": "off",
"paceCaretCustomSpeed": 100, "paceCaretCustomSpeed": 100,
"repeatedPace": true, "repeatedPace": true,
"pageWidth": "125",
"accountChart": ["on", "on", "on", "on"], "accountChart": ["on", "on", "on", "on"],
"minWpm": "off", "minWpm": "off",
"minWpmCustomSpeed": 100, "minWpmCustomSpeed": 100,
@ -78,14 +79,12 @@
"strictSpace": false, "strictSpace": false,
"minAcc": "off", "minAcc": "off",
"minAccCustom": 90, "minAccCustom": 90,
"showLiveAcc": false,
"showLiveBurst": false,
"monkey": false, "monkey": false,
"repeatQuotes": "off", "repeatQuotes": "off",
"oppositeShiftMode": "off", "oppositeShiftMode": "off",
"customBackground": "", "customBackground": "",
"customBackgroundSize": "cover", "customBackgroundSize": "cover",
"customBackgroundFilter": [0, 1, 1, 1, 1], "customBackgroundFilter": [0, 1, 1, 1],
"customLayoutfluid": "qwerty#dvorak#colemak", "customLayoutfluid": "qwerty#dvorak#colemak",
"monkeyPowerLevel": "off", "monkeyPowerLevel": "off",
"minBurst": "off", "minBurst": "off",
@ -94,5 +93,6 @@
"britishEnglish": false, "britishEnglish": false,
"lazyMode": false, "lazyMode": false,
"showAverage": "off", "showAverage": "off",
"tapeMode": "off" "tapeMode": "off",
"maxLineWidth": 0
} }