diff --git a/KeyboardStrategyImplementation.md b/KeyboardStrategyImplementation.md index a94e7cb6..476ede67 100644 --- a/KeyboardStrategyImplementation.md +++ b/KeyboardStrategyImplementation.md @@ -13,8 +13,8 @@ Most of the time the fallback happens automatically, but some apps (usually Elec | `/` | ❌️ | | | `0` | | | `^` | | | | `b`, `` | ✅️️ | | `+`, ``, `CTRL-M`, `` | ✅️️ | | | `C` | | ❌️ -| `<<` | ✅️️ | ❌️ | | `c`, `s` | | ❌️ -| `>>` | ✅️️ | ❌️ | | `D` | | ❌️ +| `<<` | ✅️️ | ✅ | | `c`, `s` | | ❌️ +| `>>` | ✅️️ | ✅ | | `D` | | ❌️ | `$`, `` | ❌️ | | | `d`, ``, `x` | | ❌️ | `0` | | | | `e` | ✅️️ | | `A` | ❌️ | ❌️ | | `G` | ❌️ | @@ -39,19 +39,19 @@ Most of the time the fallback happens automatically, but some apps (usually Elec | `cj`, `cCTRL-J`, `cCTRL-N`, `c` | ❌️ | ❌️ | | `V` | ❌️ | | `ck`, `cCTRL-P`, `c` | ❌️ | ❌️ | | `v` | ❌️ | | `cw` | ✅️️ | ❌️ | | `w`, `` | ✅️️ | -| `D`, `d$`, `dEnd` | ❌️ | ❌️ | | `X` | | ❌️ -| `d0` | | ❌️ | | `Y` | | -| `db` | ✅️️ | ❌️ | | `y` | | -| `dd` | ❌️ | ❌️ | -| `de` | ✅️️ | ❌️ | -| `dG` | ❌️ | ❌️ | -| `dg$`, `dgEnd` | ❌️ | ❌️ | -| `dg0`, `dgHome` | | ❌️ | -| `dgg` | ❌️ | ❌️ | -| `diw` | ❌️ | ❌️ | -| `dj`, `dCTRL-J`, `dCTRL-N`, `d` | ❌️ | ❌️ | -| `dk`, `dCTRL-P`, `d` | ❌️ | ❌️ | -| `dw` | ❌️ | ❌️ | +| `D`, `d$`, `dEnd` | ❌️ | ✅ | | `X` | | ❌️ +| `d0` | | ✅ | | `Y` | | +| `db` | ✅️️ | ✅ | | `y` | | +| `dd` | ❌️ | ✅ | +| `de` | ✅️️ | ✅ | +| `dG` | ❌️ | ✅ | +| `dg$`, `dgEnd` | ❌️ | ✅ | +| `dg0`, `dgHome` | | ✅ | +| `dgg` | ❌️ | ✅ | +| `diw` | ❌️ | ✅ | +| `dj`, `dCTRL-J`, `dCTRL-N`, `d` | ❌️ | ✅ | +| `dk`, `dCTRL-P`, `d` | ❌️ | ✅ | +| `dw` | ❌️ | ✅ | | `e` | ✅️️ | | | `G` | ❌️ | | | `g_` | ❌️ | | @@ -81,8 +81,8 @@ Most of the time the fallback happens automatically, but some apps (usually Elec | `s`, `cl`, `c`, `c` | ✅️️ | ❌️ | | `u` | ✅️️ | ❌️ | | `w`, `` | ✅️️ | | -| `X`, `dh`, `d`, `dCTRL-H`, `d` | ✅️️ | ❌️ | -| `x`, ``, `dl`, `d`, `d` | ✅️️ | ❌️ | +| `X`, `dh`, `d`, `dCTRL-H`, `d` | ✅️️ | ✅ | +| `x`, ``, `dl`, `d`, `d` | ✅️️ | ✅ | | `Y` | ❌️ | | | `y$`, `yEnd` | ❌️ | | | `y0` | | |