Ghost/ghost/admin/lib/koenig-editor/addon
Kevin Ansfield 66e6502cd2 Added first iteration of gif selector keyboard navigation
refs https://github.com/TryGhost/Team/issues/1225

Behaviour:
- `TAB`
  - highlights first gif if pressed whist search has focus
  - moves highlight to right, wrapping to next row, stops at final gif
- `SHIFT+TAB`
  - moves highlight to the left, wrapping to previous row
  - focuses the search bar if pressed whilst first gif is highlighted
- `ENTER`
  - highlights first gif if pressed whilst search has focus
  - inserts the highlighted gif
- `UP`
  - moves highlight up through current column
  - focuses the search bar if pressed when gif in top row is highlighted
- `DOWN`
  - highlights first gif if pressed whilst search has focus
  - moves highlight down through current column, stops at final gif in column
- `LEFT`
  - moves highlight to the left, wrapping to previous row
  - focuses the search bar if pressed whilst first gif is highlighted
- `RIGHT`
  - moves highlight to the right, wrapping to next row, stops at final gif
2021-11-29 18:28:19 +00:00
..
components Added first iteration of gif selector keyboard navigation 2021-11-29 18:28:19 +00:00
helpers Fixed hover outline on inline image selector 2021-11-24 19:30:20 +00:00
lib Resolved "already declared in upper scope" linting warnings 2020-10-05 09:56:21 +01:00
options Added beginnings of the video card 2021-11-29 09:28:10 +00:00
services Removed prototype button atom 2021-07-23 09:21:03 +01:00
utils Added drag/drop and paste support for video files 2021-11-29 13:38:31 +00:00