aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/js/document-util.js
Commit message (Collapse)AuthorAge
* Modifier key refactor (#784)toasted-nutbread2020-09-08
| | | | | | | * Add functions for getting keyboard key information * Use os + DocumentUtil to get modifier key names * Remove keyboard modifier info from environment info
* DOM + DocumentUtil merge (#727)toasted-nutbread2020-08-09
* Add DOM functions to DocumentUtil * Use DocumentUtil instead of DOM * Remove DOM * Move document-util.js into mixed