codidact / qpixel

Q&A-based community knowledge-sharing software
https://codidact.com
GNU Affero General Public License v3.0
385 stars 69 forks source link

Prevent keyboard events with modifier keys from triggering shortcuts #1222

Closed Oaphi closed 9 months ago

Oaphi commented 10 months ago

Closes #1206.

Additional issue I've noticed is that the "a" shortcut no longer works (causing a runtime error) as there's no element with the answer_body_markdown id (post fields are currently all id'd as post_body_markdown). Fixing that is outside of the scope of the PR - let's tackle it separately.