aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/js/environment.js
Commit message (Collapse)AuthorAge
* Handle cases where platform info is not available (#597)toasted-nutbread2020-06-10
| | | | | * Handle cases where platform info is not available * Safely return the correct os property
* Modifier key platform names (#519)siikamiika2020-05-09
* wip * add environment class * use Environment class * use Environment for scanning modifier options * remove Environment in favor of API * await promise * use modifier symbols on macOS * fix key separator issues * if else to switch * simplify variable names