Resource icon

Forum Shortcuts

Compatible XF 2.x versions
  1. 2.2
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:
<script>
      
          document.addEventListener('keydown', function(event) {
      // Check if the pressed key is the 'A' key and both the Ctrl and Alt keys are pressed...
You do not have permission to view the full content of this resource. Log in or register now.
Top Bottom