-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to HID usage-page-based detection (#46)
- Loading branch information
Showing
13 changed files
with
137 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Bug Report | ||
description: If Nudelta is not behaving as expected, please report here. | ||
body: | ||
- type: input | ||
id: nudelta-version | ||
attributes: | ||
label: Version | ||
description: What version of Nudelta are you using? | ||
placeholder: "0.7.0" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: environment-report | ||
attributes: | ||
label: Operating System | ||
description: | | ||
Which operating system are you using and what is its version? | ||
* Windows - Pressing Windows+R and then type "winver" then press "Ok" | ||
in the window that pops up. You should see something like | ||
`Version XXXX (OS Build XXXXX.XXXX)`. Please copy that here. | ||
* macOS - From the Apple menu, press About this Mac, and screenshot the | ||
Window that pops up. Please remember to hide your serial number using | ||
the screenshot editor or Preview. | ||
* Linux - in your terminal of choice, paste `uname -a` then paste the output | ||
here. Please also mention the distribution and version. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: What went wrong? Be clear and concise. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Feature Requests and Enhancements | ||
description: Have any ideas? Find any shortcomings? Feel free to share them. | ||
body: | ||
- type: textarea | ||
id: prompt | ||
attributes: | ||
label: Description | ||
description: Is there anything currently not in Nudelta that you'd like to see added? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,7 @@ dist/ | |
*.AppImage | ||
yarn-error.log | ||
|
||
!OSAcknowledgements.txt | ||
!OSAcknowledgements.txt | ||
|
||
# Python | ||
venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters