ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,696
- Points
- 823
Reputation:
gouwepeer.nl submitted a new resource:
Forum Shortcuts - Create shortcuts on your forum.
Read more
Continue reading...
Forum Shortcuts - Create shortcuts on your forum.
Easily create shortcuts on your forum.
Create a new template (keybord_shortcuts) and enter the code for the desired shortcuts.
Example with 3 shortcuts:
JavaScript:
Click to expand...Code:<script> document.addEventListener('keydown', function(event) { // Check if the pressed key is the 'A' key and both the Ctrl and Alt keys are pressed if ((event.key === 'a' || event.key === 'A') &&...
Read more
Continue reading...