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/cyrl_jcuken_uk.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/cyrl_jcuken_uk.xml')
| -rw-r--r-- | srcs/layouts/cyrl_jcuken_uk.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcs/layouts/cyrl_jcuken_uk.xml b/srcs/layouts/cyrl_jcuken_uk.xml index 905f0e1..45f9966 100644 --- a/srcs/layouts/cyrl_jcuken_uk.xml +++ b/srcs/layouts/cyrl_jcuken_uk.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <keyboard name="ЙЦУКЕН (Українська)" script="cyrillic"> <row> - <key shift="0.1 " key0="й" key2="1" key4="esc"/> + <key shift="0.1 " key0="й" key2="1" key4="loc esc"/> <key key0="ц" key1="~" key2="2" key3="\@"/> <key key0="у" key1="!" key2="3" key3="\#" key4="loc €"/> <key key0="к" key2="4" key3="$"/> @@ -14,7 +14,7 @@ <key key0="х"/> </row> <row> - <key shift="0.1" key0="ф" key1="tab" key2="`"/> + <key shift="0.1" key0="ф" key1="loc tab" key2="`"/> <key key0="і" key2="ї"/> <key key0="в" /> <key key0="а" /> |
