diff options
| author | Jules Aguillon | 2024-06-09 13:18:25 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-06-09 13:18:25 +0200 |
| commit | 52805d9745e62e8eafae0051f812f78e3caa2986 (patch) | |
| tree | 6761cce435c59689530504c7e22d1489e9414df1 /srcs/layouts/beng_national.xml | |
| parent | 8d793da6b62cab5ef8f3d86e7d2b776abc22f0fb (diff) | |
| download | unexpected-keyboard-52805d9745e62e8eafae0051f812f78e3caa2986.tar.gz unexpected-keyboard-52805d9745e62e8eafae0051f812f78e3caa2986.zip | |
Allow to remove keys Tab and Esc
Diffstat (limited to 'srcs/layouts/beng_national.xml')
| -rw-r--r-- | srcs/layouts/beng_national.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcs/layouts/beng_national.xml b/srcs/layouts/beng_national.xml index a3c0d55..beaa6d6 100644 --- a/srcs/layouts/beng_national.xml +++ b/srcs/layouts/beng_national.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <keyboard name="বাংলা (জাতীয়)" script="bengali"> <row> - <key key0="ঙ" key2="ং" key3="esc" key4="১"/> + <key key0="ঙ" key2="ং" key3="loc esc" key4="১"/> <key key0="য" key2="য়" key3="¶" key4="২"/> <key key0="ড" key2="ঢ" key3="π" key4="৩"/> <key key0="প" key2="ফ" key3="√" key4="৪"/> @@ -13,7 +13,7 @@ <key key0="ড়" key2="ঢ়" key3="-" key4="০"/> </row> <row> - <key shift="0.5" key0="ৃ" key1="ৠ" key2="ঋ" key3="tab" key4="র্"/> + <key shift="0.5" key0="ৃ" key1="ৠ" key2="ঋ" key3="loc tab" key4="র্"/> <key key0="ু" key1="ঊ" key2="উ" key3="~" key4="ূ"/> <key key0="ি" key1="ঈ" key2="ই" key3="•" key4="ী"/> <key key0="া" key1="ৄ" key2="আ" key3="°" key4="অ"/> |
