AaronLayton / skylords-project-aurora

Skylords Project Aurora
https://skylords-project-aurora.herokuapp.com/
GNU General Public License v3.0
0 stars 0 forks source link

keyboard shortcut to submit message #2

Closed AaronLayton closed 5 years ago

AaronLayton commented 5 years ago

Most modern online software allows you to press CTRL + Enter to submit or save some content. The lack of this in Skylords is a minor annoyance that can be easily fixed.

Suggest to add this functionality to any <textarea /> on the website

image

Iiridayn commented 4 years ago

Added some variation on this to com.js, which isn't loaded on every page, but it should at least work on the forums now. Also fixed the processing script to accept a post even if the "send" button wasn't clicked, to make the script easier to write. There are some sub-optimal patterns in the SL codebase.