-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from nathan-fiscaletti/dev
Backend version 5.8.9, Application version: 1.2.3
- Loading branch information
Showing
10 changed files
with
40 additions
and
34 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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,36 @@ | ||
keys: | ||
default: | ||
- Default | ||
other: | ||
- keys: | ||
- backspace | ||
sound: Back | ||
- keys: | ||
- space | ||
- alt_l | ||
- ctrl_l | ||
- shift_l | ||
- tab | ||
- shift_r | ||
- enter | ||
- insert | ||
- home | ||
- page_up | ||
- delete | ||
- end | ||
- page_down | ||
- alt_r | ||
- ctrl_r | ||
- enter | ||
sound: Alternate | ||
profile: | ||
author: Apple Inc. (Sampled) | ||
description: Simulates the sounds made by the iPhone keyboard. | ||
name: apple-ios | ||
sources: | ||
- id: Default | ||
source: key.mp3 | ||
- id: Alternate | ||
source: alt.mp3 | ||
- id: Back | ||
source: back.mp3 |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "keyboardsounds" | ||
version = "5.8.8" | ||
version = "5.8.9" | ||
authors = [ | ||
{ name="Nathan Fiscaletti", email="[email protected]" }, | ||
] | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="keyboardsounds", | ||
version="5.8.8", | ||
version="5.8.9", | ||
description="Adds the ability to play sounds while typing on any system.", | ||
author="Nathan Fiscaletti", | ||
author_email="[email protected]", | ||
|