Mediawiki:
I'd like to change the key combination alt-shift-s to be ctrl-s for saving a page that is currently being edited.
|
Mediawiki: I'd like to change the key combination alt-shift-s to be ctrl-s for saving a page that is currently being edited.
| ||||
|
feedback
|
|
If you have knowledge on JavaScript, you could look into something like http://www.scottklarr.com/topic/126/how-to-create-ctrl-key-shortcuts-in-javascript/ or http://www.openjs.com/scripts/events/keyboard_shortcuts/ as a starting point. (If you'd like you could do a Google search for From there you could do something like simulate a click event on the save button. | |||
|
feedback
|
In the AutoHotKey scripting language :) | |||
|
feedback
|
accesskeyattribute on elements. Also Alt+Shift is what Firefox makes of it, IE uses just Alt. So generally, you'll need to do that by other means than it is done now. – Joey Mar 16 '10 at 18:22