Skip to content

style: it's the definitive or most recognized (@saugat1070) #6521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# About

Monkeytype is a minimalistic and customizable [typing test](https://www.monkeytype.com). It features many test modes, an account system to save your typing speed history, and user-configurable features such as themes, sounds, a smooth caret, and more. Monkeytype attempts to emulate a natural typing experience during a typing test by unobtrusively presenting the text prompts and displaying typed characters in place, providing straightforward, real-time feedback on typos, speed, and accuracy.
Monkeytype is the minimalistic and customizable [typing test](https://www.monkeytype.com). It features many test modes, an account system to save your typing speed history, and user-configurable features such as themes, sounds, a smooth caret, and more. Monkeytype attempts to emulate a natural typing experience during a typing test by unobtrusively presenting the text prompts and displaying typed characters in place, providing straightforward, real-time feedback on typos, speed, and accuracy.

# Features

Expand Down
63 changes: 63 additions & 0 deletions frontend/static/layouts/nepali.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"keymapShowTopRow": false,
"type": "inscript-nepali",
"keys": {
"row1": [
"`ऋ",
"१!",
"२@",
"३#",
"४$",
"५%",
"६^",
"७&",
"८*",
"९(",
"०)",
"-ः",
"=ृ"
],
"row2": [
"ौऔ",
"ैऐ",
"ाआ",
"ीई",
"ूऊ",
"बभ",
"हङ",
"गघ",
"दध",
"जझ",
"डढ",
"ॉऽ",
"\\|"
],
"row3": [
"ोओ",
"ेए",
"्अ",
"िइ",
"ुउ",
"पफ",
"रऱ",
"कख",
"तथ",
"चछ",
"टठ"
],
"row4": [
"ऌऴ",
"शष",
"सऩ",
"यञ",
"नण",
"मऋ",
"वऍ",
"लळ",
",<",
".>",
"/?"
],
"row5": [" "]
}
}
Loading