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 31511bb commit 9641b63Copy full SHA for 9641b63
2 files changed
CHANGELOG.md
@@ -5,6 +5,7 @@
5
## Fixed
6
7
- #2047 allow empty text in Text action.
8
+- #2056 replace old "PRO" in triggers on home screen with "Expert".
9
10
## [4.0.4](https://github.com/sds100/KeyMapper/releases/tag/v4.0.4)
11
base/src/main/java/io/github/sds100/keymapper/base/home/KeyMapListItemCreator.kt
@@ -323,7 +323,7 @@ class KeyMapListItemCreator(
323
append(key.getCodeLabel(this@KeyMapListItemCreator))
324
325
val parts = buildList {
326
- add("PRO")
+ add("Expert")
327
add(key.device.name)
328
329
if (!key.consumeEvent) {
0 commit comments