Start typing with awesome typewriter sounds
this extension is a clone of Hacker Sounds in Marketplace, sounds are taken from Fallout Sounds and Keyboard Sounds
For the best experience this extension should be accompanied with Power Mode
TAB🔉
SPACE🔉
ENTER🔉
DELETE🔉
CUT(ctrl+x)🔉
ARROW(up-down-left-right)🔉
You can adjust the volume of the sounds by executing these commands in the Command Palette (Cmd+Shift+P) or press F1 key:
chỉnh to nhỏ âm lượng gõ lệnh sau:
Typing Sounds: Volume Up
🔉🔊Typing Sounds: Volume Down
🔈
NOTE: The volume adjustments only apply to this extension's sounds. It does not affect the system volume.
- Restart visual studio code after Enable/Disable
Typing Sounds will start immediately when Visual Studio Code is started. However, you can enable and disable the extension by executing these commands in the Command Palette (Cmd+Shift+P) or press F1 key:
Typing Sounds: Enable
🔔Typing Sounds: Disable
🔕
First: turn on show hidden files on your computer:
on MacOs: Press: ("COMMAND" + "SHIFT" + "." )
on windows: please search on google
Second: you need to copy the audio as same format & name files to VS Code extensions folder
.vscode/extensions/
.vscode/extensions/mtuan.typing-sounds/audio (paste here)
Depending on your platform, it is located in the following folders:
Windows %USERPROFILE%\.vscode\extensions\mtuan.typing-sounds-
macOS ~/.vscode/extensions/mtuan.typing-sounds-
Linux ~/.vscode/extensions/mtuan.typing-sounds-
Support for Windows and Mac, No special requirements.
On Linux, you will need to have mplayer installed and on your PATH to get this extension working.
Debian based
sudo apt-get install mplayer
Red Hat based
sudo dnf install mplayer
Arch based
sudo pacman -S mplayer
For Windows, this extension uses the sounder
light-weight player:
https://www.elifulkerson.com/projects/commandline-wav-player.php
- Fixed bug in which manually setting the volume went always to minimum or maximum.
- Redacted some of the messages.
- Now you can type the volume level directly using the
Typing Sounds: Set Volume
command.
- Now you can adjust volume levels for Mac, Windows and Linux. This feature has not been tested in Linux yet.
- Replaced sWavPlayer for sounder as the Windows sound player with the following benefits:
- Much smaller in size (sounder is 33 KB and sWavPlayer was 878 KB)
- Performance in Windows is greatly improved
- Allows to set the volume
- Updated dependencies