docbrown/app/assets
Jamie Gaskins 4b640077e7
Fix readline key bindings for comments on macOS (#14423)
* 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".
2021-08-10 12:42:27 -04:00
..
config Remove resource_admin dashboards (Administrate) (#11792) 2020-12-08 12:38:13 -06:00
fonts feat: add per-user Open Dyslexic font setting (#5037) [deploy] 2020-01-20 18:23:57 -05:00
images Creator Onboarding Confirmation Page (#14259) 2021-08-03 14:21:56 +02:00
javascripts Fix readline key bindings for comments on macOS (#14423) 2021-08-10 12:42:27 -04:00
stylesheets Improve accessibility of top search bar (#14263) 2021-08-09 09:55:41 -04:00