Ever instinctively pressed Ctrl+S while writing an Article in Joomla?
Well now you can set Custom Joomla Key Commends using the Art Admin Shortcuts module by artetics.com.
( mod_artadminshortcuts )
One of the most popular uses for this module is to create a key command for the Apply button in Article edit.
In Art Admin Shortcuts module settings:
- Select type Javascript function
- Set Enabled to Yes
- Enter the Keyboard Shortcut eg: Shift+s (Some key commands will conflict with the browser and can't be used) (can be two or three keys)
- Enter the Javascript function call
The Javascript function call for the Save button is:
javascript: submitbutton('save')
The Javascript function call for the Apply button is:
javascript: submitbutton('apply')
Note: the cursor must be out of the text area before hitting the key command.