Commit graph

142 commits

Author SHA1 Message Date
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
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
Jack
54aa6dfbcd fixed stop on word and word higlight causing graphical errors 2020-12-22 17:12:20 +00:00
SeerLite
fdcaff95ef Ignore keys with Alt modifier
Firefox uses Alt for a number of shortcuts, like switching tabs with Alt
+ N. This makes it so these shortcuts don't start the test.
2020-12-21 22:02:28 -03:00
SeerLite
cd2761029e Have Escape always close command line/leaderboard 2020-12-21 18:54:23 -03:00
Jack
b5d5a18984 updating keymap after input was added 2020-12-21 19:29:50 +00:00
Jack
07f3d7ed38 failing test after the event was added to current input 2020-12-21 19:08:00 +00:00
Jack
cf2bcb7f50 fixed autofocus stopping tab enter 2020-12-21 18:58:55 +00:00
Jack
35a23f09b3 Merge branch 'master' of https://github.com/Miodec/monkey-type 2020-12-21 18:56:43 +00:00
Jack
6923bfb924 fixed tab+enter not working 2020-12-21 18:56:25 +00:00
Miodec
3919cff086 added cmd + backspace to clear input 2020-12-21 16:35:26 +00:00
Miodec
16778fecf8 typo 2020-12-21 16:29:32 +00:00
Jack
314553dbe2 removed some unused variables 2020-12-21 03:48:16 +00:00
Jack
d7fdbc0050 more small refactoring 2020-12-21 03:41:28 +00:00
Jack
e3a5e17e1b renamed function, added comments 2020-12-21 03:07:46 +00:00
Jack
d9942d98c1 refactored test failing 2020-12-21 02:28:17 +00:00
Jack
f26cbda596 reworked stop on error 2020-12-21 00:42:05 +00:00
Jack
324d9bbc18 fixed auto focus and disbled quick end with stop on error 2020-12-20 23:39:54 +00:00
Jack
8e080584c8 clicking the themes menu no longer automatically disables custom theme 2020-12-20 23:27:46 +00:00
Jack
2166939dee Merge branch 'master' of https://github.com/Miodec/monkey-type 2020-12-20 23:00:14 +00:00
Jack
2c1e8c3754 added autofocus 2020-12-20 22:57:06 +00:00
Miodec
20dc142be0 improved restart test button animation 2020-12-19 03:53:54 +00:00
Miodec
3cd659f004 added support popup 2020-12-19 03:35:40 +00:00
Jack
781571f18b added a command line button to mobile devices 2020-12-17 18:23:28 +00:00
Jack
7cc4076222 added a merch banner, updated footer and about 2020-12-17 18:04:58 +00:00
Jack
4365b058c3 fixed random theme notification showing previous theme name 2020-12-17 17:28:56 +00:00
Jack
118af85460 fixed graph wpm being sliiightly off 2020-12-17 17:23:43 +00:00
Jack
89d9305020 showing pb tags on the graph 2020-12-17 17:07:07 +00:00
Jack
6613b3d187 pressing any mod / special keys stops afk timer from increasing. closes #727 2020-12-17 16:53:25 +00:00
Jack
74eb2b818f allowing enter to move to the next number with accountant mode enabled 2020-12-17 16:37:21 +00:00