From acddd70435175c9e7ac33ef63fc5917a1f0bb3e9 Mon Sep 17 00:00:00 2001 From: bokidori Date: Thu, 25 Jul 2024 23:14:30 +0200 Subject: Add Serbian Cyrillic layout (#718) Adds Serbian Cyrillic layout. Modmap of Fn key allows for desktop-like easier access to actions such as selectAll, copy, paste, etc. This is because, unlike desktop systems, on mobile ctrl does not combine with cyrillic keys to perform actions.--- srcs/layouts/cyrl_lynyertz_sr.xml | 56 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 srcs/layouts/cyrl_lynyertz_sr.xml (limited to 'srcs/layouts/cyrl_lynyertz_sr.xml') diff --git a/srcs/layouts/cyrl_lynyertz_sr.xml b/srcs/layouts/cyrl_lynyertz_sr.xml new file mode 100644 index 0000000..fe33b39 --- /dev/null +++ b/srcs/layouts/cyrl_lynyertz_sr.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3