Soundpad

Soundpad

[Reece] Jul 8, 2022 @ 9:20pm
How do I set the "Enter" key as a hotkey?
The Manual[www.leppsoft.com] says
"Hotkeys can be
single keys, e.g. F1, S, Enter"
But when I try to use Enter as a hotkey, it just closes the dialogue box. Any way to get around this?
< >
Showing 1-3 of 3 comments
JERRY Mar 18, 2024 @ 8:09pm 
`Enter` key in soundpad is a predefined key for setting hotkeys :lunar2019deadpanpig:
However, you can set hotkey to `Enter` by changing sound list file:
  1. Go to File -> Save sounds lists as... to save your current configuration.
  2. Open the configuration using text editor (usually has a `.spl` postfix, `e.g. myList.spl`).
  3. Find the sound you want to set hotkey `Enter`, add/change the attribution `keyModifiers="0"` and `key="13"`, 13 is the control key code of `Enter` key. In my case, I will have
    <Sound hash="3832027255-196608-619619" url="Z:\SteamLibrary\steamapps\common\Soundpad\sounds\scream.mp3" artist="" title="scream" duration="" keyModifiers="0" key="13" addedOn="2024-03-18"/>
  4. Save the file and load it from soundpad, now you can see the `Enter` hotkey
[Reece] Mar 19, 2024 @ 10:00am 
Originally posted by JERRY:
`Enter` key in soundpad is a predefined key for setting hotkeys :lunar2019deadpanpig:
However, you can set hotkey to `Enter` by changing sound list file:
  1. Go to File -> Save sounds lists as... to save your current configuration.
  2. Open the configuration using text editor (usually has a `.spl` postfix, `e.g. myList.spl`).
  3. Find the sound you want to set hotkey `Enter`, add/change the attribution `keyModifiers="0"` and `key="13"`, 13 is the control key code of `Enter` key. In my case, I will have
    <Sound hash="3832027255-196608-619619" url="Z:\SteamLibrary\steamapps\common\Soundpad\sounds\scream.mp3" artist="" title="scream" duration="" keyModifiers="0" key="13" addedOn="2024-03-18"/>
  4. Save the file and load it from soundpad, now you can see the `Enter` hotkey

yooo forgot I posted this but thanks nontheless, boss :DaughterHappy:
JERRY Mar 19, 2024 @ 7:51pm 
My pleasure! I was actually looking for the answer to the same question yesterday.... and just see only your post talked about this. :lunar2019crylaughingpig:
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Jul 8, 2022 @ 9:20pm
Posts: 3