We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c4f00 commit 31511bbCopy full SHA for 31511bb
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [4.0.5](https://github.com/sds100/KeyMapper/releases/tag/v4.0.5)
2
+
3
+#### TO BE RELEASED
4
5
+## Fixed
6
7
+- #2047 allow empty text in Text action.
8
9
## [4.0.4](https://github.com/sds100/KeyMapper/releases/tag/v4.0.4)
10
11
#### 21 February 2026
base/src/main/java/io/github/sds100/keymapper/base/actions/CreateActionDelegate.kt
@@ -843,7 +843,7 @@ class CreateActionDelegate(
843
"create_text_action",
844
DialogModel.Text(
845
hint = getString(R.string.hint_create_text_action),
846
- allowEmpty = false,
+ allowEmpty = true,
847
text = oldText,
848
),
849
) ?: return null
0 commit comments