From 139ec62461d60f18d9e4c351240312a6b8bedd13 Mon Sep 17 00:00:00 2001 From: Aleksandras Kostarevas <aleks076@protonmail.com> Date: Wed, 24 Jul 2024 23:48:48 +0300 Subject: [PATCH] Remove text|im restriction for action key --- java/res/xml/key_space_5kw.xml | 2 -- java/res/xml/row_pcqwerty5.xml | 1 - 2 files changed, 3 deletions(-) diff --git a/java/res/xml/key_space_5kw.xml b/java/res/xml/key_space_5kw.xml index bdcfc146aa..16dcfd6b04 100644 --- a/java/res/xml/key_space_5kw.xml +++ b/java/res/xml/key_space_5kw.xml @@ -25,7 +25,6 @@ <case latin:keyboardLayoutSet="bengali_akkhor|farsi|kannada|nepali_romanized|nepali_traditional|telugu" latin:bottomEmojiKeyEnabled="true" - latin:mode="text|im" > <Key latin:keyStyle="bottomEmojiKeyStyle" /> @@ -47,7 +46,6 @@ </case> <case latin:bottomEmojiKeyEnabled="true" - latin:mode="text|im" > <Key latin:keyStyle="bottomEmojiKeyStyle" /> diff --git a/java/res/xml/row_pcqwerty5.xml b/java/res/xml/row_pcqwerty5.xml index a33e07556a..e265738fa3 100644 --- a/java/res/xml/row_pcqwerty5.xml +++ b/java/res/xml/row_pcqwerty5.xml @@ -36,7 +36,6 @@ <switch> <case latin:bottomEmojiKeyEnabled="true" - latin:mode="text|im" > <Key latin:keyStyle="bottomEmojiKeyStyle" -- GitLab