{"id":32,"date":"2026-04-06T09:16:00","date_gmt":"2026-04-06T09:16:00","guid":{"rendered":"https:\/\/keyboardflow.com\/?page_id=32"},"modified":"2026-04-09T15:40:25","modified_gmt":"2026-04-09T15:40:25","slug":"oriya","status":"publish","type":"page","link":"https:\/\/keyboardflow.com\/index.php\/oriya\/","title":{"rendered":"ORIYA"},"content":{"rendered":"\n\n<style>\n:root {\n    --kb-bg: #1e293b;\n    --kb-gradient: linear-gradient(145deg, #1e293b, #0f172a);\n    --key-main: #ffffff;\n    --key-text: #334155;\n    --accent: #6366f1;\n    --accent-glow: rgba(99, 102, 241, 0.4);\n    --key-shadow: #cbd5e1;\n    --bg-light: #f8fafc;\n}\n\n.app-container {\n    width: 100%;\n    max-width: 1100px;\n    background: var(--bg-light);\n    border-radius: 20px;\n    padding: 25px;\n    margin: 20px auto;\n    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n}\n\n\/* Textarea Styling *\/\ntextarea#inputField {\n    width: 100%;\n    height: 220px;\n    margin-bottom: 25px;\n    padding: 20px;\n    font-size: 24px;\n    line-height: 1.6;\n    border: 2px solid #e2e8f0;\n    border-radius: 15px;\n    background: #ffffff;\n    color: #1e293b;\n    resize: none;\n    transition: border-color 0.3s ease, box-shadow 0.3s ease;\n    box-sizing: border-box;\n}\n\ntextarea#inputField:focus {\n    outline: none;\n    border-color: var(--accent);\n    box-shadow: 0 0 0 4px var(--accent-glow);\n}\n\n\/* Keyboard Container *\/\n.keyboard {\n    background: var(--kb-gradient);\n    padding: 20px;\n    border-radius: 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n    box-shadow: inset 0 2px 4px rgba(255,255,255,0.1);\n}\n\n.row {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n}\n\n\/* Base Key Styling *\/\n.key {\n    flex: 1;\n    min-width: 45px;\n    height: 58px;\n    background: var(--key-main);\n    color: var(--key-text);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    cursor: pointer;\n    user-select: none;\n    transition: all 0.1s ease;\n    border-bottom: 4px solid var(--key-shadow);\n    font-weight: 600;\n}\n\n.key:hover {\n    background: #f1f5f9;\n    transform: translateY(-1px);\n}\n\n.key:active, .key.active-press {\n    transform: translateY(3px);\n    border-bottom-width: 0px;\n    background: #e2e8f0;\n    box-shadow: 0 0 15px var(--accent-glow);\n}\n\n\/* Modifier Keys (Shift, Backspace, etc) *\/\n.key.modifier {\n    background: #94a3b8;\n    color: white;\n    font-size: 12px;\n    text-transform: uppercase;\n    border-bottom-color: #64748b;\n    flex: 1.5;\n}\n\n.key.space {\n    flex: 5;\n    background: #f8fafc;\n}\n\n\/* Labels Inside Keys *\/\n.eng {\n    position: absolute;\n    top: 5px;\n    right: 8px;\n    font-size: 11px;\n    font-weight: 400;\n    color: #94a3b8;\n}\n\n.normal {\n    font-size: 20px;\n    color: #0f172a;\n}\n\n.shift-val {\n    position: absolute;\n    bottom: 5px;\n    left: 8px;\n    font-size: 11px;\n    color: var(--accent);\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 768px) {\n    .key { min-width: 30px; height: 50px; }\n    .normal { font-size: 16px; }\n    .eng, .shift-val { display: none; }\n}\n<\/style>\n\n<div class=\"app-container\">\n    <div id=\"kb\" class=\"keyboard\"><\/div>\n    <textarea id=\"inputField\" placeholder=\"\u0b0f\u0b20\u0b3e\u0b30\u0b47 \u0b1f\u0b3e\u0b07\u0b2a\u0b4d \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41...\"><\/textarea>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n\nconst imap = {\n    '`':['',''],\n    '1':['\u0b67','!'],'2':['\u0b68','@'],'3':['\u0b69','#'],'4':['\u0b6a','$'],\n    '5':['\u0b6b','%'],'6':['\u0b6c','^'],'7':['\u0b6d','&'],'8':['\u0b6e','*'],\n    '9':['\u0b6f','('],'0':['\u0b66',')'],'-':['-','_'],'=':['=','+'],\n\n    'q':['\u0b4c','\u0b14'],'w':['\u0b48','\u0b10'],'e':['\u0b3e','\u0b06'],'r':['\u0b40','\u0b08'],\n    't':['\u0b42','\u0b0a'],'y':['\u0b2c','\u0b2d'],'u':['\u0b39','\u0b19'],'i':['\u0b15','\u0b16'],\n    'o':['\u0b24','\u0b25'],'p':['\u0b1c','\u0b1d'],'[':['\u0b1f','\u0b20'],']':['\u0b1e','\u0b1e'],'\\\\':['',''],\n\n    'a':['\u0b4b','\u0b13'],'s':['\u0b47','\u0b0f'],'d':['\u0b4d','\u0b05'],'f':['\u0b3f','\u0b07'],\n    'g':['\u0b41','\u0b09'],'h':['\u0b2a','\u0b2b'],'j':['\u0b30','\u0b5c'],'k':['\u0b15','\u0b17'],\n    'l':['\u0b24','\u0b26'],';':['\u0b1a','\u0b1b'],\"'\":['\u0b1f','\u0b21'],\n\n    'z':['\u0b47','\u0b0f'],'x':['\u0b02','\u0b03'],'c':['\u0b2e','\u0b23'],'v':['\u0b28','\u0b28'],\n    'b':['\u0b71','\u0b71'],'n':['\u0b32','\u0b33'],'m':['\u0b38','\u0b36'],\n\n    ',':['\u0b2f','\u0b37'],'.':['\u0964','\u0964'],'\/':['\u0b2f','?']\n};\n\nconst rows = [\n    ['`','1','2','3','4','5','6','7','8','9','0','-','=','backspace'],\n    ['tab','q','w','e','r','t','y','u','i','o','p','[',']','\\\\'],\n    ['caps','a','s','d','f','g','h','j','k','l',';',\"'\",'enter'],\n    ['shift','z','x','c','v','b','n','m',',','.','\/','shift'],\n    ['space']\n];\n\nconst kb = document.getElementById('kb');\nconst input = document.getElementById('inputField');\n\nrows.forEach(row => {\n    const rowDiv = document.createElement('div');\n    rowDiv.className = 'row';\n\n    row.forEach(key => {\n        const keyDiv = document.createElement('div');\n        keyDiv.className = 'key';\n        keyDiv.dataset.key = key;\n\n        if (['backspace','tab','caps','enter','shift'].includes(key))\n            keyDiv.classList.add('modifier');\n        if (key === 'space') keyDiv.classList.add('space');\n\n        if (imap[key]) {\n            keyDiv.innerHTML = `\n                <span class=\"eng\">${key}<\/span>\n                <span class=\"normal\">${imap[key][0]}<\/span>\n                <span class=\"shift-val\">${imap[key][1]}<\/span>\n            `;\n        } else {\n            keyDiv.innerHTML = `<span>${key}<\/span>`;\n        }\n\n        keyDiv.addEventListener('mousedown', (e) => {\n            e.preventDefault();\n            handleKey(key, e.shiftKey);\n        });\n\n        rowDiv.appendChild(keyDiv);\n    });\n\n    kb.appendChild(rowDiv);\n});\n\nfunction handleKey(key, shift) {\n    const start = input.selectionStart;\n    const end = input.selectionEnd;\n    let char = '';\n\n    if (imap[key]) {\n        char = shift ? imap[key][1] : imap[key][0];\n    } else if (key === 'space') char = ' ';\n    else if (key === 'enter') char = '\\n';\n    else if (key === 'backspace') {\n        input.setRangeText('', start === end ? start - 1 : start, end, 'end');\n        input.focus();\n        input.scrollTop = input.scrollHeight;\n        return;\n    }\n\n    if (char) {\n        input.setRangeText(char, start, end, 'end');\n    }\n\n    input.focus();\n    input.scrollTop = input.scrollHeight;\n}\n\nwindow.addEventListener('keydown', (e) => {\n    const key = e.key.toLowerCase();\n\n    if (imap[key] || key === ' ' || key === 'enter' || key === 'backspace') {\n        if (document.activeElement === input) {\n            e.preventDefault();\n            handleKey(key === ' ' ? 'space' : key, e.shiftKey);\n        }\n    }\n\n    const el = document.querySelector(`.key[data-key=\"${key}\"]`);\n    if (el) el.classList.add('active-press');\n});\n\nwindow.addEventListener('keyup', (e) => {\n    const key = e.key.toLowerCase();\n    const el = document.querySelector(`.key[data-key=\"${key}\"]`);\n    if (el) el.classList.remove('active-press');\n});\n\n});\n<\/script>\n\n\n\n\n\n<div class=\"guide-container\" style=\"margin-top: 50px; border-top: 2px solid #e2e8f0; padding-top: 30px; font-family: 'Segoe UI', sans-serif;\">\n    \n    <section style=\"text-align: center; margin-bottom: 40px;\">\n        <h2 style=\"color: #0f172a; font-size: 28px; margin-bottom: 10px;\">How to Use the Odia Virtual Keyboard<\/h2>\n        <p style=\"color: #64748b; max-width: 800px; margin: 0 auto;\">A professional-grade interface designed for seamless Odia digital composition without the need for specialized hardware or complex system configurations.<\/p>\n    <\/section>\n\n    <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px;\">\n        <div style=\"background: #ffffff; padding: 25px; border-radius: 12px; border: 1px solid #e2e8f0;\">\n            <h3 style=\"color: #3b82f6; display: flex; align-items: center; gap: 10px;\">\n                <span style=\"font-size: 24px;\">\u2328\ufe0f<\/span> How It Works\n            <\/h3>\n            <p style=\"color: #475569; line-height: 1.6;\">Each key acts as a comprehensive reference tool to guide your typing experience:<\/p>\n            <ul style=\"list-style: none; padding: 0; color: #475569;\">\n                <li style=\"margin-bottom: 12px; display: flex; align-items: start; gap: 10px;\">\n                    <strong style=\"min-width: 100px; color: #1e293b;\">Top-Right:<\/strong> <span>The English key on your physical QWERTY keyboard.<\/span>\n                <\/li>\n                <li style=\"margin-bottom: 12px; display: flex; align-items: start; gap: 10px;\">\n                    <strong style=\"min-width: 100px; color: #1e293b;\">Center:<\/strong> <span>The primary Odia character (Consonants or base letters).<\/span>\n                <\/li>\n                <li style=\"margin-bottom: 12px; display: flex; align-items: start; gap: 10px;\">\n                    <strong style=\"min-width: 100px; color: #1e293b;\">Bottom-Left:<\/strong> <span>The Shift-activated character (Matras or special vowels).<\/span>\n                <\/li>\n            <\/ul>\n        <\/div>\n\n        <div style=\"background: #ffffff; padding: 25px; border-radius: 12px; border: 1px solid #e2e8f0;\">\n            <h3 style=\"color: #3b82f6; display: flex; align-items: center; gap: 10px;\">\n                <span style=\"font-size: 24px;\">\ud83d\udca1<\/span> Odia Typing Tips\n            <\/h3>\n            <div style=\"color: #475569; line-height: 1.6;\">\n                <p><strong>Vowel Signs (Matras):<\/strong> Type the consonant first, then the matra key to combine them (e.g., \u0b15 + \u0b3e = \u0b15\u0b3e).<\/p>\n                <p><strong>Conjuncts (Juktakshara):<\/strong> Use the <code style=\"background: #f1f5f9; padding: 2px 6px; border-radius: 4px; border: 1px solid #cbd5e1;\">d<\/code> key (\u0b4d &#8211; Halanta) between two consonants to stack them (e.g., \u0b15 + \u0b4d + \u0b15 = \u0b15\u0b4d\u0b15).<\/p>\n                <p><strong>Dual Support:<\/strong> Use your mouse for precision or your physical keyboard for high-speed drafting.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <section style=\"margin-bottom: 40px; background: #f8fafc; padding: 30px; border-radius: 12px;\">\n        <h3 style=\"text-align: center; color: #1e293b; margin-top: 0;\">Key Advantages<\/h3>\n        <div style=\"display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; text-align: center;\">\n            <div style=\"flex: 1; min-width: 200px;\">\n                <div style=\"font-size: 30px; margin-bottom: 10px;\">\ud83c\udf93<\/div>\n                <h4 style=\"margin: 0; color: #0f172a;\">Visual Reference<\/h4>\n                <p style=\"font-size: 14px; color: #64748b;\">Helps beginners quickly identify and memorize Odia character positions.<\/p>\n            <\/div>\n            <div style=\"flex: 1; min-width: 200px;\">\n                <div style=\"font-size: 30px; margin-bottom: 10px;\">\ud83d\ude80<\/div>\n                <h4 style=\"margin: 0; color: #0f172a;\">Instant Setup<\/h4>\n                <p style=\"font-size: 14px; color: #64748b;\">Works directly in the browser; no system language settings required.<\/p>\n            <\/div>\n            <div style=\"flex: 1; min-width: 200px;\">\n                <div style=\"font-size: 30px; margin-bottom: 10px;\">\ud83d\udd12<\/div>\n                <h4 style=\"margin: 0; color: #0f172a;\">Data Security<\/h4>\n                <p style=\"font-size: 14px; color: #64748b;\">Processes inputs locally. Your text is never stored or transmitted elsewhere.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer style=\"background: #1e293b; color: #94a3b8; padding: 25px; border-radius: 12px; font-size: 13px; line-height: 1.6;\">\n        <div style=\"display: flex; align-items: center; gap: 15px; margin-bottom: 10px;\">\n            <span style=\"background: #3b82f6; color: white; padding: 2px 8px; border-radius: 4px; font-weight: bold; font-size: 11px;\">DISCLAIMER<\/span>\n            <span style=\"color: #f8fafc; font-weight: 600;\">Privacy &#038; Policy<\/span>\n        <\/div>\n        <p style=\"margin: 0;\">\n            This tool is provided for <strong>educational and practice purposes only<\/strong>. While designed for high accuracy, the layout may vary slightly from official InScript standards. \n            <strong>Privacy Note:<\/strong> This is a &#8220;Client-Side&#8221; application. Your text remains in your browser and is destroyed once the session ends or the page is refreshed.\n        <\/p>\n    <\/footer>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>How to Use the Odia Virtual Keyboard A professional-grade interface designed for seamless Odia digital composition without the need for specialized hardware or complex system configurations. \u2328\ufe0f How It Works Each key acts as a comprehensive reference tool to guide your typing experience: Top-Right: The English key on your physical QWERTY keyboard. Center: The primary&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-32","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/keyboardflow.com\/index.php\/wp-json\/wp\/v2\/pages\/32","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/keyboardflow.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/keyboardflow.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/keyboardflow.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/keyboardflow.com\/index.php\/wp-json\/wp\/v2\/comments?post=32"}],"version-history":[{"count":2,"href":"https:\/\/keyboardflow.com\/index.php\/wp-json\/wp\/v2\/pages\/32\/revisions"}],"predecessor-version":[{"id":177,"href":"https:\/\/keyboardflow.com\/index.php\/wp-json\/wp\/v2\/pages\/32\/revisions\/177"}],"wp:attachment":[{"href":"https:\/\/keyboardflow.com\/index.php\/wp-json\/wp\/v2\/media?parent=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}