fix
- fix Accessibility Strategy Visual Mode `c` indentation that wasn't respected
- fix Accessibility Strategy Normal Mode `cE`, `ce` that didn't delete when on last character of a text
- fix a bunch of Accessibility Strategy Normal Mode `c` moves that would switch to Insert Mode while they shouldn't when the text was empty (`cF`, `cf`, `cT`, `ct`, `ci"`, `ci'`, `ci(`, `ci)`, `ci[`, `ci]`, `ci``, `ci{`, `ci}`)
new
- add ComboBox support for Accessibility Strategy (have fun on google.com :D)
- add Accessibility Strategy Normal Mode `dE`, `de`
- add Keyboard Strategy Normal Mode `de`
- add Accessibility Strategy Normal Mode `dW`, `dw`
- add Keyboard Strategy Normal Mode `dw`
- add Accessibility Strategy Normal Mode `cB`, `cb`
- add Accessibility Strategy Normal Mode `dB`, `db`
- add Accessibility Strategy Normal Mode `dl`
- add Keyboard Strategy Normal Mode `dl`, for Text and Non Text Elements
- add Accessibility Strategy Normal Mode `dh`
- add Keyboard Strategy Normal Mode `dh`, for Text and Non Text Elements
- add Accessibility Strategy Normal Mode `X`