Commit graph

170 commits

Author SHA1 Message Date
Miodec
d2f6a01887 reworked the notification system 2021-01-16 01:12:36 +00:00
Miodec
fff46bc770 replacing double escaped new line and tab chars 2021-01-15 16:42:53 +00:00
Miodec
18993b18a4 ignoring media keys. fixes #840 2021-01-14 22:15:06 +00:00
Miodec
c0a78cd3b6 inserting tab on cursor 2021-01-14 21:55:14 +00:00
Miodec
589cb91459 fixed command line enter inputting enter in the test 2021-01-14 21:45:44 +00:00
Jack
713185e7f5
Merge pull request #844 from SeerLite/acc-keypress
Update live accuracy on keypress
2021-01-14 21:40:37 +00:00
SeerLite
63af71652e Update live accuracy on keypress 2021-01-14 17:21:15 -03:00
SeerLite
9e1061df60 Don't try to focus on result screen
`!resultVisible`
2021-01-14 17:15:42 -03:00
Miodec
7ab1c2f09f reworked newline to allow multiple 2021-01-14 17:32:09 +00:00
Miodec
a1138b555f added tab support to custom mode 2021-01-14 08:49:01 +00:00
Miodec
a1677e4869 added a new line indicator 2021-01-14 06:18:56 +00:00
Miodec
72f6112807 fixed live wpm and raw calculation (avoiding newlines) 2021-01-13 18:58:18 +00:00
Miodec
c601bb39ad avoiding newlines in wpm calculation 2021-01-13 18:52:08 +00:00
Miodec
7255edc1da fixed enter input not ignored when not focused 2021-01-13 14:26:44 +00:00
Miodec
2035e8478a beginning multi language quote support 2021-01-13 04:19:46 +00:00
Miodec
87d6366e19 moved quotes file 2021-01-13 03:41:46 +00:00
Miodec
8fcf467f7b Merge branch 'master' of https://github.com/Miodec/monkeytype 2021-01-13 03:28:03 +00:00
Miodec
73d27f67db custom text newline support 2021-01-13 03:27:59 +00:00
Jack
833fd66ab5
Merge pull request #812 from SeerLite/alt-linux
Ignore Alt only modifier on Linux
2021-01-13 01:04:24 +00:00
Jack
acfe823632
Merge pull request #817 from SeerLite/fix-mistyped-options
Revert punctuation/numbers after practice
2021-01-12 18:18:19 +00:00
SeerLite
a780e90b65 Revert punctuation/numbers after practice 2021-01-11 18:52:50 -03:00
Miodec
dbcd934970 updated premid test mode text 2021-01-11 20:55:39 +00:00
Miodec
69b9de1cc7 added some elements to make premid integration a bit easier 2021-01-11 20:16:00 +00:00
SeerLite
9b01bedcfe Ignore Alt only modifier on Linux
Alt is used for a lot of important shortcuts on Firefox on Linux.
2021-01-10 23:20:36 -03:00
Miodec
56afa1c6af average pace caret fixes, showing pace caret speed 2021-01-10 15:38:55 +00:00
Jack
af996d3e84
Merge pull request #809 from Jonny-exe/patch-2
Added an personal average pace maker
2021-01-10 14:40:49 +00:00
jonny-exe
9d4274c53e db_getUserAverageWpm10 is now not called every time the caret is changed. 2021-01-10 11:51:42 +01:00
Jack
b502c29b2f
Merge pull request #805 from SeerLite/esc-fix-2
Have Esc always close commandline/leaderboards (final fix)
2021-01-09 21:18:39 +00:00
jonny-exe
751264c99b Added an average speed pace maker 2021-01-09 15:00:23 +01:00
SeerLite
139337fb5a Revert "Have Escape always close command line/leaderboard"
This reverts commit cd2761029e.
2021-01-07 17:42:46 -03:00
Miodec
95f7968e51 removing word joiner and brought back special german characters. fixed #802 2021-01-06 21:48:18 +00:00
Miodec
0e232879c0 read ahead easy cannot be used with word highlight mode. fixes #772 2021-01-03 22:35:18 +00:00
Miodec
cde6eea892 allowing ctrl and alt together. closes #775 2021-01-03 22:32:41 +00:00
Miodec
dd8855654d removed any further non ascii characters, moved function to misc.js 2021-01-03 22:29:35 +00:00
Miodec
08e374ed1e fixed a bug where you could start typing during the page transition resulting in a never ending test 2021-01-03 22:20:49 +00:00
Jack
bbe20afbd1
Merge pull request #780 from lucas-fern/better-code-tests
Improved code typing tests
2021-01-03 22:10:30 +00:00
Taylor Robinson
876bdf7ac2 open image in new tab if can't set as clipboard contents 2021-01-03 18:39:19 +00:00
Lucas Fern
5bc602add8 Dont capitalise after punctuation in code alphabets 2021-01-01 18:54:30 +11:00
Jack
a989f502ef fixed about page links. closes #763 2020-12-28 23:01:43 +00:00
Jack
6ab04105cb not using cloud functions for saving lb memory anymore 2020-12-28 22:34:31 +00:00
Jack
72546024c9 infinite 2020-12-25 21:30:58 +00:00
Jack
cdb53e2cda
Revert "Ignore keys with Alt modifier" 2020-12-25 15:22:23 +00:00
Jack
0aebaeaf70 fixed could not save result error 2020-12-23 20:22:56 +00:00
Jack
0bb6256931 Merge branch 'master' of https://github.com/Miodec/monkey-type 2020-12-23 17:17:46 +00:00
Jack
22ddc673a3
Merge pull request #746 from SeerLite/smooth-caret-blinking
Add smooth caret blinking setting
2020-12-23 17:12:32 +00:00
Jack
1ca6def98e added quotelength filters,
moved result filters to cookie storage instead of db storage
2020-12-23 16:56:52 +00:00
SeerLite
b98f861905 Have smoothCaret change the blinking animation 2020-12-22 23:34:04 -03:00
Jack
d007cd4cf7
Merge pull request #751 from SeerLite/ignore-alt
Ignore keys with Alt modifier
2020-12-22 21:21:12 +00:00
Jack
86158a4638 updated out of focus warning, sending the key event through if showoutoffocuswarning is disabled 2020-12-22 18:00:33 +00:00
Jack
003df4979d Merge branch 'master' of https://github.com/Miodec/monkey-type 2020-12-22 17:19:08 +00:00