input-remapper/.github/ISSUE_TEMPLATE/bug-report.md

15 lines
492 B
Markdown
Raw Normal View History

2021-03-15 12:35:19 +00:00
---
name: Bug report
2021-03-15 12:37:42 +00:00
about: Something is not working correctly
2021-03-15 12:35:19 +00:00
title: ''
labels: ''
assignees: ''
---
2021-03-18 12:10:33 +00:00
Please install the newest version from source to see if the problem has already been solved.
2021-03-15 12:35:19 +00:00
2021-03-18 12:10:33 +00:00
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.
2021-03-18 11:24:55 +00:00
2021-03-21 18:15:20 +00:00
If yes, please run `sudo systemctl stop key-mapper && key-mapper-gtk -d`, reproduce the problem and then share the logs.