SeerLite
4d8ba85b83
Fix swapEscAndTab sometimes failing on Esc
2021-01-06 15:28:13 -03:00
Miodec
5e5b556b0d
improved differentiation between mouse and keyboard input in the command line. fixes #785
2021-01-03 23:02:02 +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
Jack
db8954391f
Merge pull request #790 from TayIorRobinson/master
...
allow the screenshot feature in other browsers
2021-01-03 22:09:35 +00:00
Jack
8224d335e4
Merge pull request #791 from Provola23/warningfix
...
Fixed some of the build warnings
2021-01-03 22:08:21 +00:00
Miodec
9ff6a2f31d
further refactoring, added setters and getters
2021-01-03 22:04:17 +00:00
Taylor Robinson
31b8237346
fix 1 days
2021-01-03 19:04:04 +00:00
Alessandro Farcas
dd8144354a
Fixed some of the build warnings
...
Fixed some build warnings:
- Fixed warning for `db.js` at line 273
- Fixed warning for `db.js` at line 289
- Fixed warning for `monkey.js` at line 21
- Fixed warning for `monkey.js` at line 30
- Fixed like 100 of the big long list of index.js
2021-01-03 19:46:40 +01:00
Miodec
23544383af
refactored result filters into a module
2021-01-03 18:41:53 +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
Miodec
5e2ec2cefb
variable rename
2021-01-03 18:14:17 +00:00
Lucas Fern
5bc602add8
Dont capitalise after punctuation in code alphabets
2021-01-01 18:54:30 +11:00
Jack
411e575ff3
loading result filters if they are not present. should close #771
2020-12-28 23:13:22 +00: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
Miodec
85ae0175b5
Merge branch 'master' of https://github.com/Miodec/monkeytype
2020-12-25 16:09:35 +00:00
Miodec
1ec0389b40
enabling quote length filters when quote mode is enabled
2020-12-25 16:09:32 +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
02b5396637
reverting font preview when closing the command line
2020-12-23 17:30:20 +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
42a43a939a
exporting config for easier debugging
2020-12-23 16:57:19 +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
Jack
ac200a88d7
function reorder
2020-12-23 16:26:29 +00:00
SeerLite
b98f861905
Have smoothCaret change the blinking animation
2020-12-22 23:34:04 -03:00
Jack
7a2ab3558b
replaced tests completed with time typing on the activity graph
2020-12-23 00:46:31 +00: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
ce2705fef0
fixed min wpm and acc submenu id names
2020-12-21 19:20:33 +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