You are here

JWERTY.txt in Outline Designer 7.2

-- JWERTY Integration with Outline Designer --

For more documentation and a video on what jwerty provides outline designer
check out the outline designer project page -- drupal.org/project/outline_designer

To enable jwerty integration you will need the following:
Libraries module -- drupal.org/project/libraries
Jwerty keystroke library -- http://keithcirkel.co.uk/jwerty/

Once you have these two, turn on the libraries module then
place the jwerty download in sites/all/libraries/jwerty so that
jwerty.js is in sites/all/libraries/jwerty/jwerty.js

You don't need the other files from that library though they aren't hurting anything

Once activated, on any outline designer interface the following keyboard
shortcuts will be activated:

Navigation
Shift + "Up arrow" : select row above the current row
Shift + "Down arrow" : select row below the current row
Shift + Control + "Right arrow" : select a row so it can be moved around in the outline
*Esc : backs out of items, in the case of using it after a Right arrow call, it will
       drop the item in place which will force an update of the outline. These two calls
       can be used in conjunction to reorder an outline via the keyboard.

Utility
Shift + Control + "+" : Increase interface size
Shift + Control + ":" : collapse all branches
Shift + Control + " : expand all branches

Functions
Shift + Control + A : Add child page
Shift + Control + R : Rename

Contrib Functions
Shift + Control + D : Duplicate (requires book_copy)
Shift + Control + H : Hide (requires hidden nodes)

It's not hard to add additional shortcuts but as btopro manages all the
modules that provide outline designer integration, this is the easiest
way of accomplishing this.

File

JWERTY.txt
View source
  1. -- JWERTY Integration with Outline Designer --
  2. For more documentation and a video on what jwerty provides outline designer
  3. check out the outline designer project page -- drupal.org/project/outline_designer
  4. To enable jwerty integration you will need the following:
  5. Libraries module -- drupal.org/project/libraries
  6. Jwerty keystroke library -- http://keithcirkel.co.uk/jwerty/
  7. Once you have these two, turn on the libraries module then
  8. place the jwerty download in sites/all/libraries/jwerty so that
  9. jwerty.js is in sites/all/libraries/jwerty/jwerty.js
  10. You don't need the other files from that library though they aren't hurting anything
  11. Once activated, on any outline designer interface the following keyboard
  12. shortcuts will be activated:
  13. Navigation
  14. Shift + "Up arrow" : select row above the current row
  15. Shift + "Down arrow" : select row below the current row
  16. Shift + Control + "Right arrow" : select a row so it can be moved around in the outline
  17. *Esc : backs out of items, in the case of using it after a Right arrow call, it will
  18. drop the item in place which will force an update of the outline. These two calls
  19. can be used in conjunction to reorder an outline via the keyboard.
  20. Utility
  21. Shift + Control + "+" : Increase interface size
  22. Shift + Control + ":" : collapse all branches
  23. Shift + Control + " : expand all branches
  24. Functions
  25. Shift + Control + A : Add child page
  26. Shift + Control + R : Rename
  27. Contrib Functions
  28. Shift + Control + D : Duplicate (requires book_copy)
  29. Shift + Control + H : Hide (requires hidden nodes)
  30. It's not hard to add additional shortcuts but as btopro manages all the
  31. modules that provide outline designer integration, this is the easiest
  32. way of accomplishing this.