PDA

View Full Version : Hitting ALT + S will not submit reply


Elixar
09-12-2015, 04:24 PM
I have noticed that on some styles it does it, and then on some styles it will not submit the post. How can this be changed?

cellarius
09-12-2015, 05:41 PM
<a href="http://www.w3schools.com/tags/att_global_accesskey.asp" target="_blank">http://www.w3schools.com/tags/att_global_accesskey.asp</a>

Elixar
09-13-2015, 03:12 AM
So would I add anything in?

cellarius
09-13-2015, 04:03 AM
Yes. You need to add the accesskey attribute to the submit button of any form you want it to work with.

To see how it's done search the templates of a style in which it works for "accesskey", and you'll see which templates you'll have to edit and how to do it.

MarkFL
09-23-2015, 05:28 AM
He has the accesskey attribute in place, the issue seems to be that Firefox requires the [SHIFT][ALT] key combo before the access character, whereas Chrome needs only the [ALT] key.