Hindi Typing Chart Code [verified] | Android |
To understand the chart, you must understand the hardware. The standard for Hindi typing in India is the layout. This layout was adapted from mechanical typewriters used for Hindi.
| Key | Normal | Shift+Key | | :--- | :--- | :--- | | Z | फ | | | X | प | प् | | C | व | व् | | V | क | क् | | B | ख | ख् | | N | र् (Half R) | र | | M | ण | त्र | hindi typing chart code
// Normal (unshifted) mapping for Hindi Remington (Mangal) const normalMap = // Digits & symbols row '`': '`', '1': '१', '2': '२', '3': '३', '4': '४', '5': '५', '6': '६', '7': '७', '8': '८', '9': '९', '0': '०', '-': '\\', '=': '=', // Row QWERTY 'q': 'क', 'w': 'ख', 'e': 'ग', 'r': 'घ', 't': 'च', 'y': 'छ', 'u': 'ज', 'i': 'झ', 'o': 'ञ', 'p': 'ट', '[': 'ठ', ']': 'ड', '\\': 'ढ', // Row ASDF 'a': 'अ', 's': 'आ', 'd': '्', 'f': 'इ', 'g': 'ई', 'h': 'उ', 'j': 'ऊ', 'k': 'ऋ', 'l': 'ए', ';': 'ऐ', '\'': 'ऑ', // Row ZXCV 'z': 'ओ', 'x': 'औ', 'c': 'क्', 'v': 'ख्', 'b': 'ग्', 'n': 'घ्', 'm': 'ं', ',': '।', '.': '॥', '/': 'ॐ', // also Caps but we handle by separate shift layer ; To understand the chart, you must understand the hardware
// Row definitions (top to bottom): // Row1: ` 1 2 3 4 5 6 7 8 9 0 - = (backspace) // Row2: q w e r t y u i o p [ ] \ // Row3: a s d f g h j k l ; ' // Row4: z x c v b n m , . / // Also include Shift mapping accordingly. | Key | Normal | Shift+Key | |
Save this article, download the official chart PDF linked in resources below, and start typing in Hindi today. Your first milestone: Type "हिन्दी टाइपिंग सीखना आसान है" without looking at the code.