diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index a21a3f86..20f10ef2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,8 +7,8 @@ assignees: '' --- -Please first install the newest version from source to see if the problem has already been solved. +Please install the newest version from source to see if the problem has already been solved. -If a button on your device doesn't show up in the gui, please first verify that the button is reporting an event via `sudo evtest`. If not, key-mapper won't be able to map that button. +If a button on your device doesn't show up in the gui, verify that the button is reporting an event via `sudo evtest`. If not, key-mapper won't be able to map that button. If yes, please run `sudo systemctl stop key-mapper && sudo key-mapper-gtk -d`, reproduce the problem and then share the logs.