* Fix readline key bindings for comments on macOS * Extract OS-specific modifier key check to Runtime * Add the *actual* OS-specific modifier check * Only operate on the event if it's a KeyboardEvent It's the only type of event we care about here. This commit also changes the `!= -1` to `>= 0` to be more clear about intent. The `index != -1` is a double negative - it means the substring "is not not found". Instead, the `>= 0` means "is found". |
||
|---|---|---|
| .. | ||
| config | ||
| fonts | ||
| images | ||
| javascripts | ||
| stylesheets | ||