window.addEventListener("keydown", function(e) { if ((e.ctrlKey || e.metaKey) && (e.key === "p" || e.key === "P")) { console.log('pressed') e.preventDefault(); } }); console.log('yes')
top of page

Contact Us

Thanks for submitting!

© COPYRIGHT ©  2019 – 2022. All rights reserved to  JP Gaming – Any and all content included on this website or incorporated by reference is protected by international copyright laws.

bottom of page