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 fefc970 commit 04328e3Copy full SHA for 04328e3
base/src/main/java/io/github/sds100/keymapper/base/input/InputEventHub.kt
@@ -343,7 +343,7 @@ class InputEventHubImpl @Inject constructor(
343
val androidKeyEvent = event.toAndroidKeyEvent(flags = KeyEvent.FLAG_FROM_SYSTEM)
344
345
if (logInputEventsEnabled.value) {
346
- Timber.d("Injecting key event $androidKeyEvent with system bridge")
+ Timber.d("Injecting key event with system bridge $androidKeyEvent")
347
}
348
349
return withContext(Dispatchers.IO) {
0 commit comments