* test2
* mod2
* mod3
* fix incomplete keystrokes now have duration
* make loop go forward for readability
* check if keysorder is empty
* prettier
* clean up
* rename variables for readability
* remove the algorithm and debug info
* type casting
* merged objects into one
moved code around
* removed "toolong" clientside type
* fixed assignment
---------
Co-authored-by: Miodec <jack@monkeytype.com>
This commit changes:
"Advertisements on Monkeytype are optional. This section only applies to you if you've have not disabled them."
To:
"Advertisements on Monkeytype are optional. This section only applies to you if you have not disabled them."
* Renamed command line setting timer-progress bar
* Make account config input an `input` so it takes up less space
* Revert "Make account config input an `input` so it takes up less space"
* Remove duplicate quote
---------
Co-authored-by: Aaron <79121360+hazyboba@users.noreply.github.com>
* use `.on`
* update symbols and letters seperately
This is based off how Shift and Caps Lock are fundamentally different. Shift changes every key while Caps Lock just changes letters. In addition, MacOS and Windows handle Caps Lock differently. In Windows, Shift can revert the letters change of Caps Lock, and on MacOS it cannot. So I have also added in an edge case for MacOS.
* reduce the diff
* explain why there's a platform check
* remove export
* update `isUsingOppositeShift` to accept keycodes
This allows the keymap to update only what can be capitalized when `oppositeShiftMode` is on
* simplify
* fix support for iso layouts
* fix `oppositeShiftMode`: `keymap` not working
* should default to true
* whoops
* error handling
* Renamed command line setting timer-progress bar
* Make account config input an `input` so it takes up less space
* Revert "Make account config input an `input` so it takes up less space"
* Remove duplicate quote
* Fix id increment
---------
Co-authored-by: Aaron <79121360+hazyboba@users.noreply.github.com>
* Arrows start with left/right part 1
* Arrows start with left/right part 2
* refactor
* passing in wordindex instead of trying to use wordset
* removed console log
---------
Co-authored-by: Miodec <jack@monkeytype.com>
* Update _list.json
Added layouts gallaya_matrix, gallaya_angle_iso, gallaya_angle_ansi
Inserted below maya layout as gallaya as a combination of gallium and maya, though I take no issue with these 3 entries being placed at bottom of list if that is the practise for new layout additions.
* Update _list.json
Added layouts gallaya_matrix, gallaya_angle_iso, gallaya_angle_ansi
Inserted below maya layout as gallaya as a combination of gallium and maya, though I take no issue with these 3 entries being placed at bottom of list if that is the practise for new layout additions.
* Change accountHistory y-axis min of average and pb lines
* extract the floor operation into a variable
* remove whitespace
* setting to 0
---------
Co-authored-by: Evan <64989416+Ferotiq@users.noreply.github.com>
Co-authored-by: Evan <evanrayweigel@outlook.com>
Co-authored-by: Miodec <jack@monkeytype.com>
* added minimak keymaps
http://www.minimak.org/
* fixed the curly bracket
* reverted one character
---------
Co-authored-by: Jack <jack@monkeytype.com>
* added arrows ITG to the list
* added the implementation for arrows_ITG
I also updated "arrows" so it supported ijkl as well as the normal arrowkeys and wasd
* the actual implementation of the arrow generation
I forgot to commit this one whoops
* missed a curly bracket whoops
* overwritten the arrows generation
Instead of having two similar funboxes, miodec just said to implement the new generation in the existing arrows funbox.
removed the arrows_ITG now
next commit will remove it from the list as well
* removed arrows_ITG and updated arrows
* removed arrows' old generation method
* updated a mistake
* lint, prettier
* added the TODO comment back
didn't realize I removed it sorry
* remove spaces
* gave the variable names something more descriptive
* remove preivous variables
I hate working remotely
* small refactor
* simplify
* simplify
* remove export
* starts with a left or right
* prettier fix
* removed "export"
the function wasn't getting called outside of the file
* parity for a list description
* fixed that one character that got overwritten
* Revert "fixed that one character that got overwritten"
This reverts commit c8a394dc7b.
---------
Co-authored-by: Miodec <jack@monkeytype.com>
Co-authored-by: Evan <evanrayweigel@outlook.com>
Co-authored-by: Evan <64989416+Ferotiq@users.noreply.github.com>
* Create graph with ao10, ao100, and pb
* Display best ao10 and 100
* Fix ts errors
* Remove old graph
* Remove smoothing slider and toggle chart style button
* Clean up code
* Populate graph if chartData > 0
* Fix filter not displaying data correctly
* Fix wpm cpm labels
* Update colors using theme colors
* brought back accuracy averages
* different colors
* Add toggle ao10 and ao100
* Change opacity based on toggles
* Persist on refresh
* Fix accountActivity chart point color not updating when changing theme in the command line
* Refactor
* Keep pb color consistent
* removed dot
* smaller buttons, in one row, media queries
* hiding bottom scale
* connected the config properties into 1
* Refactor
* Combine into one loop
* cleanup
removed unused functions
reduced repeating code
removed comments
removed console logs
* removed highest avg 10 and 100 stats
* sweep
---------
Co-authored-by: Miodec <jack@monkeytype.com>