Keyboard Click Sound?
Is there any way to turn on a sound effect each time a key is pressed on the keyboard? I an writing long textfiles and would like to receive an audio feedback typing!
example: https://www.youtube.com/watch?v=iCKspI_zyrQ
Is there no tool to apply sfx to system events for ubuntu?
keyboard
add a comment |
Is there any way to turn on a sound effect each time a key is pressed on the keyboard? I an writing long textfiles and would like to receive an audio feedback typing!
example: https://www.youtube.com/watch?v=iCKspI_zyrQ
Is there no tool to apply sfx to system events for ubuntu?
keyboard
If you find a way, I'd recommend a shortcut to toggle it easily, I'd imagine it could get annoying fast
– Xen2050
Dec 25 '17 at 2:14
Get a mechanical keyboard? IBM Model 2 is particularly clicky.
– dobey
Dec 25 '17 at 2:38
When working on a notebook? Would help when working with a desktop system. thx!
– user775062
Dec 25 '17 at 3:04
If you're on 17.04 or later, you can trysudo apt install bucklespring
, then use thebuckle
command as seen here.
– Chai T. Rex
Dec 25 '17 at 6:38
add a comment |
Is there any way to turn on a sound effect each time a key is pressed on the keyboard? I an writing long textfiles and would like to receive an audio feedback typing!
example: https://www.youtube.com/watch?v=iCKspI_zyrQ
Is there no tool to apply sfx to system events for ubuntu?
keyboard
Is there any way to turn on a sound effect each time a key is pressed on the keyboard? I an writing long textfiles and would like to receive an audio feedback typing!
example: https://www.youtube.com/watch?v=iCKspI_zyrQ
Is there no tool to apply sfx to system events for ubuntu?
keyboard
keyboard
edited Dec 25 '17 at 3:07
asked Dec 25 '17 at 2:01
user775062
113
113
If you find a way, I'd recommend a shortcut to toggle it easily, I'd imagine it could get annoying fast
– Xen2050
Dec 25 '17 at 2:14
Get a mechanical keyboard? IBM Model 2 is particularly clicky.
– dobey
Dec 25 '17 at 2:38
When working on a notebook? Would help when working with a desktop system. thx!
– user775062
Dec 25 '17 at 3:04
If you're on 17.04 or later, you can trysudo apt install bucklespring
, then use thebuckle
command as seen here.
– Chai T. Rex
Dec 25 '17 at 6:38
add a comment |
If you find a way, I'd recommend a shortcut to toggle it easily, I'd imagine it could get annoying fast
– Xen2050
Dec 25 '17 at 2:14
Get a mechanical keyboard? IBM Model 2 is particularly clicky.
– dobey
Dec 25 '17 at 2:38
When working on a notebook? Would help when working with a desktop system. thx!
– user775062
Dec 25 '17 at 3:04
If you're on 17.04 or later, you can trysudo apt install bucklespring
, then use thebuckle
command as seen here.
– Chai T. Rex
Dec 25 '17 at 6:38
If you find a way, I'd recommend a shortcut to toggle it easily, I'd imagine it could get annoying fast
– Xen2050
Dec 25 '17 at 2:14
If you find a way, I'd recommend a shortcut to toggle it easily, I'd imagine it could get annoying fast
– Xen2050
Dec 25 '17 at 2:14
Get a mechanical keyboard? IBM Model 2 is particularly clicky.
– dobey
Dec 25 '17 at 2:38
Get a mechanical keyboard? IBM Model 2 is particularly clicky.
– dobey
Dec 25 '17 at 2:38
When working on a notebook? Would help when working with a desktop system. thx!
– user775062
Dec 25 '17 at 3:04
When working on a notebook? Would help when working with a desktop system. thx!
– user775062
Dec 25 '17 at 3:04
If you're on 17.04 or later, you can try
sudo apt install bucklespring
, then use the buckle
command as seen here.– Chai T. Rex
Dec 25 '17 at 6:38
If you're on 17.04 or later, you can try
sudo apt install bucklespring
, then use the buckle
command as seen here.– Chai T. Rex
Dec 25 '17 at 6:38
add a comment |
1 Answer
1
active
oldest
votes
bucklespring
Can be installed from repository with
sudo apt install bucklespring
Buckle emulates the sound of an old IBM Model-M space saver
bucklespring keyboard while typing within an X session.
It runs as a background process and plays back the sound of each key
pressed and released on the keyboard, just as if using an IBM Model-M.
The sound of each key has carefully been sampled, and is played back
while simulating the proper distance and direction for a realistic 3D
sound palette of pure nostalgic bliss.
linux-clicky
Entirely written in Python, supports basic volume control. It's possible to diversify the sound of some keys. By default the SPACE and ENTER key have a specific sound.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f989281%2fkeyboard-click-sound%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
bucklespring
Can be installed from repository with
sudo apt install bucklespring
Buckle emulates the sound of an old IBM Model-M space saver
bucklespring keyboard while typing within an X session.
It runs as a background process and plays back the sound of each key
pressed and released on the keyboard, just as if using an IBM Model-M.
The sound of each key has carefully been sampled, and is played back
while simulating the proper distance and direction for a realistic 3D
sound palette of pure nostalgic bliss.
linux-clicky
Entirely written in Python, supports basic volume control. It's possible to diversify the sound of some keys. By default the SPACE and ENTER key have a specific sound.
add a comment |
bucklespring
Can be installed from repository with
sudo apt install bucklespring
Buckle emulates the sound of an old IBM Model-M space saver
bucklespring keyboard while typing within an X session.
It runs as a background process and plays back the sound of each key
pressed and released on the keyboard, just as if using an IBM Model-M.
The sound of each key has carefully been sampled, and is played back
while simulating the proper distance and direction for a realistic 3D
sound palette of pure nostalgic bliss.
linux-clicky
Entirely written in Python, supports basic volume control. It's possible to diversify the sound of some keys. By default the SPACE and ENTER key have a specific sound.
add a comment |
bucklespring
Can be installed from repository with
sudo apt install bucklespring
Buckle emulates the sound of an old IBM Model-M space saver
bucklespring keyboard while typing within an X session.
It runs as a background process and plays back the sound of each key
pressed and released on the keyboard, just as if using an IBM Model-M.
The sound of each key has carefully been sampled, and is played back
while simulating the proper distance and direction for a realistic 3D
sound palette of pure nostalgic bliss.
linux-clicky
Entirely written in Python, supports basic volume control. It's possible to diversify the sound of some keys. By default the SPACE and ENTER key have a specific sound.
bucklespring
Can be installed from repository with
sudo apt install bucklespring
Buckle emulates the sound of an old IBM Model-M space saver
bucklespring keyboard while typing within an X session.
It runs as a background process and plays back the sound of each key
pressed and released on the keyboard, just as if using an IBM Model-M.
The sound of each key has carefully been sampled, and is played back
while simulating the proper distance and direction for a realistic 3D
sound palette of pure nostalgic bliss.
linux-clicky
Entirely written in Python, supports basic volume control. It's possible to diversify the sound of some keys. By default the SPACE and ENTER key have a specific sound.
edited Dec 1 '18 at 6:06
Zanna
50k13131239
50k13131239
answered Nov 30 '18 at 22:31
Demis Palma ツ
32148
32148
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f989281%2fkeyboard-click-sound%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you find a way, I'd recommend a shortcut to toggle it easily, I'd imagine it could get annoying fast
– Xen2050
Dec 25 '17 at 2:14
Get a mechanical keyboard? IBM Model 2 is particularly clicky.
– dobey
Dec 25 '17 at 2:38
When working on a notebook? Would help when working with a desktop system. thx!
– user775062
Dec 25 '17 at 3:04
If you're on 17.04 or later, you can try
sudo apt install bucklespring
, then use thebuckle
command as seen here.– Chai T. Rex
Dec 25 '17 at 6:38