Hi, in my notebook Toastify Hotkeys for play/pause/ecc won't work while i surf the web with chrome or read a pdf with adobe reader... ecc...
Why???
Thanks!
Why???
Thanks!
add the following the toastify.xml file located in the toastify folder.The folder is %localappdata%\Roaming\Toastify
<Hotkey><Ctrl>false</Ctrl><Alt>false</Alt><Shift>false</Shift><Key>MediaPlayPause</Key><Action>PlayPause</Action></Hotkey><Hotkey><Ctrl>false</Ctrl><Alt>false</Alt><Shift>false</Shift><Key>MediaStop</Key><Action>Stop</Action></Hotkey><Hotkey><Ctrl>false</Ctrl><Alt>false</Alt><Shift>false</Shift><Key>MediaPreviousTrack</Key><Action>PreviousTrack</Action></Hotkey><Hotkey><Ctrl>false</Ctrl><Alt>false</Alt><Shift>false</Shift><Key>MediaNextTrack</Key><Action>NextTrack</Action></Hotkey>
Cool. Thank you!