AlisdairO / pgexercises

PostgreSQL Exercises web site code
Other
400 stars 62 forks source link

[enhancement] Surface Run Query keyboard shortcut #15

Closed morenoh149 closed 8 years ago

morenoh149 commented 8 years ago

It'd be nice to press 'shift+enter' or similar inside the query textarea to Run the Query.

miketheman commented 8 years ago

Alt-r: Run query

https://github.com/AlisdairO/pgexercises/blob/ae5b46d84d5e4cdb6af49047960d7abd76e80f30/site/website/js/site.js#L109-L110

morenoh149 commented 8 years ago

ah nice! Then lets add some alt text when a user hovers over the Run Query button.

morenoh149 commented 8 years ago

looks like it's already documented in the help screen. Wasn't obvious to me.